summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAndreas Schneider <asn@samba.org>2019-03-21 14:18:12 +0100
committerAndreas Schneider <asn@samba.org>2019-03-21 14:41:45 +0100
commit44d9c597963c49b739c40f6364b7882eb890f194 (patch)
tree9e13ad9016ac9d4b929975db389a031ab2bd47b3
parent51d8982627f0da1715d196fd75ec17d6579a57b0 (diff)
downloadsocket_wrapper-44d9c597963c49b739c40f6364b7882eb890f194.tar.gz
socket_wrapper-44d9c597963c49b739c40f6364b7882eb890f194.tar.xz
socket_wrapper-44d9c597963c49b739c40f6364b7882eb890f194.zip
Bump version to 1.2.3
Signed-off-by: Andreas Schneider <asn@samba.org> Reviewed-by: Ralph Boehme <slow@samba.org>
-rw-r--r--CMakeLists.txt4
-rw-r--r--ChangeLog4
2 files changed, 6 insertions, 2 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt
index ab7254c..ef14e57 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(socket_wrapper VERSION 1.2.2 LANGUAGES C)
+project(socket_wrapper VERSION 1.2.3 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.12")
+set(LIBRARY_VERSION "0.1.13")
set(LIBRARY_SOVERSION "0")
# add definitions
diff --git a/ChangeLog b/ChangeLog
index d0a7285..04a4245 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,6 +1,10 @@
ChangeLog
==========
+version 1.2.3 (released 2019-03-21)
+ * Fixed missing NULL check for socket_wrapper_dir()
+ * Fixes building in Samba source tree
+
version 1.2.2 (released 2019-03-21)
* Added environment variable to disable deep binding
* Fixed installation of socket_wrapper