From ec5995221fbf1fb77166bec3c5a4b384578fe57d Mon Sep 17 00:00:00 2001 From: Andrew Tridgell Date: Thu, 27 Dec 2007 10:19:09 +1100 Subject: fixed order of changelog (This used to be ctdb commit 05940cc8a7c7e75b976f2f0151d03fdf63c59395) --- ctdb/packaging/RPM/ctdb.spec | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/ctdb/packaging/RPM/ctdb.spec b/ctdb/packaging/RPM/ctdb.spec index 1f2a2a6789..bf66213f1f 100644 --- a/ctdb/packaging/RPM/ctdb.spec +++ b/ctdb/packaging/RPM/ctdb.spec @@ -117,6 +117,8 @@ fi %{_includedir}/ctdb_private.h %changelog +* Thu Dec 27 2007 : Version 1.0.18 + - fixed crash bug in monitor_handler * Tue Dec 04 2007 : Version 1.0.17 - fixed bugs related to ban/unban of nodes - fixed a race condition that could lead to monitoring being permanently disabled, @@ -124,6 +126,3 @@ fi - make deterministic IPs the default - fixed a bug related to continuous recovery - added a debugging option --node-ip -* Thu Dec 27 2007 : Version 1.0.18 - - fixed crash bug in monitor_handler - -- cgit