summaryrefslogtreecommitdiff
path: root/NEWS
diff options
context:
space:
mode:
authorMartin Lucina <mato@kotelna.sk>2011-04-07 15:37:46 +0200
committerMartin Lucina <martin@lucina.net>2012-01-23 08:53:43 +0100
commit8eea9178e40abf16c0e469465a58fba3beaaf754 (patch)
treeda36e07db727b5c30c8e5c7745275b9d6d48131f /NEWS
parent3e20cb1b8a2b1ca222011df37334e5f4f88dd565 (diff)
parent8e61b98c5e2943b149c825310b24e714a6127072 (diff)
Imported Debian patch 2.1.4-1debian/2.1.4-1
Diffstat (limited to 'NEWS')
-rw-r--r--NEWS22
1 files changed, 19 insertions, 3 deletions
diff --git a/NEWS b/NEWS
index b081165..a0151b6 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,19 @@
+0MQ version 2.1.4 (Stable), released on 2011/03/30
+==================================================
+
+Bug fixes
+---------
+
+* Fix to OpenPGM which was asserting on small messages (Steven McCoy).
+
+Changes
+-------
+
+* Upgraded OpenPGM to version 5.1.115 (Pieter Hintjens).
+
+* OpenPGM build changed to not install OpenPGM artifacts.
+
+
0MQ version 2.1.3 (Stable), released on 2011/03/21
==================================================
@@ -10,9 +26,6 @@ Bug fixes
* Fix to PUB sockets, which would sometimes deliver tail frames of a
multipart message to new subscribers (Martin Sustrik).
-* Re-add PGM_TXW_MAX_RTE in order to have rate limiting on pgm transport
- over OpenPGM (Steven McCoy).
-
* Windows build was broken due to EPROTONOSUPPORT not being defined. This
has now been fixed (Martin Sustrik).
@@ -92,6 +105,9 @@ New functionality
* If memory is exhausted, 0MQ warns with an explicit message before
aborting the process.
+* Size of inproc HWM and SWAP is sum of peers' HWMs and SWAPs (Douglas
+ Greager, Martin Sustrik).
+
Bug fixes
---------