aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndreas Schneider <asn@samba.org>2016-03-16 14:53:37 +0100
committerAndreas Schneider <asn@samba.org>2016-03-16 14:55:41 +0100
commit2bd91fc2049d88612260f083cd604112bec4c83b (patch)
treed3c5acda5b3703a31e68a4a09d6682888b182c6a
parent3df97e0e690fe811f620ee9afef898bf896eb41c (diff)
downloaduid_wrapper-2bd91fc2049d88612260f083cd604112bec4c83b.tar.gz
uid_wrapper-2bd91fc2049d88612260f083cd604112bec4c83b.tar.xz
uid_wrapper-2bd91fc2049d88612260f083cd604112bec4c83b.zip
Bump version to 1.2.1
Signed-off-by: Andreas Schneider <asn@samba.org> Reviewed-by: Stefan Metzmacher <metze@samba.org>
-rw-r--r--CMakeLists.txt4
-rw-r--r--ChangeLog4
2 files changed, 6 insertions, 2 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt
index a2c6699..898440e 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -8,7 +8,7 @@ set(APPLICATION_NAME ${PROJECT_NAME})
set(APPLICATION_VERSION_MAJOR "1")
set(APPLICATION_VERSION_MINOR "2")
-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.5")
+set(LIBRARY_VERSION "0.0.6")
set(LIBRARY_SOVERSION "0")
# where to look first for cmake modules, before ${CMAKE_ROOT}/Modules/ is checked
diff --git a/ChangeLog b/ChangeLog
index 70c659f..6f776de 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,6 +1,10 @@
ChangeLog
==========
+version 1.2.1 (released 2016-03-16)
+ * Documented missing options.
+ * Fixed a comipilation issue with -O3.
+
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.