ldb: release 2.9.0 for use in Samba 4.20.x ldb-2.9.0
authorJule Anger <janger@samba.org>
Mon, 29 Jan 2024 14:08:08 +0000 (15:08 +0100)
committerJule Anger <janger@samba.org>
Mon, 29 Jan 2024 14:39:32 +0000 (14:39 +0000)
- documentation fixes
- build with Python 3.12 (bug #15513)
- a lot of additional error checking in
  the python bindings
- minor code fixes

BUG: https://bugzilla.samba.org/show_bug.cgi?id=15513

Signed-off-by: Jule Anger <janger@samba.org>
Signed-off-by: Stefan Metzmacher <metze@samba.org>
lib/ldb/wscript

index bb49e95382cb292134c66f56b53e8437c230840e..c249a82607130d0c2b8a489e3949f74e2949cf72 100644 (file)
@@ -1,7 +1,7 @@
 #!/usr/bin/env python
 
 APPNAME = 'ldb'
-# For Samba 4.20.x
+# For Samba 4.20.x !
 VERSION = '2.9.0'
 
 import sys, os