From: Andreas Schneider Date: Fri, 17 May 2019 05:44:30 +0000 (+0200) Subject: Bump version to 1.1.6 X-Git-Tag: nss_wrapper-1.1.6^0 X-Git-Url: http://git.samba.org/?a=commitdiff_plain;h=c18484ec4f20da846a7673a415a1b4db8bc144e8;p=nss_wrapper.git Bump version to 1.1.6 Signed-off-by: Andreas Schneider Reviewed-by: Ralph Boehme --- diff --git a/CMakeLists.txt b/CMakeLists.txt index 4507a15..e87842b 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -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 diff --git a/ChangeLog b/ChangeLog index b158baf..83a2380 100644 --- 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