0
0
mirror of https://github.com/zeromq/libzmq.git synced 2025-01-15 18:38:00 +08:00

Merge pull request #82 from hintjens/master

Updated NEWS
This commit is contained in:
Pieter Hintjens 2014-05-23 10:13:33 +02:00
commit dd478a0d20

8
NEWS
View File

@ -1,9 +1,15 @@
0MQ version 4.0.5 stable, released on 2014/
================================================
* Fixed #872; lost first part of message over inproc://.
* Fixed #939, assertion failed: !more (fq.cpp:99) after many ZAP requests.
* Fixed #797, keep-alive on Windows.
* Fixed #939; occasional corrupt messages sent to ZAP handler.
* Fixed #994; bump so library number to 4.0.0
* Fixed #1015; race condition while connecting inproc sockets.
0MQ version 4.0.4 stable, released on 2014/03/10