[SCM] UID Wrapper Repository - branch master updated

Andreas Schneider asn at samba.org
Tue Jan 17 13:54:05 UTC 2023


The branch, master has been updated
       via  0e55550 Bump version to 1.3.0
       via  e6abc78 Rename to CHANGELOG
      from  2e0adc7 gitlab-ci: run .gitlab-ci.yml also on branches at metze/uid_wrapper

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


- Log -----------------------------------------------------------------
commit 0e55550e6eff6488f3bb6a1c55ad8f92b2ea6ee3
Author: Andreas Schneider <asn at samba.org>
Date:   Tue Jan 17 14:39:42 2023 +0100

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

commit e6abc78dbd28d554e2c07e0d9ef93dd3e97199b2
Author: Andreas Schneider <asn at samba.org>
Date:   Tue Jan 17 14:36:14 2023 +0100

    Rename to CHANGELOG
    
    Reviewed-by: Stefan Metzmacher <metze at samba.org>

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

Summary of changes:
 ChangeLog => CHANGELOG | 9 +++++++--
 CMakeLists.txt         | 4 ++--
 2 files changed, 9 insertions(+), 4 deletions(-)
 rename ChangeLog => CHANGELOG (91%)


Changeset truncated at 500 lines:

diff --git a/ChangeLog b/CHANGELOG
similarity index 91%
rename from ChangeLog
rename to CHANGELOG
index 3b5f1e8..92542f5 100644
--- a/ChangeLog
+++ b/CHANGELOG
@@ -1,5 +1,10 @@
-ChangeLog
-==========
+CHANGELOG
+=========
+
+version 1.3.0 (released 2023-01-17)
+  * Added support to interact with socket_wrapper syscall()
+  * Fixed deadlocks with threads
+  * Improved log output
 
 version 1.2.9 (released 2021-12-02)
   * Add support for getgroups_chk()
diff --git a/CMakeLists.txt b/CMakeLists.txt
index 457dd72..c11220a 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.9 LANGUAGES C)
+project(uid_wrapper VERSION 1.3.0 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.1.0")
+set(LIBRARY_VERSION "0.2.0")
 set(LIBRARY_SOVERSION "0")
 
 # add definitions


-- 
UID Wrapper Repository



More information about the samba-cvs mailing list