Skip to content

Commit

Permalink
Merge pull request #1553 from bluca/news
Browse files Browse the repository at this point in the history
Problem: no NEWS entry for 4.0.1
  • Loading branch information
sappo authored Nov 10, 2016
2 parents f2ed458 + 9cc47fb commit addb912
Showing 1 changed file with 8 additions and 1 deletion.
9 changes: 8 additions & 1 deletion NEWS
Original file line number Diff line number Diff line change
@@ -1,6 +1,13 @@
CZMQ version 4.0.1 stable, released on 201x/xx/xx
CZMQ version 4.0.1 stable, released on 2016/11/10
=================================================

* Version 4.0.0 introduced the DRAFT mechanism, but it had a flaw:
the internally defined DRAFT symbols were leaking as global in the
shared library. This meant that although the API was stable, the
ABI could in some cases not be.
This has now been fixed using compiler's visibility attribute to
avoid this problem.


CZMQ version 4.0.0 stable, released on 2016/11/04
=================================================
Expand Down

0 comments on commit addb912

Please sign in to comment.