From e0d6f4ea113a6865a099fba2df3952bfff3bd7ef Mon Sep 17 00:00:00 2001 From: Luca Boccassi Date: Tue, 1 Nov 2016 13:18:02 +0000 Subject: [PATCH 1/2] Problem: no NEWS entry for 4.2.0 Solution: add one, empty for now, fill in after RC release --- NEWS | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/NEWS b/NEWS index 236f043cac..48fa20afbf 100644 --- a/NEWS +++ b/NEWS @@ -1,3 +1,9 @@ +0MQ version 4.2.0 rc1, released on 2016/11/01 +============================================= + +* Many changes, see ChangeLog. + + 0MQ version 4.1.0 rc1, released on 2014/10/14 ============================================= From 6da8385b2a7b5306cbfe66078d5567f5e8f728e1 Mon Sep 17 00:00:00 2001 From: Luca Boccassi Date: Tue, 1 Nov 2016 13:18:21 +0000 Subject: [PATCH 2/2] Problem: new public symbols added Solution: bump ABI version fromo 5:0:0 to 6:0:1 since 4.2 is backward compatible with 4.1, but new symbols are there --- configure.ac | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/configure.ac b/configure.ac index 91216fb94e..1af1c0f984 100644 --- a/configure.ac +++ b/configure.ac @@ -37,9 +37,10 @@ AC_SUBST(PACKAGE_VERSION) # ZeroMQ version 3.1: 3:0:0 (ABI version 3) # ZeroMQ version 4.0: 4:0:0 (ABI version 4) # ZeroMQ version 4.1: 5:0:0 (ABI version 5) +# ZeroMQ version 4.2.0: 6:0:1 (ABI version 5) # # libzmq -version-info current:revision:age -LTVER="5:0:0" +LTVER="6:0:1" AC_SUBST(LTVER) # Take a copy of original flags