[SCM] Samba Shared Repository - branch master updated

Volker Lendecke vlendec at samba.org
Sat Nov 29 06:46:02 MST 2014


The branch, master has been updated
       via  13a1406 ldb: version 1.1.18
       via  e6c7668 tdb: version 1.3.2
      from  373d58c s3-libads: remove unused dn from ads_get_service_principal_names().

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


- Log -----------------------------------------------------------------
commit 13a1406fa11f4c7eb1996a5ac1e33c966b886082
Author: Stefan Metzmacher <metze at samba.org>
Date:   Sat Nov 29 11:43:53 2014 +0100

    ldb: version 1.1.18
    
    This release contains:
    
    - fixes for segfaults in pyldb
    - documentation fixes
    - build system improvements
    
    Signed-off-by: Stefan Metzmacher <metze at samba.org>
    Reviewed-by: Volker Lendecke <vl at samba.org>
    
    Autobuild-User(master): Volker Lendecke <vl at samba.org>
    Autobuild-Date(master): Sat Nov 29 14:45:56 CET 2014 on sn-devel-104

commit e6c766848c5f5f13584f3bc4c1670c76e7ff8472
Author: Stefan Metzmacher <metze at samba.org>
Date:   Sat Nov 29 11:37:54 2014 +0100

    tdb: version 1.3.2
    
    The following bugs are fixed with this release:
    
    - Bug 10625 - tdb.h missing include of stdbool.h
    - Bug 10781 - smbstatus: locking.tdb - TDB_MUTEX_LOCKING requires TDB_CLEAR_IF_FIRST
    - Bug 10968 - tdb mutex runtime test clobbers stdout
    
    Bug: https://bugzilla.samba.org/show_bug.cgi?id=10625
    Bug: https://bugzilla.samba.org/show_bug.cgi?id=10781
    Bug: https://bugzilla.samba.org/show_bug.cgi?id=10968
    
    Signed-off-by: Stefan Metzmacher <metze at samba.org>
    Reviewed-by: Volker Lendecke <vl at samba.org>

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

Summary of changes:
 lib/ldb/ABI/{ldb-1.1.14.sigs => ldb-1.1.18.sigs}               | 0
 lib/ldb/ABI/{pyldb-util-1.1.10.sigs => pyldb-util-1.1.18.sigs} | 0
 lib/ldb/wscript                                                | 2 +-
 lib/tdb/ABI/{tdb-1.3.0.sigs => tdb-1.3.2.sigs}                 | 0
 lib/tdb/wscript                                                | 2 +-
 5 files changed, 2 insertions(+), 2 deletions(-)
 copy lib/ldb/ABI/{ldb-1.1.14.sigs => ldb-1.1.18.sigs} (100%)
 copy lib/ldb/ABI/{pyldb-util-1.1.10.sigs => pyldb-util-1.1.18.sigs} (100%)
 copy lib/tdb/ABI/{tdb-1.3.0.sigs => tdb-1.3.2.sigs} (100%)


Changeset truncated at 500 lines:

diff --git a/lib/ldb/ABI/ldb-1.1.14.sigs b/lib/ldb/ABI/ldb-1.1.18.sigs
similarity index 100%
copy from lib/ldb/ABI/ldb-1.1.14.sigs
copy to lib/ldb/ABI/ldb-1.1.18.sigs
diff --git a/lib/ldb/ABI/pyldb-util-1.1.10.sigs b/lib/ldb/ABI/pyldb-util-1.1.18.sigs
similarity index 100%
copy from lib/ldb/ABI/pyldb-util-1.1.10.sigs
copy to lib/ldb/ABI/pyldb-util-1.1.18.sigs
diff --git a/lib/ldb/wscript b/lib/ldb/wscript
index cb6b5c8..0fba225 100755
--- a/lib/ldb/wscript
+++ b/lib/ldb/wscript
@@ -1,7 +1,7 @@
 #!/usr/bin/env python
 
 APPNAME = 'ldb'
-VERSION = '1.1.17'
+VERSION = '1.1.18'
 
 blddir = 'bin'
 
diff --git a/lib/tdb/ABI/tdb-1.3.0.sigs b/lib/tdb/ABI/tdb-1.3.2.sigs
similarity index 100%
copy from lib/tdb/ABI/tdb-1.3.0.sigs
copy to lib/tdb/ABI/tdb-1.3.2.sigs
diff --git a/lib/tdb/wscript b/lib/tdb/wscript
index dbbcaf3..99433e8 100644
--- a/lib/tdb/wscript
+++ b/lib/tdb/wscript
@@ -1,7 +1,7 @@
 #!/usr/bin/env python
 
 APPNAME = 'tdb'
-VERSION = '1.3.1'
+VERSION = '1.3.2'
 
 blddir = 'bin'
 


-- 
Samba Shared Repository


More information about the samba-cvs mailing list