Skip to content

Commit 0601eab

Browse files
authored
Merge pull request #2152 from bluca/newopts
Problem: NEWS out of date with latest changes
2 parents 30e1aef + a22cd60 commit 0601eab

File tree

1 file changed

+46
-1
lines changed

1 file changed

+46
-1
lines changed

NEWS

Lines changed: 46 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ CZMQ version 4.2.1 stable, released on 20xx/xx/xx
55
an internal embedded reimplementation of SHA. It is enabled by default if
66
present.
77

8-
* New DRAFT zsock API to match libzmq's 4.3.3 stable socket options:
8+
* New DRAFT zsock API to match libzmq's 4.3.4 socket options:
99
- zsock_set_xpub_manual_last_value
1010
- zsock_socks_username, zsock_set_socks_username
1111
- zsock_socks_password, zsock_set_socks_password
@@ -14,13 +14,25 @@ CZMQ version 4.2.1 stable, released on 20xx/xx/xx
1414
- zsock_set_wss_key_pem, zsock_set_wss_cert_pem, zsock_set_wss_trust_pem,
1515
zsock_set_wss_hostname, zsock_set_wss_trust_system
1616
- zsock_set_only_first_subscribe
17+
- zsock_hello_msg, zsock_set_hello_msg
18+
- zsock_disconnect_msg, zsock_set_disconnect_msg
19+
- zsock_priority, zsock_set_priority
20+
- zsock_reconnect_stop, zsock_set_reconnect_stop
1721
See zsock manpage for more details.
1822

1923
* New DRAFT zframe and zmsg API to print arbitrary length messages:
2024
- zframe_print_n
2125
- zmsg_print_n
2226
See zframe and zmsg manpages for more details.
2327

28+
* New DRAFT zosc* APIs to support the OSC (Open Sound Control) protocol.
29+
See zosc_* manpages for more details.
30+
31+
* New DRAFT zcertstore_get_state API to get the state stored in the certstore.
32+
See the zcertstore manpage for more details.
33+
34+
* Support for new libzmq DRAFT socket type ZMQ_DGRAM was added to zsock.
35+
2436
* Fixed #1972 - Findlibzmq.cmake out of date, Windows build fails
2537

2638
* Fixed #1998 - zproxy uses fixed ipc endpoint, causing race condition
@@ -31,6 +43,39 @@ CZMQ version 4.2.1 stable, released on 20xx/xx/xx
3143

3244
* Fixed #2028 - zpoller docs isn't mentioning file handles
3345

46+
* Fixed #2043 - zhttp_response_recv leaks memory when result is non-zero
47+
48+
* Fixed #2045 - Problem: zframe_print output is truncated
49+
50+
* Fixed #2048 - no logging if zsys is not initialized
51+
52+
* Fixed #2057 - zchunk_slurp() causes assert if file can't be opened
53+
54+
* Fixed #2062 - allow zbeacon to resolve ip address to interface or interface
55+
name to interface
56+
57+
* Fixed #2064 - Enable ipv4 multicast packet types when using zbeacon
58+
59+
* Fixed #2072 - fix build on Android NDK >= 24
60+
61+
* Fixed #2086 - zsys is re-initialized when logging an error in zsys_shutdown
62+
63+
* Fixed #2090 - "quit" variable in zproc_wait() can overflow
64+
65+
* Fixed #2087 - logsender destroyed before last log message
66+
67+
* Fixed #2103 - if gossip server disconnects and reconnects, persisting gossip
68+
clients do not exchange tuples anymore when server reconnects
69+
70+
* Fixed #2113 - zcertstore has no API to get the disk state from a custom loader
71+
72+
* Fixed #2115 - various issues around zcertstore API string ownership
73+
74+
* Fixed #2038 - zsock_t sockets do not work in child process after fork
75+
76+
* Fixed #2144 - zhashx_dup() does not copy callbacks
77+
78+
3479
CZMQ version 4.2.0 stable, released on 2019/02/10
3580
=================================================
3681

0 commit comments

Comments
 (0)