New version 1.0.114.6 ctdb-1.0.114.6
authorMichael Adam <obnox@samba.org>
Fri, 26 Apr 2013 15:22:16 +0000 (17:22 +0200)
committerMichael Adam <obnox@samba.org>
Thu, 2 May 2013 15:39:50 +0000 (17:39 +0200)
packaging/RPM/ctdb.spec.in

index 1c1f00fc905bfc40510b01a0e4512ae10926510a..3ad669a5624d41f262a52a4e43f718050aa2956c 100644 (file)
@@ -4,7 +4,7 @@ Summary: Clustered TDB
 Vendor: Samba Team
 Packager: Samba Team <samba@samba.org>
 Name: ctdb
-Version: 1.0.114.5
+Version: 1.0.114.6
 Release: 1GITHASH
 Epoch: 0
 License: GNU GPL version 3
@@ -127,6 +127,13 @@ rm -rf $RPM_BUILD_ROOT
 %{_docdir}/ctdb/tests/bin/ctdb_transaction
 
 %changelog
+* Mon Apr 29 2013 : Version 1.0.114.6
+ - Michael Adam: fix data corruption bug (by record resurrection) in
+   recovery code (backported from master)
+ - Michael Adam: fix race condition data corruption bug (by record
+   resurrection) in vacuum code (backported from master)
+ - Michael Adam: some typo fixes (backported from master)
+ - Martin Schwenke: Error propagation fix in ctdb_ltdb_store_server()
 * Mon May 07 2012 : Version 1.0.114.5
  - Rusty Russell: wrap iptables in flock to avoid concurrancy
    (backported from master)