diff options
author | Martin Lucina <martin@lucina.net> | 2012-01-23 09:00:29 +0100 |
---|---|---|
committer | Martin Lucina <martin@lucina.net> | 2012-01-23 09:00:29 +0100 |
commit | ba0336b4d129a9e261c95276f89640b3459176bf (patch) | |
tree | a488f7efb61a6950a462815062c3b0f007f40ff5 /NEWS | |
parent | c3363afa881b46f3df8a6b72ed15cfbac18f4713 (diff) | |
parent | 4016b657973bba87caf75168ba70aaa85d556487 (diff) |
Merge commit 'upstream/2.1.11'
Diffstat (limited to 'NEWS')
-rw-r--r-- | NEWS | 40 |
1 files changed, 36 insertions, 4 deletions
@@ -1,3 +1,36 @@ +0MQ version 2.1.11 (Stable), released on 2011/12/18 +=================================================== + +Bug fixes +--------- + +* Fixed issue 290, zmq_poll was using system time instead of monotonic + clock (Mika Fischer). + +* Fixed issue 281, crash on heavy socket creation - assertion failure in + mutex.hpp:91. (Mika Fischer). + +* Fixed issue 273, O_CLOEXEC flag used in ip.cpp:192 is supported only + on Linux kernels 2.6.27+ + +* Fixed issue 261, assertion failure in kqueue.cpp:76. + +* Fixed issue 269, faulty diagnostic code in 2.1.10. + +* Fixed issue 254, assertion failure at tcp_socket.cpp:229 on ENOTCONN. + +Changes +------- + +* Now builds properly on AIX 6.1 (AJ Lewis). + +* Builds using libdcekt on HP-UX (AJ Lewis). + +* New upstream OpenPGM maintenance release 5.1.118. + +* Enabled debugging on assertion failure on Windows (Paul Betts). + + 0MQ version 2.1.10 (Stable), released on 2011/10/03 =================================================== @@ -15,11 +48,10 @@ Bug fixes * Fixed issue 218, sockets not opened with SOCK_CLOEXEC, causing fork/exec to sit on sockets unnecessarily. -* Fixed issue 250, build errors on Windows. - -* Fixed issue 252, assertion failure in req.cpp:87 and req.cpp:88. +* Fixed issue 250, build errors on Windows (Mikko Koppanen). -* Fixed issue 261, assertion failure in kqueue.cpp:76 on OS/X. +* Fixed issue 252, assertion failure in req.cpp:87 and req.cpp:88 (Mikko + Koppanen). 0MQ version 2.1.9 (Stable), released on 2011/08/29 |