diff options
author | Stefan Metzmacher <metze@samba.org> | 2013-06-04 10:48:20 +0200 |
---|---|---|
committer | Stefan Metzmacher <metze@samba.org> | 2013-06-04 16:07:55 +0200 |
commit | d1feccb35e987545f4ae8e3f4eb0b4fc741e7e7e (patch) | |
tree | 0791daaa4437748d7694a3ace8b975a4a10a4d75 /lib/tdb/wscript | |
parent | 55add52f42f389f396ab9a08f08ada203fffee14 (diff) | |
download | samba-d1feccb35e987545f4ae8e3f4eb0b4fc741e7e7e.tar.gz |
tdb: change version to tdb-1.2.12
* internal code cleanups
* crash fix for pytdb
* fix for 4GB overflow detection
See http://permalink.gmane.org/gmane.network.samba.internals/42906 for
an example of what happens.
Signed-off-by: Stefan Metzmacher <metze@samba.org>
Reviewed-by: Andreas Schneider <asn@samba.org>
Autobuild-User(master): Stefan Metzmacher <metze@samba.org>
Autobuild-Date(master): Tue Jun 4 16:07:55 CEST 2013 on sn-devel-104
Diffstat (limited to 'lib/tdb/wscript')
-rw-r--r-- | lib/tdb/wscript | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/tdb/wscript b/lib/tdb/wscript index 7a3d0fa602..00a1c340f5 100644 --- a/lib/tdb/wscript +++ b/lib/tdb/wscript @@ -1,7 +1,7 @@ #!/usr/bin/env python APPNAME = 'tdb' -VERSION = '1.2.11' +VERSION = '1.2.12' blddir = 'bin' |