We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents f2ed458 + 9cc47fb commit addb912Copy full SHA for addb912
NEWS
@@ -1,6 +1,13 @@
1
-CZMQ version 4.0.1 stable, released on 201x/xx/xx
+CZMQ version 4.0.1 stable, released on 2016/11/10
2
=================================================
3
4
+* Version 4.0.0 introduced the DRAFT mechanism, but it had a flaw:
5
+ the internally defined DRAFT symbols were leaking as global in the
6
+ shared library. This meant that although the API was stable, the
7
+ ABI could in some cases not be.
8
+ This has now been fixed using compiler's visibility attribute to
9
+ avoid this problem.
10
+
11
12
CZMQ version 4.0.0 stable, released on 2016/11/04
13
0 commit comments