diff options
author | Ronnie Sahlberg <ronniesahlberg@gmail.com> | 2009-12-07 19:04:41 +1100 |
---|---|---|
committer | Ronnie Sahlberg <ronniesahlberg@gmail.com> | 2009-12-07 19:04:41 +1100 |
commit | 2c80c91c87a0ee5764faa6ac052453c286cbbdb1 (patch) | |
tree | 55622e7556289e4383644fd7816750006a7f01a4 /ctdb/packaging | |
parent | cdabe1677771229c1bba06ce9edca29c1777bd0c (diff) | |
download | samba-2c80c91c87a0ee5764faa6ac052453c286cbbdb1.tar.gz |
version 1.0.108
(This used to be ctdb commit fff280878e670e93a818c0071f3172056214e8c4)
Diffstat (limited to 'ctdb/packaging')
-rw-r--r-- | ctdb/packaging/RPM/ctdb.spec.in | 11 |
1 files changed, 10 insertions, 1 deletions
diff --git a/ctdb/packaging/RPM/ctdb.spec.in b/ctdb/packaging/RPM/ctdb.spec.in index 1cebcad7f4d..0c3ff5070bd 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.107 +Version: 1.0.108 Release: 1GITHASH Epoch: 0 License: GNU GPL version 3 @@ -123,6 +123,15 @@ rm -rf $RPM_BUILD_ROOT %{_docdir}/ctdb/tests/bin/ctdb_transaction %changelog +* 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 + the check if winbindd is ok. + - Add a better "process-exist" for samba so it will automatically + reap smbd's on stopped and banned nodes to reclaim subrecords. + This will be done a bit differently in the next release. + - Use a statically allocated buffer for the 'first-time' capture buffer + to reduce the pressure on malloc/free. * Wed Dec 2 2009 : Version 1.0.107 - fix for rusty to solve a double-free that can happen when there are multiple packets queued and the connection is destroyed before |