Bump version to 1.2.0 uid_wrapper-1.2.0
authorAndreas Schneider <asn@samba.org>
Thu, 29 Oct 2015 07:21:21 +0000 (08:21 +0100)
committerAndreas Schneider <asn@samba.org>
Thu, 29 Oct 2015 07:21:21 +0000 (08:21 +0100)
Signed-off-by: Andreas Schneider <asn@samba.org>
CMakeLists.txt
ChangeLog

index b4ddb0acc7127d704864a379757ba6383f7fba58..a2c6699345ab33ecd7708d96bd98423a5877b6bf 100644 (file)
@@ -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 "1")
-set(APPLICATION_VERSION_PATCH "1")
+set(APPLICATION_VERSION_MINOR "2")
+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.4")
+set(LIBRARY_VERSION "0.0.5")
 set(LIBRARY_SOVERSION "0")
 
 # where to look first for cmake modules, before ${CMAKE_ROOT}/Modules/ is checked
index 7242b20de6d9e21ffbc2f29413a5029dfa7304d5..70c659f9713b2aa0fa328ead2d9fff2b7a0c45dc 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,6 +1,11 @@
 ChangeLog
 ==========
 
+version 1.2.0 (released 2015-10-29)
+  * Added privilege checks for all set*uid and set*gid functions.
+  * Added a lot more and accurate tests which work as root.
+  * Fixed some minor issues
+
 version 1.1.1 (released 2015-08-20)
   * Fixed getres(uid|gid) detection if unsupported.
   * Fixed the configure on Solaris