New version 1.0.114.9
[ctdb.git] / packaging / RPM / ctdb.spec.in
index 3c590cd46edfef641238bcd907d1212d8e0ed464..b9efda2ff2f7c9dadd911512abc87a844ba7e790 100644 (file)
@@ -4,7 +4,7 @@ Summary: Clustered TDB
 Vendor: Samba Team
 Packager: Samba Team <samba@samba.org>
 Name: ctdb
-Version: 1.0.110
+Version: 1.0.114.9
 Release: 1GITHASH
 Epoch: 0
 License: GNU GPL version 3
@@ -95,6 +95,7 @@ rm -rf $RPM_BUILD_ROOT
 %{_sysconfdir}/ctdb/events.d/00.ctdb
 %{_sysconfdir}/ctdb/events.d/01.reclock
 %{_sysconfdir}/ctdb/events.d/10.interface
+%{_sysconfdir}/ctdb/events.d/13.per_ip_routing
 %{_sysconfdir}/ctdb/events.d/11.natgw
 %{_sysconfdir}/ctdb/events.d/11.routing
 %{_sysconfdir}/ctdb/events.d/20.multipathd
@@ -107,15 +108,18 @@ rm -rf $RPM_BUILD_ROOT
 %{_sysconfdir}/ctdb/events.d/70.iscsi
 %{_sysconfdir}/ctdb/events.d/91.lvs
 %{_sysconfdir}/ctdb/statd-callout
+%{_sysconfdir}/ctdb/interface_modify.sh
 %{_sbindir}/ctdbd
 %{_bindir}/ctdb
 %{_bindir}/smnotify
 %{_bindir}/ping_pong
+%{_bindir}/ltdbtool
 %{_bindir}/ctdb_diagnostics
 %{_bindir}/onnode
 %{_mandir}/man1/ctdb.1.gz
 %{_mandir}/man1/ctdbd.1.gz
 %{_mandir}/man1/onnode.1.gz
+%{_mandir}/man1/ltdbtool.1.gz
 %{_includedir}/ctdb.h
 %{_includedir}/ctdb_private.h
 %{_libdir}/pkgconfig/ctdb.pc
@@ -123,6 +127,72 @@ rm -rf $RPM_BUILD_ROOT
 %{_docdir}/ctdb/tests/bin/ctdb_transaction
 
 %changelog
+* Fri Nov 21 2014 : Version 1.0.114.9
+ - Michael Adam: backport tuanable "AllowClientDBAttach"
+ - Michael Adam: fix eventscript ports check to cope with Samba 4 smb.conf format
+* Wed Jun 25 2014 : Version 1.0.114.8
+ - Michael Adam: Less verbosity when there is no public_addresses file.
+ - Michael Adam: Debug message fix.  (backported from master)
+ - Ronnie Sahlberg, Amitay Isaacs, Martin Schwenke: backported several
+   patches to increase robustness with respect to banning and ip failover.
+* 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)
+ - 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)
+ - Michael Adam: let recovery finish a transaction_commit
+   (backported from master)
+ - Michael Adam: let error in transaction_commit trigger a recovery
+   (backported from master)
+* Thu Jan 12 2012 : Version 1.0.114.4
+ - Rusty Russell: crash fix in takeover
+ - Rusty Russell: robustness fix regarding freeze vs vacuum
+ - David Disseldorp: Make queue_io_read() safe for reentry
+ - Gregor Beck: in ltdbtool, ignore empty (deleted) records per default
+ - Michael Adam: vacuuming code cleanup and improved logging
+ - Michael Adam and Stefan Metzmacher: add remove_from_delete_queue mechanism
+ - Michael Adam: improved of output format control for "ctdb catdb"
+ - ctdb catdb improvements
+ - documentation improvements and typo fixes
+* Wed Jul 13 2011 : Version 1.0.114.3
+ - Stefan Metzmacher: make sure the recovery master has CTDB_CAP_RECMASTER
+* Fri May 20 2011 : Version 1.0.114.2
+ - new series of releases based off 1.0.114
+ - Stefan Metzmacher: robustness fixes for banning/recovery lock
+ - Stefan Metzmacher: fixes for per-ip-routing
+ - Ronnie Sahlberg: always migrate a record in a ctdb call
+ - Michael Adam: Test program fixes
+ - Michael Adam and Stefan Metzmacher: vacuuming rewrite
+ - Stefan Metzmacher: upgrade tdb version to master
+ - Stefan Metzmacher: re-install handling of timeout of event scripts
+ - Gregor Beck: add ltdbtool
+ - Michael Adam: packaging fixes
+* Wed Mar 25 2010 : Version 1.0.114
+ - Lots of changes from Metze
+* Wed Jan 13 2010 : Version 1.0.113
+ - Incorrect use of dup2() could cause ctdb to spin eating 100% cpu.
+* Tue Jan 12 2010 : Version 1.0.112
+  - Revert the use of wbinfo --ping-dc as it is proving too unreliable.
+  - Minor testsuite changes.
+* Fri Dec 18 2009 : Version 1.0.111
+ - Fix a logging bug when an eventscript is aborted that could cause a crash.
+ - Add back cb_status that was lost in a previous commit.
 * Fri Dec 18 2009 : Version 1.0.110
  - Metxe: fix for filedescriptor leak in the new eventscript code.
  - Rusty: fix for a crash bug in the eventscript code.