Skip to content

Commit

Permalink
version 4.2 changes, I need to get better at recording these ongoing …
Browse files Browse the repository at this point in the history
…as there are lot of bugfixes I've not mentioned
  • Loading branch information
Ben Gray committed Nov 1, 2017
1 parent 99fbd3a commit 585178f
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 3 deletions.
15 changes: 14 additions & 1 deletion CHANGES.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,20 @@
Development
===========


Version 4.2.0

* New add_nocopy and add_ncopy_const functions for messages to allow better raw
data handling.
* Actor execption handling propergation fixed.
* Support for 0mq 4.1 and 4.2 stable socket options and context options
* Removed libsodium dependency for test code as it is no longer required for
0mq itself.
* Fixed NUL from permaturely terminating a string value socket option response.
* Support for removing parts of zmqpp::messages.
* Better support for msvc and avoiding windows dll issues.
* Non blocking functions default to bool type rather than integer flags.
* Cross platform endianness conversion.
* Code examples.

Version 4.1.2
=============
Expand Down
4 changes: 2 additions & 2 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -27,8 +27,8 @@ AR = ar

LIBRARY_NAME = zmqpp
VERSION_MAJOR = 4
VERSION_MINOR = 1
VERSION_REVISION = 2
VERSION_MINOR = 2
VERSION_REVISION = 0

#
# Paths
Expand Down

0 comments on commit 585178f

Please sign in to comment.