Bump version to 1.1.8 nss_wrapper-1.1.8
authorAndreas Schneider <asn@samba.org>
Mon, 17 Feb 2020 08:37:17 +0000 (09:37 +0100)
committerAndreas Schneider <asn@samba.org>
Mon, 17 Feb 2020 09:42:43 +0000 (10:42 +0100)
Signed-off-by: Andreas Schneider <asn@samba.org>
Reviewed-by: Isaac Boukris <iboukris@samba.org>
CHANGELOG
CMakeLists.txt

index 3645f4abc3cc29b802b98fa042b3c168e2a8f4a6..f15355d8065dc6edfb7a6f4eb82fed180a5edb8e 100644 (file)
--- a/CHANGELOG
+++ b/CHANGELOG
@@ -1,6 +1,10 @@
 ChangeLog
 ==========
 
+version 1.1.8 (released 2020-02-17)
+  * Fixed path to library in nss_wrapper.pc
+  * Try different backends for gethostbyaddr nd gethostbyname
+
 version 1.1.7 (released 2019-11-11)
   * Added NSS_WRAPPER_DISABLE_DEEPBIND env variable
   * Improvded logging
index 093941666a8c4151925c15abdeb77a6c03b066d9..fa75ef82675fbdcbbda3f00f614538e6657d9da0 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.7 LANGUAGES C)
+project(nss_wrapper VERSION 1.1.8 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.6")
+set(LIBRARY_VERSION "0.2.7")
 set(LIBRARY_SOVERSION "0")
 
 # add definitions