ldb: version 2.7.0 ldb-2.7.0
authorStefan Metzmacher <metze@samba.org>
Wed, 18 Jan 2023 14:53:46 +0000 (15:53 +0100)
committerStefan Metzmacher <metze@samba.org>
Wed, 18 Jan 2023 16:26:36 +0000 (16:26 +0000)
* 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>
lib/ldb/wscript

index 2dfac46403f144c42329210ba79f27bb051ceb54..95aee9be6d363271758872926724025aa3939d77 100644 (file)
@@ -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