|
1 | | -CZMQ version 2.0.0 (rc1), released on 2013/09/xx |
| 1 | +CZMQ version 2.0.0 (rc1), released on 2013/09/19 |
2 | 2 | ================================================ |
3 | 3 |
|
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. |
8 | 7 |
|
9 | 8 | Bug fixes and cleanups of codebase: |
10 | 9 |
|
@@ -41,7 +40,7 @@ Bug fixes and cleanups of codebase: |
41 | 40 | * Removed (not deprecated) zctx_hwm (). We now have separate HWMs for |
42 | 41 | normal socket SND and RCV, and for inter-thread pipes. There is no |
43 | 42 | need to provide accessor methods for these. |
44 | | - |
| 43 | + |
45 | 44 | New API methods to simplify common messaging tasks: |
46 | 45 |
|
47 | 46 | * Added zpoller class to provide new minimalist interface to zmq_poll. |
@@ -105,11 +104,18 @@ New classes used for security infrastructure: |
105 | 104 | stored in the $HOME/.curve directory. This can be extended over time |
106 | 105 | with other designs. |
107 | 106 |
|
| 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 | + |
108 | 110 | * Extended zsockopt generation to allow use of binary keys in CURVE |
109 | 111 | key options (e.g. zsocket_set_curve_secretkey_bin ()). |
110 | 112 |
|
111 | 113 | * Added addons/makecert.c tool to generate CURVE certificates. |
112 | 114 |
|
| 115 | +* Added examples/security directory with several examples. |
| 116 | + |
| 117 | +For full details, see git log. |
| 118 | + |
113 | 119 |
|
114 | 120 | CZMQ version 1.4.1 (stable), released on 2013/05/01 |
115 | 121 | =================================================== |
|
0 commit comments