version bump to 0.4.1

This commit is contained in:
Thomas von Dein
2017-08-23 13:00:12 +02:00
parent 5e726d6b69
commit 7e54d27011
2 changed files with 11 additions and 2 deletions

View File

@@ -1,3 +1,12 @@
0.4.1
Merged upstream patch:
https://github.com/zeromq/libzmq/pull/2322,
which fixes:
https://github.com/zeromq/libzmq/issues/903:
Problem: zmq_z85_decode does not validate its
input. Solution: added checks for invalid
characters and overflows.
0.4.0
Changed -C again: doesnt support a key argument
anymore, instead I use the facilities I already