From 854ed904726d4e4efe27c9a709ef3a78ad035cd0 Mon Sep 17 00:00:00 2001 From: Luca Boccassi Date: Sat, 18 Feb 2017 17:40:45 +0000 Subject: [PATCH 1/2] Problem: NEWS not up to date Solution: mention main changes and bug fixes since 4.2.1 --- NEWS | 37 ++++++++++++++++++++++++++++++++++++- 1 file changed, 36 insertions(+), 1 deletion(-) diff --git a/NEWS b/NEWS index 2b6bb48929..55eef6aa9a 100644 --- a/NEWS +++ b/NEWS @@ -1,6 +1,41 @@ -0MQ version 4.2.2 stable, released on 20xx/xx/xx +0MQ version 4.2.2 stable, released on 2017/02/18 ============================================= +* Improve compatibility with GNU Hurd + +* Fixed #2286 - improve CMake on Windows documentation + +* Fixed #1235 - improved compatibility with mingw64 + +* Improve zmq_proxy documentation to state it can return ETERM as well + +* Fixed #1442 - SO_NOSIGPIPE and connection closing by peer race condition + +* Improve CMake functionality on Windows: ZeroMQConfig.cmake generation CPack + option, correct static library filename, ship FindSodium.cmake in tarball + +* Fixed #2228 - setting HWM after connect on inproc transport leads to infinite + HWM + +* Add support for Visual Studio 2017 + +* New DRAFT (see NEWS for 4.2.0) zmq_has option "draft" option that returns + true if the library was built with DRAFT enabled. Useful for FFI bindings. + See doc/zmq_has.txt for more information + +* Fixed #2321 - zmq_z85_decode does not validate its input. The function has + been fixed to correctly follow RFC32 and return NULL if the input is invalid + +* Fixed #2323 - clock_t related crash on Apple iOS 9.3.2 and 9.3.5 + +* Fixed #1801 - OSX: Cmake installs libzmq in a weird PATH + +* Fixed potential divide by zero in zmq::lb_t::sendpipe + +* Improve compatibility with OpenIndiana by skipping epoll and using poll/select + +* Fix IPv4-in-IPv6 mapped addresses parsing error + 0MQ version 4.2.1 stable, released on 2016/12/31 ============================================= From 5285b6e152a621da8620327d459b714e7348a7a7 Mon Sep 17 00:00:00 2001 From: Luca Boccassi Date: Sat, 18 Feb 2017 17:43:48 +0000 Subject: [PATCH 2/2] Problem: packaging versions out of date Solution: bump to 4.2.2 --- packaging/debian/changelog | 2 +- packaging/debian/zeromq.dsc.obs | 2 +- packaging/redhat/zeromq.spec | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/packaging/debian/changelog b/packaging/debian/changelog index ab17aec1b6..0339251cc0 100644 --- a/packaging/debian/changelog +++ b/packaging/debian/changelog @@ -1,4 +1,4 @@ -zeromq (4.2.1) UNRELEASED; urgency=low +zeromq (4.2.2) UNRELEASED; urgency=low * Initial packaging. diff --git a/packaging/debian/zeromq.dsc.obs b/packaging/debian/zeromq.dsc.obs index fba972e387..1f65670de1 100644 --- a/packaging/debian/zeromq.dsc.obs +++ b/packaging/debian/zeromq.dsc.obs @@ -2,7 +2,7 @@ Format: 3.0 (quilt) Source: zeromq Binary: libzmq5, libzmq3-dev, libzmq5-dbg Architecture: any -Version: 4.2.1 +Version: 4.2.2 Maintainer: libzmq Developers Homepage: http://www.zeromq.org/ Standards-Version: 3.9.8 diff --git a/packaging/redhat/zeromq.spec b/packaging/redhat/zeromq.spec index 98295f884b..536cab553c 100644 --- a/packaging/redhat/zeromq.spec +++ b/packaging/redhat/zeromq.spec @@ -10,7 +10,7 @@ %endif %define lib_name libzmq5 Name: zeromq -Version: 4.2.1 +Version: 4.2.2 Release: 1%{?dist} Summary: The ZeroMQ messaging library Group: Applications/Internet