summaryrefslogtreecommitdiff
path: root/lib/ldb/wscript
diff options
context:
space:
mode:
authorStefan Metzmacher <metze@samba.org>2018-07-11 22:21:32 +0200
committerAndrew Bartlett <abartlet@samba.org>2018-07-12 07:43:22 +0200
commit3eecdbcc38dbe084b285c9720443d819304f7b97 (patch)
tree13537eedaab547aa4e9a34883fcb98b7abbe77de /lib/ldb/wscript
parentdf858ec17e1d86ac983f0e74f7b80fbac64cab30 (diff)
downloadsamba-3eecdbcc38dbe084b285c9720443d819304f7b97.tar.gz
ldb: version 1.4.1ldb-1.4.1
* add some missing return value checks * Fix several mem leaks in ldb_index ldb_search ldb_tdb (bug#13475) * ldb_tdb: Use mem_ctx and so avoid leak onto long-term memory on duplicated add. (bug#13471) * ldb: Fix memory leak on module context (bug#13459) * Refused build of Samba 4.8 with ldb 1.4 (bug #13519) * Prevent similar issues in the future at configure time (bug #13519) Signed-off-by: Stefan Metzmacher <metze@samba.org> Reviewed-by: Andrew Bartlett <abartlet@samba.org> Autobuild-User(master): Andrew Bartlett <abartlet@samba.org> Autobuild-Date(master): Thu Jul 12 07:43:22 CEST 2018 on sn-devel-144
Diffstat (limited to 'lib/ldb/wscript')
-rw-r--r--lib/ldb/wscript2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/ldb/wscript b/lib/ldb/wscript
index eb2ccac9b39..33e787c5e5f 100644
--- a/lib/ldb/wscript
+++ b/lib/ldb/wscript
@@ -1,7 +1,7 @@
#!/usr/bin/env python
APPNAME = 'ldb'
-VERSION = '1.4.0'
+VERSION = '1.4.1'
blddir = 'bin'