Skip to content

Commit 8d75d50

Browse files
authored
Merge pull request #2345 from bluca/news
Problem: NEWS not up to date, packaging versions not up to date
2 parents 26998b7 + 5285b6e commit 8d75d50

File tree

4 files changed

+39
-4
lines changed

4 files changed

+39
-4
lines changed

NEWS

Lines changed: 36 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,41 @@
1-
0MQ version 4.2.2 stable, released on 20xx/xx/xx
1+
0MQ version 4.2.2 stable, released on 2017/02/18
22
=============================================
33

4+
* Improve compatibility with GNU Hurd
5+
6+
* Fixed #2286 - improve CMake on Windows documentation
7+
8+
* Fixed #1235 - improved compatibility with mingw64
9+
10+
* Improve zmq_proxy documentation to state it can return ETERM as well
11+
12+
* Fixed #1442 - SO_NOSIGPIPE and connection closing by peer race condition
13+
14+
* Improve CMake functionality on Windows: ZeroMQConfig.cmake generation CPack
15+
option, correct static library filename, ship FindSodium.cmake in tarball
16+
17+
* Fixed #2228 - setting HWM after connect on inproc transport leads to infinite
18+
HWM
19+
20+
* Add support for Visual Studio 2017
21+
22+
* New DRAFT (see NEWS for 4.2.0) zmq_has option "draft" option that returns
23+
true if the library was built with DRAFT enabled. Useful for FFI bindings.
24+
See doc/zmq_has.txt for more information
25+
26+
* Fixed #2321 - zmq_z85_decode does not validate its input. The function has
27+
been fixed to correctly follow RFC32 and return NULL if the input is invalid
28+
29+
* Fixed #2323 - clock_t related crash on Apple iOS 9.3.2 and 9.3.5
30+
31+
* Fixed #1801 - OSX: Cmake installs libzmq in a weird PATH
32+
33+
* Fixed potential divide by zero in zmq::lb_t::sendpipe
34+
35+
* Improve compatibility with OpenIndiana by skipping epoll and using poll/select
36+
37+
* Fix IPv4-in-IPv6 mapped addresses parsing error
38+
439

540
0MQ version 4.2.1 stable, released on 2016/12/31
641
=============================================

packaging/debian/changelog

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
zeromq (4.2.1) UNRELEASED; urgency=low
1+
zeromq (4.2.2) UNRELEASED; urgency=low
22

33
* Initial packaging.
44

packaging/debian/zeromq.dsc.obs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ Format: 3.0 (quilt)
22
Source: zeromq
33
Binary: libzmq5, libzmq3-dev, libzmq5-dbg
44
Architecture: any
5-
Version: 4.2.1
5+
Version: 4.2.2
66
Maintainer: libzmq Developers <[email protected]>
77
Homepage: http://www.zeromq.org/
88
Standards-Version: 3.9.8

packaging/redhat/zeromq.spec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
%endif
1111
%define lib_name libzmq5
1212
Name: zeromq
13-
Version: 4.2.1
13+
Version: 4.2.2
1414
Release: 1%{?dist}
1515
Summary: The ZeroMQ messaging library
1616
Group: Applications/Internet

0 commit comments

Comments
 (0)