summaryrefslogtreecommitdiffstats
path: root/lib/tdb/wscript
diff options
context:
space:
mode:
authorMichael Adam <obnox@samba.org>2014-03-18 13:05:42 +0100
committerMichael Adam <obnox@samba.org>2014-03-18 15:42:48 +0100
commit8278d3823aac83bc5edb14353c8de772878ae915 (patch)
tree5a5f469ef89e66c1390d56c19852beba0c7cc2f8 /lib/tdb/wscript
parent3034a5a62b8eaac7bdc52bfb7af1beb29e888b34 (diff)
downloadsamba-8278d3823aac83bc5edb14353c8de772878ae915.tar.gz
samba-8278d3823aac83bc5edb14353c8de772878ae915.tar.xz
samba-8278d3823aac83bc5edb14353c8de772878ae915.zip
tdb: change version to 1.2.13.
* internal code cleanups * always open internal TDBs with incompatible hash * avoid reallocations in locking code * systematize output format in tdbtool dump * reduce freelist contention when allocating new records - try to find dead records also in other chains - don't do blocking locks on the freelist Signed-off-by: Michael Adam <obnox@samba.org> Reviewed-by: Stefan Metzmacher <metze@samba.org> Autobuild-User(master): Michael Adam <obnox@samba.org> Autobuild-Date(master): Tue Mar 18 15:42:48 CET 2014 on sn-devel-104
Diffstat (limited to 'lib/tdb/wscript')
-rw-r--r--lib/tdb/wscript2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/tdb/wscript b/lib/tdb/wscript
index 00a1c340f58..fc396d6d069 100644
--- a/lib/tdb/wscript
+++ b/lib/tdb/wscript
@@ -1,7 +1,7 @@
#!/usr/bin/env python
APPNAME = 'tdb'
-VERSION = '1.2.12'
+VERSION = '1.2.13'
blddir = 'bin'