Skip to content

Commit 854ed90

Browse files
committed
Problem: NEWS not up to date
Solution: mention main changes and bug fixes since 4.2.1
1 parent 26998b7 commit 854ed90

File tree

1 file changed

+36
-1
lines changed

1 file changed

+36
-1
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
=============================================

0 commit comments

Comments
 (0)