Skip to content

Commit 0937d29

Browse files
committed
Updated NEWS for 2.0.0
1 parent 73946cc commit 0937d29

File tree

1 file changed

+12
-6
lines changed

1 file changed

+12
-6
lines changed

NEWS

Lines changed: 12 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,9 @@
1-
CZMQ version 2.0.0 (rc1), released on 2013/09/xx
1+
CZMQ version 2.0.0 (rc1), released on 2013/09/19
22
================================================
33

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

98
Bug fixes and cleanups of codebase:
109

@@ -41,7 +40,7 @@ Bug fixes and cleanups of codebase:
4140
* Removed (not deprecated) zctx_hwm (). We now have separate HWMs for
4241
normal socket SND and RCV, and for inter-thread pipes. There is no
4342
need to provide accessor methods for these.
44-
43+
4544
New API methods to simplify common messaging tasks:
4645

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

107+
* Added zcertstore class to work with Curve certificate stores. This is
108+
a directory or in-memory store holding a set of certificates.
109+
108110
* Extended zsockopt generation to allow use of binary keys in CURVE
109111
key options (e.g. zsocket_set_curve_secretkey_bin ()).
110112

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

115+
* Added examples/security directory with several examples.
116+
117+
For full details, see git log.
118+
113119

114120
CZMQ version 1.4.1 (stable), released on 2013/05/01
115121
===================================================

0 commit comments

Comments
 (0)