The branch, master has been updated via 8ccac24 Bump version to 1.2.1 from 9731458 swrap: Do not log if we are over the limit in find_socket_info_index()
https://git.samba.org/?p=socket_wrapper.git;a=shortlog;h=master - Log ----------------------------------------------------------------- commit 8ccac24b78bc5aa758a02cdecf58bdd6b8d6da13 Author: Andreas Schneider <a...@samba.org> Date: Wed Nov 14 08:04:42 2018 +0100 Bump version to 1.2.1 Signed-off-by: Andreas Schneider <a...@samba.org> Reviewed-by: Karolin Seeger <ksee...@samba.org> ----------------------------------------------------------------------- Summary of changes: CMakeLists.txt | 4 ++-- ChangeLog | 3 +++ 2 files changed, 5 insertions(+), 2 deletions(-) Changeset truncated at 500 lines: diff --git a/CMakeLists.txt b/CMakeLists.txt index 2f51bea..38b3e17 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.0 LANGUAGES C) +project(socket_wrapper VERSION 1.2.1 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.10") +set(LIBRARY_VERSION "0.1.11") set(LIBRARY_SOVERSION "0") # add definitions diff --git a/ChangeLog b/ChangeLog index 639044d..c4831b9 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,6 +1,9 @@ ChangeLog ========== +version 1.2.1 (released 2018-11-14) + * Removed error message to fix applications doing stupid things + version 1.2.0 (released 2018-11-13) * Added threading support * Moved to modern cmake -- Socket Wrapper Repository