summaryrefslogtreecommitdiff
path: root/lib/ldb/wscript
diff options
context:
space:
mode:
authorAndrew Bartlett <abartlet@samba.org>2017-09-06 14:26:25 +1200
committerAndrew Bartlett <abartlet@samba.org>2017-09-07 06:56:27 +0200
commitba54816875d43be66000977c6dd068e3165d7a46 (patch)
tree601fc1be11cc83146bc3a40dae6831ed67a96c31 /lib/ldb/wscript
parent37bb62990b96b266ba4a3e90cadd414e6fee5ddf (diff)
downloadsamba-ba54816875d43be66000977c6dd068e3165d7a46.tar.gz
ldb: version 1.2.2ldb-1.2.2
* Bug #13017: Add ldb_ldif_message_redacted_string() to allow debug of redacted log messages, avoiding showing secret values * Bug #13015: Allow re-index of newer databases with binary GUID TDB keys (this officially removes support for re-index of the original pack format 0, rather than simply segfaulting). * Avoid memory allocation and so make modify of records in ldb_tdb faster 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 6f3b32665d3..bd17b7b9edc 100644
--- a/lib/ldb/wscript
+++ b/lib/ldb/wscript
@@ -1,7 +1,7 @@
#!/usr/bin/env python
APPNAME = 'ldb'
-VERSION = '1.2.1'
+VERSION = '1.2.2'
blddir = 'bin'