New version 1.0.114.6 1.0.114-rrr-fixes-v2
authorMichael Adam <obnox@samba.org>
Fri, 26 Apr 2013 15:22:16 +0000 (17:22 +0200)
committerMichael Adam <obnox@samba.org>
Mon, 29 Apr 2013 12:50:13 +0000 (14:50 +0200)
packaging/RPM/ctdb.spec.in

index 1c1f00fc905bfc40510b01a0e4512ae10926510a..91098a9eb4049de058f1f621da09121d75a801e2 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
+* Fri Apr 26 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)