Skip to content

Commit a9357db

Browse files
committed
Problem: NEWS out of date with latest changes
Solution: update it
1 parent 2347a76 commit a9357db

1 file changed

Lines changed: 28 additions & 0 deletions

File tree

NEWS

Lines changed: 28 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,31 @@
1+
0MQ version 4.3.4 stable, released on 20xx/xx/xx
2+
================================================
3+
4+
* New DRAFT (see NEWS for 4.2.0) socket option:
5+
- ZMQ_PRIORITY will set the SO_PRIORITY socket option on the underlying
6+
sockets. Only supported on Linux.
7+
See doc/zmq_setsockopt.txt and doc/zmq_getsockopt.txt for details.
8+
9+
* Fixed #4113 - compilation errors on kFreeBSD and GNU/Hurd
10+
11+
* Fixed #4086 - excessive amount of socket files left behind in Windows TMP
12+
directory
13+
14+
* Fixed #4108 - regression that breaks using IPv6 link-local addresses on Linux
15+
16+
* Fixed #4078 - compilation errors on Android
17+
18+
* Fixed #4074 - compilation error with ulibc and libbsd
19+
20+
* Fixed #4060 - stack overflow on Windows x64
21+
22+
* Fixed #4051 - various compilation errors on Windows ARM 32bit
23+
24+
* Fixed #4043 - various compilation warnings with XCode
25+
26+
* Fixed #4038 - return value of zmq_ctx_get changed unintentionally
27+
28+
129
0MQ version 4.3.3 stable, released on 2020/09/07
230
================================================
331

0 commit comments

Comments
 (0)