The branch, master has been updated
       via  c804f26 tdb: version 1.3.15
      from  6d7681c s3:libsmb: Print the kinit failed message with DBGLVL_NOTICE

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


- Log -----------------------------------------------------------------
commit c804f260858366dd6e9fb99dfa5c9e3720ffbcdc
Author: Stefan Metzmacher <me...@samba.org>
Date:   Thu Aug 24 13:29:17 2017 +0200

    tdb: version 1.3.15
    
    * Add protection against EINTR.
    * Truncate the file after expand failure, ENOSPC
    * Use posix_fallocate() to expand the file
    * Fix GCC compiler warnings
    
    Signed-off-by: Stefan Metzmacher <me...@samba.org>
    Reviewed-by: Volker Lendecke <v...@samba.org>
    
    Autobuild-User(master): Stefan Metzmacher <me...@samba.org>
    Autobuild-Date(master): Thu Aug 24 21:17:48 CEST 2017 on sn-devel-144

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

Summary of changes:
 lib/tdb/ABI/{tdb-1.3.14.sigs => tdb-1.3.15.sigs} | 0
 lib/tdb/wscript                                  | 2 +-
 2 files changed, 1 insertion(+), 1 deletion(-)
 copy lib/tdb/ABI/{tdb-1.3.14.sigs => tdb-1.3.15.sigs} (100%)


Changeset truncated at 500 lines:

diff --git a/lib/tdb/ABI/tdb-1.3.14.sigs b/lib/tdb/ABI/tdb-1.3.15.sigs
similarity index 100%
copy from lib/tdb/ABI/tdb-1.3.14.sigs
copy to lib/tdb/ABI/tdb-1.3.15.sigs
diff --git a/lib/tdb/wscript b/lib/tdb/wscript
index 4782550..11bc0db 100644
--- a/lib/tdb/wscript
+++ b/lib/tdb/wscript
@@ -1,7 +1,7 @@
 #!/usr/bin/env python
 
 APPNAME = 'tdb'
-VERSION = '1.3.14'
+VERSION = '1.3.15'
 
 blddir = 'bin'
 


-- 
Samba Shared Repository

Reply via email to