[SCM] Socket Wrapper Repository - branch master updated

Andreas Schneider asn at samba.org
Mon Feb 23 08:49:09 MST 2015


The branch, master has been updated
       via  43d0166 Bump version to 1.1.3
       via  d459a08 Update ChangeLog
      from  4c44ee6 swrap: If we remove the socket_info also unlink the unix socket

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


- Log -----------------------------------------------------------------
commit 43d01669351e007bda10810fea675c0297b9ecd1
Author: Andreas Schneider <asn at samba.org>
Date:   Mon Feb 23 15:24:26 2015 +0100

    Bump version to 1.1.3
    
    Signed-off-by: Andreas Schneider <asn at samba.org>
    Reviewed-by: Michael Adam <obnox at samba.org>

commit d459a08a80b9710cf93c11d320fda8a6c0e2e31d
Author: Andreas Schneider <asn at samba.org>
Date:   Mon Feb 23 15:23:47 2015 +0100

    Update ChangeLog
    
    Signed-off-by: Andreas Schneider <asn at samba.org>
    Reviewed-by: Michael Adam <obnox at samba.org>

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

Summary of changes:
 CMakeLists.txt | 4 ++--
 ChangeLog      | 5 +++++
 2 files changed, 7 insertions(+), 2 deletions(-)


Changeset truncated at 500 lines:

diff --git a/CMakeLists.txt b/CMakeLists.txt
index 4c57a62..ee6daa6 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -8,7 +8,7 @@ set(APPLICATION_NAME ${PROJECT_NAME})
 
 set(APPLICATION_VERSION_MAJOR "1")
 set(APPLICATION_VERSION_MINOR "1")
-set(APPLICATION_VERSION_PATCH "2")
+set(APPLICATION_VERSION_PATCH "3")
 
 set(APPLICATION_VERSION "${APPLICATION_VERSION_MAJOR}.${APPLICATION_VERSION_MINOR}.${APPLICATION_VERSION_PATCH}")
 
@@ -19,7 +19,7 @@ set(APPLICATION_VERSION "${APPLICATION_VERSION_MAJOR}.${APPLICATION_VERSION_MINO
 #     Increment AGE. Set REVISION to 0
 #   If the source code was changed, but there were no interface changes:
 #     Increment REVISION.
-set(LIBRARY_VERSION "0.1.2")
+set(LIBRARY_VERSION "0.1.3")
 set(LIBRARY_SOVERSION "0")
 
 # where to look first for cmake modules, before ${CMAKE_ROOT}/Modules/ is checked
diff --git a/ChangeLog b/ChangeLog
index 052abb6..c5b6019 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,6 +1,11 @@
 ChangeLog
 ==========
 
+version 1.1.3 (released 2015-02-23)
+  * Added support for address sanitizer.
+  * Fixed leaking of memory and fds of stale sockets.
+  * Fixed the library loading code.
+
 version 1.1.2 (released 2014-10-01)
   * Added support for fnctl(F_DUPFD).
   * Added support for glibc 2.20.90.


-- 
Socket Wrapper Repository


More information about the samba-cvs mailing list