diff options
author | Ronnie Sahlberg <ronniesahlberg@gmail.com> | 2009-12-17 15:49:01 +1100 |
---|---|---|
committer | Ronnie Sahlberg <ronniesahlberg@gmail.com> | 2009-12-17 15:49:01 +1100 |
commit | 9b507abd6e0daebde5cf24f174b419973c4f0a67 (patch) | |
tree | a3f2efb999d3a21b2d0bdedcb9dc4a477ddba15c /ctdb/packaging | |
parent | 8aec7e5656e81453d816a3884feda05e3ce1fe2e (diff) | |
download | samba-9b507abd6e0daebde5cf24f174b419973c4f0a67.tar.gz samba-9b507abd6e0daebde5cf24f174b419973c4f0a67.tar.xz samba-9b507abd6e0daebde5cf24f174b419973c4f0a67.zip |
version 1.0.109
(This used to be ctdb commit 99894a70fe2ebfe43daae7e88ff0fc9cab33e0fb)
Diffstat (limited to 'ctdb/packaging')
-rw-r--r-- | ctdb/packaging/RPM/ctdb.spec.in | 15 |
1 files changed, 14 insertions, 1 deletions
diff --git a/ctdb/packaging/RPM/ctdb.spec.in b/ctdb/packaging/RPM/ctdb.spec.in index 0c3ff5070b..2449ed7648 100644 --- a/ctdb/packaging/RPM/ctdb.spec.in +++ b/ctdb/packaging/RPM/ctdb.spec.in @@ -4,7 +4,7 @@ Summary: Clustered TDB Vendor: Samba Team Packager: Samba Team <samba@samba.org> Name: ctdb -Version: 1.0.108 +Version: 1.0.109 Release: 1GITHASH Epoch: 0 License: GNU GPL version 3 @@ -123,6 +123,19 @@ rm -rf $RPM_BUILD_ROOT %{_docdir}/ctdb/tests/bin/ctdb_transaction %changelog +* Thu Dec 17 2009 : Version 1.0.109 + - Massive eventscript updates. (bz58828) + - Nice the daemon instead of using realtime scheduler, also use mlockall() to + reduce the risk of blockign due to paging. + - Workarounds for valgrind when forking once for each script. Valgrind consumes + massive cpu when terminating the scripts on virtual systems. + - Sync the tdb library with upstream, and use the new TDB_DISALLOW_NESTING flag. + - Add new command "ctdb dumpdbbackup" + - Start using the new tdb check framework to validate tdb files upon startup. + - A new framework where we can control health for individual tdb databases. + - Fix a crash bug in the logging code. + - New transaction code for persistent databases. + - Various other smaller fixes. * Mon Dec 7 2009 : Version 1.0.108 - Transaction updates from Michael Adam. - Use the new wbinfo --ping-dc instead of -p in the eventscript for samba |