summaryrefslogtreecommitdiff
path: root/lib/ldb/wscript
diff options
context:
space:
mode:
authorAndrew Bartlett <abartlet@samba.org>2018-07-03 15:21:07 +1200
committerAndrew Bartlett <abartlet@samba.org>2018-08-15 07:08:24 +0200
commitbdbb9422c0430d74c3173822257e23a9dfb2713e (patch)
tree6a5edb3973905aa9a13b1bdefb99d7a3df8091b0 /lib/ldb/wscript
parent9d46795b208487028ce4cce6ed893de7b665b347 (diff)
downloadsamba-bdbb9422c0430d74c3173822257e23a9dfb2713e.tar.gz
ldb: Release LDB 1.5.1ldb-1.5.1
* New API ldb_dn_add_child_val() avoids passing untrusted input to ldb_dn_add_child_fmt() (bug 13466) * Free memory nearer to the allocation in calls made by ldbsearch * Do not overwrite ldb_transaction_commit failure error messages with a pointless del_transaction() Signed-off-by: Andrew Bartlett <abartlet@samba.org> Reviewed-by: Douglas Bagnall <douglas.bagnall@catalyst.net.nz>
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 d324f48516a..a3ec8db1ab7 100644
--- a/lib/ldb/wscript
+++ b/lib/ldb/wscript
@@ -1,7 +1,7 @@
#!/usr/bin/env python
APPNAME = 'ldb'
-VERSION = '1.5.0'
+VERSION = '1.5.1'
blddir = 'bin'