diff options
author | Martin Sustrik <sustrik@250bpm.com> | 2012-06-13 11:08:53 +0200 |
---|---|---|
committer | Martin Sustrik <sustrik@250bpm.com> | 2012-06-13 11:08:53 +0200 |
commit | 1f6d8da319eb536782c0f9d0b30bcc085ede646f (patch) | |
tree | 437ec251b656044b7ce2ee5bf94c5f315f988cc9 /NEWS | |
parent | db99547e5ac10c303a175f15733036183ab8af09 (diff) |
Preparation for 1.2.0 releasev1.2.0
- version number bumped
- NEWS updated
Signed-off-by: Martin Sustrik <sustrik@250bpm.com>
Diffstat (limited to 'NEWS')
-rw-r--r-- | NEWS | 31 |
1 files changed, 31 insertions, 0 deletions
@@ -5,6 +5,37 @@ This file documents the major changes in between releases of Crossroads I/O. For a detailed list of changes please refer to Git history, or the ChangeLog file included with your distribution of Crossroads. +Release 1.2.0 (13 Jun 2012) +--------------------------- + +This release introduces the topic (wildcard) filtering mechanism. +Aside of that it fixes several problems with 1.1.0. + +Backward incompatible changes:: +* xs.h header was moved to xs subdirectory to prevent clash with XenStore + header; use #include <xs/xs.h> from now on +* Expired survey returns ETIMEDOUT instead of EAGAIN + +New features:: +* Topic filter implemented + +Bugfixes:: +* libzmq and tests MSVC projects added to the distribution +* Do not crash when multiple peers connect to PAIR socket +* Opening plug-in directory made more robust +* Use global event to synchronise signaler creation on Windows +* Polling on SURVEYOR socket implemented +* Properly handle infinite timeout in zmq_poll() + +Build:: +* Install plugins under $(libdir) to simplify multi-arch packaging +* Issues a warning on unsupported architectures instead of failing +* Different minor improvements + +Self tests:: +* test for multiple peers on PAIR socket added + + Release 1.1.0 (12 May 2012) --------------------------- |