diff options
| author | Ronnie Sahlberg <ronniesahlberg@gmail.com> | 2009-11-03 11:46:37 +1100 |
|---|---|---|
| committer | Ronnie Sahlberg <ronniesahlberg@gmail.com> | 2009-11-03 11:46:37 +1100 |
| commit | 666d1d019bb3906ac2db18bb970fe2da905c9451 (patch) | |
| tree | d181aa155ef3a286df4582e57fd7acdacf344e37 | |
| parent | 4bf4e153795647153c4efe693a53d5b9f12a35eb (diff) | |
new version 1.0.103
(This used to be ctdb commit 020e2e30e56b9675f345ee62d6bf585396208059)
| -rw-r--r-- | ctdb/packaging/RPM/ctdb.spec.in | 10 |
1 files changed, 9 insertions, 1 deletions
diff --git a/ctdb/packaging/RPM/ctdb.spec.in b/ctdb/packaging/RPM/ctdb.spec.in index 65a72fa06f..2052ae4688 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.102 +Version: 1.0.103 Release: 1GITHASH Epoch: 0 License: GNU GPL version 3 @@ -118,6 +118,14 @@ rm -rf $RPM_BUILD_ROOT %{_libdir}/pkgconfig/ctdb.pc %changelog +* Tue Nov 3 2009 : Version 1.0.103 + - Dont use vacuuming on persistent databases + - Michael A : transaction updates to persistent databases + - Dont activate service automatically when installing the RPM. Leave this to the admin. + - Create a child process to send all log messages to, to prevent a hung/slow syslogd + from blocking the main daemon. In this case, discard log messages instead and let the child + process block. + - Michael A: updates to log messages * Thu Oct 29 2009 : Version 1.0.102 - Wolfgang: fix for the vacuuming code - Wolfgang: stronger tests for persistent database filename tests |
