summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMartin Sustrik <sustrik@250bpm.com>2012-05-14 05:55:40 +0200
committerMartin Sustrik <sustrik@250bpm.com>2012-05-14 05:55:40 +0200
commit8826d6cdfba218115f1ece9c1b8531d223d616b6 (patch)
tree2a96870546b0e02e90231ef3626d9bafe710dfff
parenta03730632e73d7809b352eb43007036f11deb746 (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--NEWS4
1 files changed, 4 insertions, 0 deletions
diff --git a/NEWS b/NEWS
index 52f8dfc..df1df50 100644
--- a/NEWS
+++ b/NEWS
@@ -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,