Bump version to 1.1.1 uid_wrapper-1.1.1
authorAndreas Schneider <asn@samba.org>
Thu, 20 Aug 2015 08:20:31 +0000 (10:20 +0200)
committerAndreas Schneider <asn@samba.org>
Thu, 20 Aug 2015 13:37:44 +0000 (15:37 +0200)
Signed-off-by: Andreas Schneider <asn@samba.org>
Reviewed-by: Stefan Metzmacher <metze@samba.org>
CMakeLists.txt
ChangeLog

index 5984728fb12c592d04c84393fb141289e35777df..b4ddb0acc7127d704864a379757ba6383f7fba58 100644 (file)
@@ -8,7 +8,7 @@ set(APPLICATION_NAME ${PROJECT_NAME})
 
 set(APPLICATION_VERSION_MAJOR "1")
 set(APPLICATION_VERSION_MINOR "1")
-set(APPLICATION_VERSION_PATCH "0")
+set(APPLICATION_VERSION_PATCH "1")
 
 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.3")
+set(LIBRARY_VERSION "0.0.4")
 set(LIBRARY_SOVERSION "0")
 
 # where to look first for cmake modules, before ${CMAKE_ROOT}/Modules/ is checked
index 08ce5cbb9e998185d6bd99ef68b1b53199c50a2e..7242b20de6d9e21ffbc2f29413a5029dfa7304d5 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,6 +1,11 @@
 ChangeLog
 ==========
 
+version 1.1.1 (released 2015-08-20)
+  * Fixed getres(uid|gid) detection if unsupported.
+  * Fixed the configure on Solaris
+  * Added a lot more tests
+
 version 1.1.0 (released 2015-01-20)
   * Added support for gesresuid().
   * Added support for gesresgid().