New version 1.0.114.7 ctdb-1.0.114.7
authorMichael Adam <obnox@samba.org>
Wed, 4 Sep 2013 13:30:37 +0000 (15:30 +0200)
committerMichael Adam <obnox@samba.org>
Wed, 4 Sep 2013 13:30:37 +0000 (15:30 +0200)
Signed-off-by: Michael Adam <obnox@samba.org>
packaging/RPM/ctdb.spec.in

index 3ad669a5624d41f262a52a4e43f718050aa2956c..7f7b6516bd4356dc4e70e7db8130a8a8efd3e654 100644 (file)
@@ -4,7 +4,7 @@ Summary: Clustered TDB
 Vendor: Samba Team
 Packager: Samba Team <samba@samba.org>
 Name: ctdb
-Version: 1.0.114.6
+Version: 1.0.114.7
 Release: 1GITHASH
 Epoch: 0
 License: GNU GPL version 3
@@ -127,6 +127,17 @@ rm -rf $RPM_BUILD_ROOT
 %{_docdir}/ctdb/tests/bin/ctdb_transaction
 
 %changelog
+* Wed Sep 04 2013 : Version 1.0.114.7
+ - Amitay Isaacs, Martin Schwenke, Michael Adam: banning robustness fixes.
+ - Amitay Isaacs: Fix record bouncing bug introduced by 3-phase vacuuming.
+ - Ronnie Sahlberg: make public ip assignments more consistent.
+ - Sumit Bose: fix FD leak in epoll event code.
+ - Sumit Bose: let ctdb status also print deleted nodes.
+ - Sumit Bose: IPv6 neighbor solicit cleanup.
+ - Sumit Bose: Fix memory leak in client code.
+ - Sumit Bose, Volker Lendecke: fix various Coverity issues.
+ - Ronnie Sahlberg: Fix NULL pointer dereference in the recovery code.
+ - Rusty Russell: fix crash on large ids on AIX.
 * Mon Apr 29 2013 : Version 1.0.114.6
  - Michael Adam: fix data corruption bug (by record resurrection) in
    recovery code (backported from master)