new version 1.0.61 ctdb-1.0.61
authorRonnie Sahlberg <ronniesahlberg@gmail.com>
Wed, 15 Oct 2008 05:40:44 +0000 (16:40 +1100)
committerRonnie Sahlberg <ronniesahlberg@gmail.com>
Wed, 15 Oct 2008 05:40:44 +0000 (16:40 +1100)
packaging/RPM/ctdb.spec

index dad4ad590a623dfcdc64dccd0714b660431cf217..73905c0c51ccfc94a9347efab8fa94664b10952d 100644 (file)
@@ -5,7 +5,7 @@ Vendor: Samba Team
 Packager: Samba Team <samba@samba.org>
 Name: ctdb
 Version: 1.0
-Release: 60
+Release: 61
 Epoch: 0
 License: GNU GPL version 3
 Group: System Environment/Daemons
@@ -120,6 +120,11 @@ fi
 %{_includedir}/ctdb_private.h
 
 %changelog
+* Wed Oct 15 2008 : Version 1.0.61
+ - Use "route add -net" instead of "ip route add" when adding routes in 99.routing
+ - lower the loglevel os several debug statements
+ - check the status returned from ctdb_ctrl_get_tickles() before we try to print them out to the screen.
+ - install a new eventscript 20.multipathd whoich can be used to monitor that multipath devices are healthy
 * Wed Oct 15 2008 : Version 1.0.60
  - Verify that nodes we try to ban/unban are reachable and print an error othervise.
  - Update the client and server sides of TAKEIP/RELEASEIP/GETPUBLICIPS and GETNODEMAP to fall back to the old style ipv4-only controls if the new ipv4/ipv6 controls fail. This allows an ipv4/v6 enabled ctdb daemon to interoperate with earlier ipv4-only versions of the daemons.