diff options
author | Martin Sustrik <sustrik@fastmq.commkdir> | 2010-01-18 10:53:46 +0100 |
---|---|---|
committer | Martin Sustrik <sustrik@fastmq.commkdir> | 2010-01-18 10:53:46 +0100 |
commit | 55944729ed5527692b1ead17af553aa32c316781 (patch) | |
tree | aaab3bc16471708e8d1385b6bc43a9811f092036 /ChangeLog | |
parent | f40e3a6931fb6463c349ef765d99515edc569fd7 (diff) |
ChangeLog modified for 2.0-beta2 version
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 11 |
1 files changed, 11 insertions, 0 deletions
@@ -1,3 +1,14 @@ +Version 2.0-beta2 + +ZMQII-29 Add timeout to zmq_poll function +ZMQII-30 Build fails on MacOS X +ZMQII-31 memory leak in zmq_poll (on timeout) +ZMQII-33 zmq_poll may exceed timeout if signal interrupts the waiting +ZMQII-34 ensure that poll won't return POLLIN event when the message will be filtered out anyway +ZMQII-36 Chat example & forwarder broken because of changes subscribe semantics +ZMQII-37 SIGSEGV when polling on REQ socket +ZMQII-38 Compiler complains about missing virtual constructors +ZMQII-39 Implement IPC transport Version 2.0-beta1 |