diff options
| author | Stefan Metzmacher <metze@samba.org> | 2014-11-29 11:37:54 +0100 |
|---|---|---|
| committer | Volker Lendecke <vl@samba.org> | 2014-11-29 12:24:05 +0100 |
| commit | e6c766848c5f5f13584f3bc4c1670c76e7ff8472 (patch) | |
| tree | d6f60815d31a009308029038d622cac94931ccee /lib/tdb/wscript | |
| parent | 373d58c91d6cba1e6e67a067c2ba60e507424b4d (diff) | |
| download | samba-e6c766848c5f5f13584f3bc4c1670c76e7ff8472.tar.gz samba-e6c766848c5f5f13584f3bc4c1670c76e7ff8472.tar.xz samba-e6c766848c5f5f13584f3bc4c1670c76e7ff8472.zip | |
tdb: version 1.3.2
The following bugs are fixed with this release:
- Bug 10625 - tdb.h missing include of stdbool.h
- Bug 10781 - smbstatus: locking.tdb - TDB_MUTEX_LOCKING requires TDB_CLEAR_IF_FIRST
- Bug 10968 - tdb mutex runtime test clobbers stdout
Bug: https://bugzilla.samba.org/show_bug.cgi?id=10625
Bug: https://bugzilla.samba.org/show_bug.cgi?id=10781
Bug: https://bugzilla.samba.org/show_bug.cgi?id=10968
Signed-off-by: Stefan Metzmacher <metze@samba.org>
Reviewed-by: Volker Lendecke <vl@samba.org>
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 dbbcaf3c52..99433e8f11 100644 --- a/lib/tdb/wscript +++ b/lib/tdb/wscript @@ -1,7 +1,7 @@ #!/usr/bin/env python APPNAME = 'tdb' -VERSION = '1.3.1' +VERSION = '1.3.2' blddir = 'bin' |
