mirror of
https://github.com/zeromq/libzmq.git
synced 2024-12-13 10:52:56 +01:00
Problem: NEWS out of date with latest changes
Solution: update it
This commit is contained in:
parent
2347a76413
commit
a9357db1d3
28
NEWS
28
NEWS
@ -1,3 +1,31 @@
|
||||
0MQ version 4.3.4 stable, released on 20xx/xx/xx
|
||||
================================================
|
||||
|
||||
* New DRAFT (see NEWS for 4.2.0) socket option:
|
||||
- ZMQ_PRIORITY will set the SO_PRIORITY socket option on the underlying
|
||||
sockets. Only supported on Linux.
|
||||
See doc/zmq_setsockopt.txt and doc/zmq_getsockopt.txt for details.
|
||||
|
||||
* Fixed #4113 - compilation errors on kFreeBSD and GNU/Hurd
|
||||
|
||||
* Fixed #4086 - excessive amount of socket files left behind in Windows TMP
|
||||
directory
|
||||
|
||||
* Fixed #4108 - regression that breaks using IPv6 link-local addresses on Linux
|
||||
|
||||
* Fixed #4078 - compilation errors on Android
|
||||
|
||||
* Fixed #4074 - compilation error with ulibc and libbsd
|
||||
|
||||
* Fixed #4060 - stack overflow on Windows x64
|
||||
|
||||
* Fixed #4051 - various compilation errors on Windows ARM 32bit
|
||||
|
||||
* Fixed #4043 - various compilation warnings with XCode
|
||||
|
||||
* Fixed #4038 - return value of zmq_ctx_get changed unintentionally
|
||||
|
||||
|
||||
0MQ version 4.3.3 stable, released on 2020/09/07
|
||||
================================================
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user