From 8278d3823aac83bc5edb14353c8de772878ae915 Mon Sep 17 00:00:00 2001 From: Michael Adam Date: Tue, 18 Mar 2014 13:05:42 +0100 Subject: 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 Reviewed-by: Stefan Metzmacher Autobuild-User(master): Michael Adam Autobuild-Date(master): Tue Mar 18 15:42:48 CET 2014 on sn-devel-104 --- lib/tdb/wscript | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'lib/tdb/wscript') 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' -- cgit v1.2.1