summaryrefslogtreecommitdiff
path: root/NEWS
diff options
context:
space:
mode:
Diffstat (limited to 'NEWS')
-rw-r--r--NEWS24
1 files changed, 24 insertions, 0 deletions
diff --git a/NEWS b/NEWS
index 9f7a789..fa237fc 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,27 @@
+0MQ version 2.1.10 (Stable), released on 2011/10/03
+===================================================
+
+Bug fixes
+---------
+
+* Fixed issue 140, SWAP failed with assertion failure in pipe.cpp:187
+ if the current directory was not writeable. Behavior now is to return
+ -1 at zmq_setsockopt in this situation.
+
+* Fixed issue 207, assertion failure in zmq_connecter.cpp:48, when an
+ invalid zmq_connect() string was used, or the hostname could not be
+ resolved. The zmq_connect() call now returns -1 in both those cases.
+
+* 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 261, assertion failure in kqueue.cpp:76 on OS/X.
+
+
0MQ version 2.1.9 (Stable), released on 2011/08/29
==================================================