summaryrefslogtreecommitdiff
path: root/NEWS
diff options
context:
space:
mode:
authorMartin Lucina <mato@kotelna.sk>2010-10-21 16:21:20 +0200
committerMartin Lucina <martin@lucina.net>2012-01-23 08:53:31 +0100
commit3f0085ddbef1a44b6bb7a0b23af497d56e0025fa (patch)
tree0adac3a5b31b2a1d9a89ec5a797f34c1a3fdf27a /NEWS
parent90d73cba9cd1d1724f38ed82fc0eefb1781c9c20 (diff)
parent2c416a793ea781273a5da6742211f5f01af13a2b (diff)
Imported Debian patch 2.0.10-1debian/2.0.10-1
Diffstat (limited to 'NEWS')
-rw-r--r--NEWS28
1 files changed, 28 insertions, 0 deletions
diff --git a/NEWS b/NEWS
index 0af550b..930ac3e 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,31 @@
+0MQ version 2.0.10 (Stable), released on 2010/10/15
+===================================================
+
+New functionality
+-----------------
+* Upgrade OpenPGM to 2.1.28~dfsg (Martin Lucina)
+* Added a ZMQ_VERSION macro to zmq.h for compile-time API version
+ detection (Martin Sustrik, Gonzalo Diethelm, Martin Lucina)
+
+Bug fixes:
+----------
+* Fix memory leak under Windows (Taras Shpot)
+* Makefile.am: Add missing files to distribution, improve
+ maintainer-clean (Martin Lucina)
+* Add support for RHEL6 in the spec file (Sebastian Otaegui)
+* configure.in: Do not patch libtool rpath handling (Martin Lucina)
+* Fixing the Red Hat packaging (Martin Sustrik)
+* zmq_msg_move called on uninitialised message in xrep_t::xrecv -- fixed
+ (Max Wolf)
+* crash when closing an ypipe -- fixed (Dhammika Pathirana)
+* REQ socket can die when reply is delivered on wrong unerlying
+ connection -- fixed (Martin Sustrik)
+* if TSC jumps backwards (in case of migration to a different CPU core)
+ latency peak may occur -- fixed (Martin Sustrik)
+* values of RATE, RECOVERY_IVL and SWAP options are checked for negative
+ values (Martin Sustrik)
+
+
0MQ version 2.0.9 (Stable), released on 2010/09/04
==================================================