Skip to content

Commit

Permalink
Updated NEWS for 2.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
hintjens committed Sep 19, 2013
1 parent 73946cc commit 0937d29
Showing 1 changed file with 12 additions and 6 deletions.
18 changes: 12 additions & 6 deletions NEWS
Original file line number Diff line number Diff line change
@@ -1,10 +1,9 @@
CZMQ version 2.0.0 (rc1), released on 2013/09/xx
CZMQ version 2.0.0 (rc1), released on 2013/09/19
================================================

* Updated provisional version number to 2.0.0 since this is a major
expansion of the CZMQ API. The changes are mainly tools to support
encryption via the libzmq CURVE mechanism, but also some new API
constructs to make it simpler to do common messaging work.
The changes are mainly tools to support encryption via the libzmq CURVE
mechanism, but also some new API constructs to make it simpler to do
common messaging work.

Bug fixes and cleanups of codebase:

Expand Down Expand Up @@ -41,7 +40,7 @@ Bug fixes and cleanups of codebase:
* Removed (not deprecated) zctx_hwm (). We now have separate HWMs for
normal socket SND and RCV, and for inter-thread pipes. There is no
need to provide accessor methods for these.

New API methods to simplify common messaging tasks:

* Added zpoller class to provide new minimalist interface to zmq_poll.
Expand Down Expand Up @@ -105,11 +104,18 @@ New classes used for security infrastructure:
stored in the $HOME/.curve directory. This can be extended over time
with other designs.

* Added zcertstore class to work with Curve certificate stores. This is
a directory or in-memory store holding a set of certificates.

* Extended zsockopt generation to allow use of binary keys in CURVE
key options (e.g. zsocket_set_curve_secretkey_bin ()).

* Added addons/makecert.c tool to generate CURVE certificates.

* Added examples/security directory with several examples.

For full details, see git log.


CZMQ version 1.4.1 (stable), released on 2013/05/01
===================================================
Expand Down

0 comments on commit 0937d29

Please sign in to comment.