new version 1.0.50 1.0.50 obnox/1.0.50 origin/1.0.50 ctdb-1.0.50
authorRonnie Sahlberg <ronniesahlberg@gmail.com>
Fri, 18 Jul 2008 03:49:05 +0000 (13:49 +1000)
committerRonnie Sahlberg <ronniesahlberg@gmail.com>
Fri, 18 Jul 2008 03:49:05 +0000 (13:49 +1000)
packaging/RPM/ctdb.spec

index 6e406192e7b7b88e5d662decb6a7ef919fda223e..1ac41298be860c04863238c9063971b771235609 100644 (file)
@@ -5,7 +5,7 @@ Vendor: Samba Team
 Packager: Samba Team <samba@samba.org>
 Name: ctdb
 Version: 1.0
-Release: 49
+Release: 50
 Epoch: 0
 License: GNU GPL version 3
 Group: System Environment/Daemons
@@ -118,6 +118,16 @@ fi
 %{_includedir}/ctdb_private.h
 
 %changelog
+* Fri Jul 18 2008 : Version 1.0.50
+ - Dont assume that just because we can establish a TCP connection
+   that we are actually talking to a functioning ctdb daemon.
+   So dont mark the node as CONNECTED just because the tcp handshake
+   was successful.
+ - Dont try to set the recmaster to ourself during elections for those
+   cases we know this will fail. To remove some annoying benign but scary
+   looking entries from the log.
+ - Bugfix for eventsystem for signal handling that could cause a node to
+   hang.
 * Thu Jul 17 2008 : Version 1.0.49
  - Update the safe persistent update fix to work with unpatched samba
    servers.