From 02f6731454e7fe685e094f99bf9fdf0ffd070979 Mon Sep 17 00:00:00 2001 From: Ronnie Sahlberg Date: Wed, 15 Oct 2008 16:40:44 +1100 Subject: [PATCH] new version 1.0.61 (This used to be ctdb commit 0098efd4443038f2d902e3a7c3640e63f06be7d1) --- ctdb/packaging/RPM/ctdb.spec | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/ctdb/packaging/RPM/ctdb.spec b/ctdb/packaging/RPM/ctdb.spec index dad4ad590a6..73905c0c51c 100644 --- a/ctdb/packaging/RPM/ctdb.spec +++ b/ctdb/packaging/RPM/ctdb.spec @@ -5,7 +5,7 @@ Vendor: Samba Team Packager: Samba Team 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.