Bump version to 1.1.7
authorAndreas Schneider <asn@samba.org>
Mon, 11 Nov 2019 14:46:08 +0000 (15:46 +0100)
committerAndreas Schneider <asn@samba.org>
Mon, 11 Nov 2019 14:46:08 +0000 (15:46 +0100)
Signed-off-by: Andreas Schneider <asn@samba.org>
Reviewed-by: Ralph Boehme <slow@samba.org>
CMakeLists.txt
ChangeLog

index e87842b1d399c3839e5e7e5fcdf58df2bb6a5233..093941666a8c4151925c15abdeb77a6c03b066d9 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.6 LANGUAGES C)
+project(nss_wrapper VERSION 1.1.7 LANGUAGES C)
 
 # global needed variables
 set(APPLICATION_NAME ${PROJECT_NAME})
index 83a2380e0d83ad663476890417370f01b53bc832..3645f4abc3cc29b802b98fa042b3c168e2a8f4a6 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,6 +1,11 @@
 ChangeLog
 ==========
 
+version 1.1.7 (released 2019-11-11)
+  * Added NSS_WRAPPER_DISABLE_DEEPBIND env variable
+  * Improvded logging
+  * Fixed location in cmake config
+
 version 1.1.6 (released 2019-05-19)
   * Fixed issues with memory alignment of getgrnam()
   * Fixed getpwnam() on FreeBSD