summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorStefan Metzmacher <metze@samba.org>2023-01-18 15:53:46 +0100
committerStefan Metzmacher <metze@samba.org>2023-01-18 16:26:36 +0000
commitf972b1ea061ca451d269df9a2b0ab53c7651d908 (patch)
tree148f7a5fc2a60c69235a8895f0b9bbcee6cf7c9c
parent3c6d28ebae27dba8e40558ae37ae8138ea0b4bdc (diff)
downloadsamba-ldb-2.7.0.tar.gz
ldb: version 2.7.0ldb-2.7.0
* Support python 3.12 * Have python functions operating on DNs raise LdbError * don't call comparison() directly in LDB_TYPESAFE_QSORT * Use ldb_ascii_toupper() for case folding to support tr_TR.UTF-8 and other dotless i locales, see https://bugzilla.samba.org/show_bug.cgi?id=15248 Signed-off-by: Stefan Metzmacher <metze@samba.org> Signed-off-by: Jule Anger <janger@samba.org>
-rw-r--r--lib/ldb/wscript2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/ldb/wscript b/lib/ldb/wscript
index 2dfac46403f..95aee9be6d3 100644
--- a/lib/ldb/wscript
+++ b/lib/ldb/wscript
@@ -1,7 +1,7 @@
#!/usr/bin/env python
APPNAME = 'ldb'
-# For Samba 4.18.x
+# For Samba 4.18.x !
VERSION = '2.7.0'
import sys, os