diff options
| author | Martin Lucina <martin@lucina.net> | 2012-01-23 08:53:45 +0100 | 
|---|---|---|
| committer | Martin Lucina <martin@lucina.net> | 2012-01-23 08:53:45 +0100 | 
| commit | cbaa7cfa93893876e4fd8794b6ea39f4d245b6b5 (patch) | |
| tree | e15fcee68b93793ef5654e09c214150e9d3ce248 /NEWS | |
| parent | 8e61b98c5e2943b149c825310b24e714a6127072 (diff) | |
Imported Upstream version 2.1.6upstream/2.1.6
Diffstat (limited to 'NEWS')
| -rw-r--r-- | NEWS | 42 | 
1 files changed, 37 insertions, 5 deletions
| @@ -1,3 +1,35 @@ +0MQ version 2.1.6 (Stable), released on 2011/04/26 +================================================== + +Bug fixes +--------- + +* Fixed memory leak with threads on Windows. + +* Assert during SUB socket termination fixed. + +Changes +------- + +* Checks zmq_msg_t validity at each operation. + +* Inproc performance tests now work on Windows. + +* PGM wire format specification improved in zmq_pgm(7) + +* Added thread latency/throughput performance examples. + +* Added "--with-system-pgm" configure option to use already installed +  OpenPGM. + + +0MQ version 2.1.5 (Broken), released on 2011/04/20 +================================================== + +Note that this version contained a malformed patch and is not usable. +It is not available for download, but is available in the git via the +2.1.5 tag. +  0MQ version 2.1.4 (Stable), released on 2011/03/30  ================================================== @@ -23,7 +55,7 @@ Bug fixes  * Fix to PUSH sockets, which would sometimes deliver tail frames of a    multipart message to new subscribers (Martin Sustrik). -* Fix to PUB sockets, which would sometimes deliver tail frames of a  +* Fix to PUB sockets, which would sometimes deliver tail frames of a    multipart message to new subscribers (Martin Sustrik).  * Windows build was broken due to EPROTONOSUPPORT not being defined. This @@ -50,10 +82,10 @@ Changes  * ZMQ_DEALER and ZMQ_ROUTER macros provided to ease upgrade to 0MQ/3.0.    These are scheduled to replace ZMQ_XREQ and ZMQ_XREP (Pieter Hintjens). -* Added man page for zmq_device(3) which was hereto undocumented (Pieter  +* Added man page for zmq_device(3) which was hereto undocumented (Pieter    Hintjens). -* Removed zmq_queue(3), zmq_forwarder(3), zmq_streamer(3) man pages  +* Removed zmq_queue(3), zmq_forwarder(3), zmq_streamer(3) man pages    (Pieter Hintjens).  OpenPGM Integration @@ -67,7 +99,7 @@ OpenPGM Integration  * Build system allows configuration with arbitrary versions of OpenPGM    (./configure --with-pgm=libpgm-x.y.z) (Mikko Koppanen). -* OpenPGM uses new PGM_ODATA_MAX_RTE controlling original data instead of  +* OpenPGM uses new PGM_ODATA_MAX_RTE controlling original data instead of    PGM_TXW_MAX_RTE covering entire channel (Steven McCoy).  Building @@ -107,7 +139,7 @@ New functionality  * Size of inproc HWM and SWAP is sum of peers' HWMs and SWAPs (Douglas    Greager, Martin Sustrik). -     +  Bug fixes  --------- | 
