summaryrefslogtreecommitdiff
path: root/NEWS
diff options
context:
space:
mode:
authorMartin Lucina <martin@lucina.net>2012-01-23 08:54:31 +0100
committerMartin Lucina <martin@lucina.net>2012-01-23 08:54:31 +0100
commit978e33ba253a997b41b331b449b474a5cee7bccc (patch)
tree68b0709e1ebb04bf7fd102a7783e3f93dd52cc8c /NEWS
parent75af6aed482ab16997c1388fe801f74d11ec12a4 (diff)
Imported Upstream version 2.1.10upstream/2.1.10
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
==================================================