[SCM] Samba Shared Repository - branch v4-10-test updated

Stefan Metzmacher metze at samba.org
Wed Jul 3 10:31:09 UTC 2019


The branch, v4-10-test has been updated
       via  8052d52b26f ldb: Release ldb 1.5.5
      from  f8d504acb4c python/ntacls: use correct "state directory" smb.conf option instead of "state dir"

https://git.samba.org/?p=samba.git;a=shortlog;h=v4-10-test


- Log -----------------------------------------------------------------
commit 8052d52b26f9ed00e1e479e6b0e43e83c26d9b4b
Author: Stefan Metzmacher <metze at samba.org>
Date:   Wed Jul 3 12:14:03 2019 +0200

    ldb: Release ldb 1.5.5
    
    Compared to 1.5.4:
    
    * LDAP_REFERRAL_SCHEME_OPAQUE was added
      to ldb_module.h in order to fix bug #12478.
      It means that Samba >= 4.10.6 will no longer be able to
      build with ldb 1.5.4.
    
    * We Skip @ records early in a search full scan
      in order to address bug #13893.
    
    BUG: https://bugzilla.samba.org/show_bug.cgi?id=12478
    
    Signed-off-by: Stefan Metzmacher <metze at samba.org>

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

Summary of changes:
 lib/ldb/ABI/{ldb-1.5.1.sigs => ldb-1.5.5.sigs}                    | 0
 lib/ldb/ABI/{pyldb-util-1.1.10.sigs => pyldb-util-1.5.5.sigs}     | 0
 lib/ldb/ABI/{pyldb-util-1.1.10.sigs => pyldb-util.py3-1.5.5.sigs} | 0
 lib/ldb/wscript                                                   | 2 +-
 4 files changed, 1 insertion(+), 1 deletion(-)
 copy lib/ldb/ABI/{ldb-1.5.1.sigs => ldb-1.5.5.sigs} (100%)
 copy lib/ldb/ABI/{pyldb-util-1.1.10.sigs => pyldb-util-1.5.5.sigs} (100%)
 copy lib/ldb/ABI/{pyldb-util-1.1.10.sigs => pyldb-util.py3-1.5.5.sigs} (100%)


Changeset truncated at 500 lines:

diff --git a/lib/ldb/ABI/ldb-1.5.1.sigs b/lib/ldb/ABI/ldb-1.5.5.sigs
similarity index 100%
copy from lib/ldb/ABI/ldb-1.5.1.sigs
copy to lib/ldb/ABI/ldb-1.5.5.sigs
diff --git a/lib/ldb/ABI/pyldb-util-1.1.10.sigs b/lib/ldb/ABI/pyldb-util-1.5.5.sigs
similarity index 100%
copy from lib/ldb/ABI/pyldb-util-1.1.10.sigs
copy to lib/ldb/ABI/pyldb-util-1.5.5.sigs
diff --git a/lib/ldb/ABI/pyldb-util-1.1.10.sigs b/lib/ldb/ABI/pyldb-util.py3-1.5.5.sigs
similarity index 100%
copy from lib/ldb/ABI/pyldb-util-1.1.10.sigs
copy to lib/ldb/ABI/pyldb-util.py3-1.5.5.sigs
diff --git a/lib/ldb/wscript b/lib/ldb/wscript
index d3402a7b5b2..f8eabbf57c5 100644
--- a/lib/ldb/wscript
+++ b/lib/ldb/wscript
@@ -1,7 +1,7 @@
 #!/usr/bin/env python
 
 APPNAME = 'ldb'
-VERSION = '1.5.4'
+VERSION = '1.5.5'
 
 import sys, os
 


-- 
Samba Shared Repository



More information about the samba-cvs mailing list