summaryrefslogtreecommitdiff
path: root/NEWS
diff options
context:
space:
mode:
authorMartin Lucina <mato@kotelna.sk>2010-06-04 19:27:55 +0200
committerMartin Lucina <mato@kotelna.sk>2010-06-04 19:27:55 +0200
commit5c97ff9a2eb3e55007fd90b5c3a1c433de7bc60c (patch)
treeb9db26d04c126bc7a367664a45ff8f4d7c143721 /NEWS
parente8a9614aaeb45fc619eed2983f93edb744b4cef4 (diff)
More NEWS for 2.0.7
Diffstat (limited to 'NEWS')
-rw-r--r--NEWS9
1 files changed, 9 insertions, 0 deletions
diff --git a/NEWS b/NEWS
index 114c914..1135575 100644
--- a/NEWS
+++ b/NEWS
@@ -12,6 +12,13 @@ Distribution
* The version of OpenPGM bundled with 0MQ has been updated to the 2.1.26 release.
+Building
+--------
+
+* GCC-isms have been removed from the code and build system across the board;
+ 0MQ should now build with no issues when using compilers other than GCC.
+
+
Interface
---------
@@ -24,6 +31,8 @@ Interface
* The ZMQ_LWM socket option has been removed; the low water mark for a socket
is now computed automatically by 0MQ.
+* A zmq_getsockopt() function has been added.
+
New functionality
-----------------