|
| 1 | +0MQ version 4.3.5 stable, released on 2023/10/09 |
| 2 | +================================================ |
| 3 | + |
| 4 | +* Relicensing from LGPL-3.0+ (with custom exceptions) to MPL-2.0 is now complete. |
| 5 | + libzmq is now distributed under the Mozilla Public License 2.0. Relicensing |
| 6 | + grants have been collected from all relevant authors, and some functionality |
| 7 | + has been clean-room reimplemented where that was not possible. In layman terms, |
| 8 | + the new license provides the same rights and obligations as before. Source |
| 9 | + files are now tagged using the SPDX license identifier format. |
| 10 | + Details of the relicensing process can be seen at: |
| 11 | + https://github.com/zeromq/libzmq/issues/2376 |
| 12 | + Relicensing grants have been archived at: |
| 13 | + https://github.com/rlenferink/libzmq-relicense |
| 14 | + A special thanks to everybody who helped with this long and difficult task, |
| 15 | + with the process, the reimplementations, the collections and everything else. |
| 16 | + |
| 17 | +* New DRAFT (see NEWS for 4.2.0) socket options: |
| 18 | + - ZMQ_BUSY_POLL will set the SO_BUSY_POLL socket option on the underlying |
| 19 | + sockets, if it is supported. |
| 20 | + - ZMQ_HICCUP_MSG will send a message when the peer has been disconnected. |
| 21 | + - ZMQ_XSUB_VERBOSE_UNSUBSCRIBE will configure a socket to pass all |
| 22 | + unsubscription messages, including duplicated ones. |
| 23 | + - ZMQ_TOPICS_COUNT will return the number of subscribed topics on a |
| 24 | + PUB/SUB socket. |
| 25 | + - ZMQ_NORM_MODE, ZMQ_NORM_UNICAST_NACK, ZMQ_NORM_BUFFER_SIZE, |
| 26 | + ZMQ_NORM_SEGMENT_SIZE, ZMQ_NORM_BLOCK_SIZE, ZMQ_NORM_NUM_PARITY, |
| 27 | + ZMQ_NORM_NUM_AUTOPARITY and ZMQ_NORM_PUSH to control various aspect of |
| 28 | + NORM sockets. |
| 29 | + See doc/zmq_setsockopt.txt and doc/zmq_getsockopt.txt for details. |
| 30 | + |
| 31 | +* New DRAFT (see NEWS for 4.2.0) zmq_ppoll APIs was added that differs from |
| 32 | + zmq_poll in the same way that ppoll differs from poll. |
| 33 | + See doc/zmq_ppoll.txt for details. |
| 34 | + |
| 35 | +* Various bug fixes and performance improvements. |
| 36 | + |
| 37 | + |
1 | 38 | 0MQ version 4.3.4 stable, released on 2021/01/17
|
2 | 39 | ================================================
|
3 | 40 |
|
|
0 commit comments