From 44d9c597963c49b739c40f6364b7882eb890f194 Mon Sep 17 00:00:00 2001 From: Andreas Schneider Date: Thu, 21 Mar 2019 14:18:12 +0100 Subject: Bump version to 1.2.3 Signed-off-by: Andreas Schneider Reviewed-by: Ralph Boehme --- CMakeLists.txt | 4 ++-- ChangeLog | 4 ++++ 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 -- cgit