Bump version to 1.2.2 socket_wrapper-1.2.2
authorAndreas Schneider <asn@samba.org>
Thu, 21 Mar 2019 07:47:24 +0000 (08:47 +0100)
committerAndreas Schneider <asn@samba.org>
Thu, 21 Mar 2019 08:56:52 +0000 (09:56 +0100)
Signed-off-by: Andreas Schneider <asn@samba.org>
Reviewed-by: Ralph Boehme <slow@samba.org>
CMakeLists.txt
ChangeLog

index 1a161dc3ad6884ff3dee5c3dfe8e249ff1d9d73b..ab7254c0fca2f73327c8e15ba3bf31808cab07a4 100644 (file)
@@ -11,7 +11,7 @@ list(APPEND CMAKE_MODULE_PATH "${CMAKE_CURRENT_SOURCE_DIR}/cmake/Modules")
 include(DefineCMakeDefaults)
 include(DefineCompilerFlags)
 
-project(socket_wrapper VERSION 1.2.1 LANGUAGES C)
+project(socket_wrapper VERSION 1.2.2 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.1.11")
+set(LIBRARY_VERSION "0.1.12")
 set(LIBRARY_SOVERSION "0")
 
 # add definitions
index c4831b9746e42ee47176a153fab8a6f611d248c2..d0a7285ca6c6d5ac67b66c1706b9560a62adc707 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,6 +1,11 @@
 ChangeLog
 ==========
 
+version 1.2.2 (released 2019-03-21)
+  * Added environment variable to disable deep binding
+  * Fixed installation of socket_wrapper
+  * Fixed several small bugs
+
 version 1.2.1 (released 2018-11-14)
   * Removed error message to fix applications doing stupid things