[SCM] UID Wrapper Repository - branch master updated

Andreas Schneider asn at samba.org
Thu Jul 27 13:51:57 UTC 2017


The branch, master has been updated
       via  701a0d0 Bump version to 1.2.4
      from  4ec0dfc uwrap: Add a workaround for glibc malloc mutex deadlock bug

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


- Log -----------------------------------------------------------------
commit 701a0d03503ee1cd5263afe94bb09b2ff67078d1
Author: Andreas Schneider <asn at samba.org>
Date:   Fri Jul 21 11:58:08 2017 +0200

    Bump version to 1.2.4
    
    Signed-off-by: Andreas Schneider <asn at samba.org>
    Reviewed-by: Stefan Metzmacher <metze at samba.org>

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

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


Changeset truncated at 500 lines:

diff --git a/CMakeLists.txt b/CMakeLists.txt
index 97f0e30..9dba9d5 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 "2")
-set(APPLICATION_VERSION_PATCH "3")
+set(APPLICATION_VERSION_PATCH "4")
 
 set(APPLICATION_VERSION "${APPLICATION_VERSION_MAJOR}.${APPLICATION_VERSION_MINOR}.${APPLICATION_VERSION_PATCH}")
 
diff --git a/ChangeLog b/ChangeLog
index 33a879e..b57d876 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,6 +1,10 @@
 ChangeLog
 ==========
 
+version 1.2.4 (released 2017-07-24)
+  * Added deadlock workaround for glibc < 2.24
+  * Fixed a possible deadlock bug if uid_wrapper is turned off
+
 version 1.2.3 (released 2017-07-14)
   * Logging is always turned on now
   * Fixed a memory leak


-- 
UID Wrapper Repository



More information about the samba-cvs mailing list