[SCM] UID Wrapper Repository - branch master updated

Andreas Schneider asn at samba.org
Thu Dec 2 13:46:05 UTC 2021


The branch, master has been updated
       via  a9189e2 Bump version to 1.2.9
      from  207ecf8 uwrap: Add support for getgroups_chk()

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


- Log -----------------------------------------------------------------
commit a9189e29e584e89e929fdbfa8abdd04058a75e2f
Author: Andreas Schneider <asn at samba.org>
Date:   Thu Dec 2 14:41:28 2021 +0100

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

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

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


Changeset truncated at 500 lines:

diff --git a/CMakeLists.txt b/CMakeLists.txt
index 2e4af2c..457dd72 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -11,7 +11,7 @@ list(APPEND CMAKE_MODULE_PATH "${CMAKE_CURRENT_SOURCE_DIR}/cmake/Modules")
 include(DefineCMakeDefaults)
 include(DefineCompilerFlags)
 
-project(uid_wrapper VERSION 1.2.8 LANGUAGES C)
+project(uid_wrapper VERSION 1.2.9 LANGUAGES C)
 
 # global needed variables
 set(APPLICATION_NAME ${PROJECT_NAME})
@@ -23,7 +23,7 @@ set(APPLICATION_NAME ${PROJECT_NAME})
 #     Increment AGE. Set REVISION to 0
 #   If the source code was changed, but there were no interface changes:
 #     Increment REVISION.
-set(LIBRARY_VERSION "0.0.9")
+set(LIBRARY_VERSION "0.1.0")
 set(LIBRARY_SOVERSION "0")
 
 # add definitions
diff --git a/ChangeLog b/ChangeLog
index 9dcbd8c..3b5f1e8 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,6 +1,10 @@
 ChangeLog
 ==========
 
+version 1.2.9 (released 2021-12-02)
+  * Add support for getgroups_chk()
+  * Added (de)contructor support on AIX with pragma init/finish
+
 version 1.2.8 (released 2020-03-05)
   * Fix path in pkgconfig module
   * Fix path in cmake find module


-- 
UID Wrapper Repository



More information about the samba-cvs mailing list