diff options
author | Andrew Tridgell <tridge@samba.org> | 2007-12-27 10:19:09 +1100 |
---|---|---|
committer | Andrew Tridgell <tridge@samba.org> | 2007-12-27 10:19:09 +1100 |
commit | ec5995221fbf1fb77166bec3c5a4b384578fe57d (patch) | |
tree | e0c5284fb683c8a3526841f3cdfe229be2cad3c1 | |
parent | d116235197599de55592f90041b4cf2eca9c9191 (diff) | |
download | samba-ec5995221fbf1fb77166bec3c5a4b384578fe57d.tar.gz samba-ec5995221fbf1fb77166bec3c5a4b384578fe57d.tar.xz samba-ec5995221fbf1fb77166bec3c5a4b384578fe57d.zip |
fixed order of changelog
(This used to be ctdb commit 05940cc8a7c7e75b976f2f0151d03fdf63c59395)
-rw-r--r-- | ctdb/packaging/RPM/ctdb.spec | 5 |
1 files 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 - |