new version 1.0.112-12
[metze/ctdb/wip.git] / packaging / RPM / ctdb.spec.in
index c14d4cc112542ae366ed598af8c8a541a27ebcee..762230023cb744bb72ecdcc3226c9be719e2da58 100644 (file)
@@ -5,7 +5,7 @@ Vendor: Samba Team
 Packager: Samba Team <samba@samba.org>
 Name: ctdb
 Version: 1.0.112
-Release: 6
+Release: 12
 Epoch: 0
 License: GNU GPL version 3
 Group: System Environment/Daemons
@@ -123,6 +123,39 @@ rm -rf $RPM_BUILD_ROOT
 %{_docdir}/ctdb/tests/bin/ctdb_transaction
 
 %changelog
+* Wed Mar 11 2010 : Version 1.0.112-12
+ - From christian ambach : drop the loglevel of a vacuuming message
+ - From  Wolfgang Mueller-Friedt : fix bug in ctdb_setstatus
+ - Use "service nfs status" instead of rpcinfo when probing nfs
+ - make sure to always create the tickles directory
+* Thu Feb 25 2010 : Version 1.0.112-11
+ - Increase default script timeout to 90 seconds. 
+   BZ 61113
+ - Add a new tunable EventScriptLogTimeout which will log a message everytime
+   a monitor script takes longer than this to finish.
+   BZ 61118
+* Tue Feb 23 2010 : Version 1.0.112-10
+ - revert the change in 10.0.0.112-9 and make a new attempt to make the scripts behave.
+ - make writing the ticklelist in 61.nfstickle a background task to avoid
+   having a long cluster fs pause cause a node to become unhealthy
+ - critical bugfix. during an error path in the "end recovery" code
+   we could release a memory block before we had finished referencing it
+   which could lead to a segv.   bz 61068
+ - make sure we tear down the natgw configuration when a node become stopped
+   or else we might end up with a duplicate ip address when a different node
+   takes over the natgw role.   bz 61036
+* Tue Feb 16 2010 : Version 1.0.112-9
+ - treat all scripts that hang (except for startup) as success even if they hung
+* Mon Feb 15 2010 : Version 1.0.112-8
+ - dont increase the tdb seqnum when we just do a dmsater migration
+   this prevents trashing for notify.tdb and registry.tdb since
+   smbd uses tdb seqnums for these databases.
+ - try to restart rpc.rquotad if it is not running
+* Thu Feb 11 2010 : Version 1.0.112-7
+ - Add logging of process if we detect we have started to swap from
+   the 00.ctdb eventscript.
+ - Reduce the log level of various messages to stop them spamming the log file
+ - Add a variable to disable checking if kNFSd has hung/died or not
 * Tue Feb 9 2010 : Version 1.0.112-6
  - Reduce the log level for debug messages related to tracking filedescriptors
    being created.