0
0
mirror of https://github.com/zeromq/libzmq.git synced 2025-01-14 09:47:56 +08:00

Cherry picking fixes from master

This commit is contained in:
Pieter Hintjens 2013-11-09 09:56:21 +01:00
parent f6293d257d
commit e0c8a112a4
3 changed files with 8 additions and 7 deletions

1
.gitignore vendored
View File

@ -76,6 +76,7 @@ tests/test_reqrep_device_tipc
tests/test_reqrep_tipc
tests/test_router_handover
tests/test_router_mandatory_tipc
tests/test_router_raw_empty
tests/test_shutdown_stress_tipc
tests/test_sub_forward_tipc
tests/test_term_endpoint_tipc

13
NEWS
View File

@ -1,17 +1,18 @@
0MQ version 4.0.1 stable, released on 2013/xx/xx
0MQ version 4.0.2 stable, released on 2013/xx/xx
================================================
Bug Fixes
---------
* Fixed LIBZMQ-583 - improved low-res timer for Windows
* Fixed LIBZMQ-578 - z85_decode was extremely slow
* Fixed LIBZMQ-569 - Socket server crashes with random client data
* Fixed LIBZMQ-577 - fault in man pages.
* Fixed LIBZMQ-574 - assertion failure when ran out of system file handles
* Fixed LIBZMQ-571 - test_stream failing in some cases
* Fixed LIBZMQ-569 - Socket server crashes with random client data
* Fixed LIBZMQ-39 - Bad file descriptor during shutdown
* Pulled expected failing test_linger.cpp from release
* Reduced pause time in tests to allow "make check" to run faster
0MQ version 4.0.1 stable, released on 2013/10/08
================================================

View File

@ -39,7 +39,6 @@ noinst_PROGRAMS = test_system \
test_conflate \
test_inproc_connect \
test_issue_566 \
test_proxy \
test_abstract_ipc \
test_many_sockets