diff options
author | Ronnie Sahlberg <ronniesahlberg@gmail.com> | 2012-03-01 12:36:03 +1100 |
---|---|---|
committer | Ronnie Sahlberg <ronniesahlberg@gmail.com> | 2012-03-01 12:36:03 +1100 |
commit | 1b971985190a2e2ea2138d985aa4dc342a744a43 (patch) | |
tree | 4fa0ac4088b9de3afe8ac42a3572d3843b042080 | |
parent | 6f83805183e0a68ece5e5251a0fbb882099262f4 (diff) | |
download | samba-1b971985190a2e2ea2138d985aa4dc342a744a43.tar.gz samba-1b971985190a2e2ea2138d985aa4dc342a744a43.tar.xz samba-1b971985190a2e2ea2138d985aa4dc342a744a43.zip |
New version 1.13
This will be the new long term stable branch for ctdb
Main new features are
read-only records: performance/scaling improvement for concurrent access to the same record from multiple nodes.
fetch-lock-collapse: performance/scaling improvement for concurrent write access to the same record from multiple nodes.
(This used to be ctdb commit 05e75dea9eaa0decc2909e0c2cf1715c81374200)
-rw-r--r-- | ctdb/packaging/RPM/ctdb.spec.in | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/ctdb/packaging/RPM/ctdb.spec.in b/ctdb/packaging/RPM/ctdb.spec.in index 969a01b860..1d6f5702b7 100644 --- a/ctdb/packaging/RPM/ctdb.spec.in +++ b/ctdb/packaging/RPM/ctdb.spec.in @@ -146,6 +146,10 @@ development libraries for ctdb %{_libdir}/libctdb.a %changelog +* Thu Mar 1 2012 : Version 1.13 + - This is the new stable branch for modern features for ctdb. + Main new features are performance/scaling improvements for + concurrnet fetch and fetch_lock operations. * Tue Nov 8 2011 : Version 1.12 - Add new tunable : AllowClientDBAttach that can be used to stop client db access during maintenance operations |