[SCM] UID Wrapper Repository - branch master updated

Andreas Schneider asn at samba.org
Tue Jan 20 09:53:35 MST 2015


The branch, master has been updated
       via  e9d4871 Bump version to 1.1.0.
      from  87dc54b uwrap: Make sure we leave if the id is NULL.

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


- Log -----------------------------------------------------------------
commit e9d4871713d3754cc02eadc541a42a9de9128a7d
Author: Andreas Schneider <asn at samba.org>
Date:   Mon Jan 19 17:06:10 2015 +0100

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

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

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


Changeset truncated at 500 lines:

diff --git a/CMakeLists.txt b/CMakeLists.txt
index 1d591fd..5984728 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -7,8 +7,8 @@ cmake_minimum_required(VERSION 2.8.0)
 set(APPLICATION_NAME ${PROJECT_NAME})
 
 set(APPLICATION_VERSION_MAJOR "1")
-set(APPLICATION_VERSION_MINOR "0")
-set(APPLICATION_VERSION_PATCH "2")
+set(APPLICATION_VERSION_MINOR "1")
+set(APPLICATION_VERSION_PATCH "0")
 
 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.0.2")
+set(LIBRARY_VERSION "0.0.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 4fdb805..08ce5cb 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,6 +1,14 @@
 ChangeLog
 ==========
 
+version 1.1.0 (released 2015-01-20)
+  * Added support for gesresuid().
+  * Added support for gesresgid().
+  * Added MacOSX support.
+  * Added fully working thread support.
+  * Added more tests.
+  * Fixed issues with older gcc versions.
+
 version 1.0.2 (released 2014-07-31)
   * Added better logging system.
   * Added a mapnpage


-- 
UID Wrapper Repository


More information about the samba-cvs mailing list