[SCM] Samba Shared Repository - branch master updated

Jeremy Allison jra at samba.org
Tue Oct 5 19:58:01 UTC 2021


The branch, master has been updated
       via  a19016e002f Release ldb 2.50 for the future samba 4.16 series
       via  76899e23614 Release ldb 2.4.1
      from  b45190bdac7 selftest: Use self.assertRaisesLdbError() in user_account_control.py test

https://git.samba.org/?p=samba.git;a=shortlog;h=master


- Log -----------------------------------------------------------------
commit a19016e002f4588a75cf16ce7a9dfaa19501a0e4
Author: Andrew Bartlett <abartlet at samba.org>
Date:   Wed Sep 29 11:35:54 2021 +1300

    Release ldb 2.50 for the future samba 4.16 series
    
    This avoids master having an older or identical LDB version
    to Samba 4.15.x while it gains additional changes that may
    not all be backported.
    
    Signed-off-by: Andrew Bartlett <abartlet at samba.org>
    Reviewed-by: Jeremy Allison <jra at samba.org>
    
    Autobuild-User(master): Jeremy Allison <jra at samba.org>
    Autobuild-Date(master): Tue Oct  5 19:57:51 UTC 2021 on sn-devel-184

commit 76899e236149ff3b86cd9032a3c6bdafe3a2f036
Author: Andrew Bartlett <abartlet at samba.org>
Date:   Wed Sep 29 11:27:41 2021 +1300

    Release ldb 2.4.1
    
    * Corrected python behaviour for 'in' for LDAP attributes
      contained as part of ldb.Message (bug 14845)
    * Fix memory handling in ldb.msg_diff (bug 14836)
    * Corrected python docstrings
    
    BUG: https://bugzilla.samba.org/show_bug.cgi?id=14845
    BUG: https://bugzilla.samba.org/show_bug.cgi?id=14836
    BUG: https://bugzilla.samba.org/show_bug.cgi?id=14848
    
    Signed-off-by: Andrew Bartlett <abartlet at samba.org>
    Reviewed-by: Jeremy Allison <jra at samba.org>

-----------------------------------------------------------------------

Summary of changes:
 lib/ldb/ABI/{ldb-2.0.5.sigs => ldb-2.4.1.sigs}               | 0
 lib/ldb/ABI/{ldb-2.0.5.sigs => ldb-2.5.0.sigs}               | 0
 lib/ldb/ABI/{pyldb-util-2.1.0.sigs => pyldb-util-2.4.1.sigs} | 0
 lib/ldb/ABI/{pyldb-util-2.1.0.sigs => pyldb-util-2.5.0.sigs} | 0
 lib/ldb/wscript                                              | 4 ++--
 5 files changed, 2 insertions(+), 2 deletions(-)
 copy lib/ldb/ABI/{ldb-2.0.5.sigs => ldb-2.4.1.sigs} (100%)
 copy lib/ldb/ABI/{ldb-2.0.5.sigs => ldb-2.5.0.sigs} (100%)
 copy lib/ldb/ABI/{pyldb-util-2.1.0.sigs => pyldb-util-2.4.1.sigs} (100%)
 copy lib/ldb/ABI/{pyldb-util-2.1.0.sigs => pyldb-util-2.5.0.sigs} (100%)


Changeset truncated at 500 lines:

diff --git a/lib/ldb/ABI/ldb-2.0.5.sigs b/lib/ldb/ABI/ldb-2.4.1.sigs
similarity index 100%
copy from lib/ldb/ABI/ldb-2.0.5.sigs
copy to lib/ldb/ABI/ldb-2.4.1.sigs
diff --git a/lib/ldb/ABI/ldb-2.0.5.sigs b/lib/ldb/ABI/ldb-2.5.0.sigs
similarity index 100%
copy from lib/ldb/ABI/ldb-2.0.5.sigs
copy to lib/ldb/ABI/ldb-2.5.0.sigs
diff --git a/lib/ldb/ABI/pyldb-util-2.1.0.sigs b/lib/ldb/ABI/pyldb-util-2.4.1.sigs
similarity index 100%
copy from lib/ldb/ABI/pyldb-util-2.1.0.sigs
copy to lib/ldb/ABI/pyldb-util-2.4.1.sigs
diff --git a/lib/ldb/ABI/pyldb-util-2.1.0.sigs b/lib/ldb/ABI/pyldb-util-2.5.0.sigs
similarity index 100%
copy from lib/ldb/ABI/pyldb-util-2.1.0.sigs
copy to lib/ldb/ABI/pyldb-util-2.5.0.sigs
diff --git a/lib/ldb/wscript b/lib/ldb/wscript
index 863dfde9339..b811b68861f 100644
--- a/lib/ldb/wscript
+++ b/lib/ldb/wscript
@@ -1,8 +1,8 @@
 #!/usr/bin/env python
 
 APPNAME = 'ldb'
-# For Samba 4.15.x
-VERSION = '2.4.0'
+# For Samba 4.16.x
+VERSION = '2.5.0'
 
 import sys, os
 


-- 
Samba Shared Repository



More information about the samba-cvs mailing list