From fff9673712e95aa385d2794178d75720f2e3d2f4 Mon Sep 17 00:00:00 2001 From: Luca Boccassi Date: Sat, 31 Dec 2016 19:59:39 +0100 Subject: [PATCH 1/3] Problem: ABI not set in project.xml Solution: set it to 4:2:0. Revision should already have been bumped for 4.0.1, but I forgot, so double bump now. --- project.xml | 1 + 1 file changed, 1 insertion(+) diff --git a/project.xml b/project.xml index d13fa8024..dab8e5cc5 100644 --- a/project.xml +++ b/project.xml @@ -9,6 +9,7 @@ > + From 0c950535bfccf0c195aa685b15e3ce551268027f Mon Sep 17 00:00:00 2001 From: Luca Boccassi Date: Sat, 31 Dec 2016 20:01:05 +0100 Subject: [PATCH 2/3] Problem: out of date with zproject Solution: regenerate --- CMakeLists.txt | 3 +++ configure.ac | 4 ++-- 2 files changed, 5 insertions(+), 2 deletions(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index f247da3e1..291d3e3b0 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -242,6 +242,9 @@ set_target_properties(czmq set_target_properties(czmq PROPERTIES LIBRARY_OUTPUT_DIRECTORY "${SOURCE_DIR}/src" ) +set_target_properties (czmq + PROPERTIES SOVERSION "4.0.2" +) target_link_libraries(czmq ${ZEROMQ_LIBRARIES} ${MORE_LIBRARIES} ) diff --git a/configure.ac b/configure.ac index ebfcb6c1d..c4c64b86c 100644 --- a/configure.ac +++ b/configure.ac @@ -31,12 +31,12 @@ AC_SUBST(PACKAGE_VERSION) # # Libtool -version-info (ABI version) # -# Currently 2.0.1 ("stable"). Don't change this unless you +# Currently 4:2:0 ("stable"). Don't change this unless you # know exactly what you're doing and have read and understand # http://www.gnu.org/software/libtool/manual/html_node/Updating-version-info.html # # libczmq -version-info -LTVER="4:0:0" +LTVER="4:2:0" AC_SUBST(LTVER) # Capture c flags From b0b415b573814ef71d0dff102ff294434d60b81a Mon Sep 17 00:00:00 2001 From: Luca Boccassi Date: Sat, 31 Dec 2016 20:05:45 +0100 Subject: [PATCH 3/3] Finalize changelog for 4.0.2 bugfix release --- NEWS | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/NEWS b/NEWS index 6a8740bff..fc86ff1ca 100644 --- a/NEWS +++ b/NEWS @@ -1,4 +1,4 @@ -CZMQ version 4.0.2 stable, released on 201x/xx/xx +CZMQ version 4.0.2 stable, released on 2016/12/31 ================================================= * Fixed #1559 - DRAFT zsock_new_*_checked symbols leak