diff options
author | Martin Sustrik <sustrik@250bpm.com> | 2012-05-14 05:55:40 +0200 |
---|---|---|
committer | Martin Sustrik <sustrik@250bpm.com> | 2012-05-14 05:55:40 +0200 |
commit | 8826d6cdfba218115f1ece9c1b8531d223d616b6 (patch) | |
tree | 2a96870546b0e02e90231ef3626d9bafe710dfff | |
parent | a03730632e73d7809b352eb43007036f11deb746 (diff) |
Post-hoc update to 1.1.0 NEWS
This patch explains the backward incompatible change in 1.1.0.
It is a post-hoc patch which will not appear in 1.1.0 tarballs.
Signed-off-by: Martin Sustrik <sustrik@250bpm.com>
-rw-r--r-- | NEWS | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -10,6 +10,10 @@ Release 1.1.0 (12 May 2012) This release adds several new features as well as fixing large amount of bugs. +Backward incompatible changes:: +* xs_bind() and xs_connect() return non-negative number (endpoint ID) in + the case of success, as opposed to zero returned in previous versions + New features:: * Survey messaging pattern added which allows to send request (survey) to multiple peers and get response from them; new socket types: SURVEYOR, |