Bump version to 1.1.15 nss_wrapper-1.1.15
authorAndreas Schneider <asn@samba.org>
Wed, 25 Jan 2023 11:43:23 +0000 (12:43 +0100)
committerAndreas Schneider <asn@samba.org>
Wed, 25 Jan 2023 15:41:17 +0000 (16:41 +0100)
Signed-off-by: Andreas Schneider <asn@samba.org>
Reviewed-by: Pavel Filipenský <pfilipensky@samba.org>
CHANGELOG
CMakeLists.txt

index aed76b313e651bdb18c88d974ad05d65a608cdce..2cd0423be220d621366490cf7d6d149d4021f18f 100644 (file)
--- a/CHANGELOG
+++ b/CHANGELOG
@@ -1,6 +1,10 @@
 ChangeLog
 ==========
 
+version 1.1.15 (released 2023-01-25)
+  * Fixed linking issue in tests
+  * Fixed a memory leak in tests
+
 version 1.1.14 (released 2023-01-25)
   * Fixed implementation of initgroups()
   * Fixed implementation of getgrouplist()
index bd3b663da790d30aa55983fa41e8815d4068e630..2f7c91a164f2be26f1bd9e0d0a99d1736f00f674 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.14 LANGUAGES C)
+project(nss_wrapper VERSION 1.1.15 LANGUAGES C)
 
 # global needed variables
 set(APPLICATION_NAME ${PROJECT_NAME})