Bump version to 1.1.6 nss_wrapper-1.1.6
authorAndreas Schneider <asn@samba.org>
Fri, 17 May 2019 05:44:30 +0000 (07:44 +0200)
committerAndreas Schneider <asn@samba.org>
Fri, 17 May 2019 05:44:55 +0000 (07:44 +0200)
Signed-off-by: Andreas Schneider <asn@samba.org>
Reviewed-by: Ralph Boehme <slow@samba.org>
CMakeLists.txt
ChangeLog

index 4507a15c40c7e28eac21229791918be60c7e733c..e87842b1d399c3839e5e7e5fcdf58df2bb6a5233 100644 (file)
@@ -11,7 +11,7 @@ list(APPEND CMAKE_MODULE_PATH "${CMAKE_CURRENT_SOURCE_DIR}/cmake/Modules")
 include(DefineCMakeDefaults)
 include(DefineCompilerFlags)
 
-project(nss_wrapper VERSION 1.1.5 LANGUAGES C)
+project(nss_wrapper VERSION 1.1.6 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.2.5")
+set(LIBRARY_VERSION "0.2.6")
 set(LIBRARY_SOVERSION "0")
 
 # add definitions
index b158baf3aebcde5e95fee8835aa840da45bd2aa0..83a2380e0d83ad663476890417370f01b53bc832 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,6 +1,11 @@
 ChangeLog
 ==========
 
+version 1.1.6 (released 2019-05-19)
+  * Fixed issues with memory alignment of getgrnam()
+  * Fixed getpwnam() on FreeBSD
+  * Started to use modern cmake (>= 3.5.0)
+
 version 1.1.5 (released 2018-10-31)
   * Fixed running on older distributions