From f024eef27c2be7e1b3ff3a8b0e7235a51a4b2841 Mon Sep 17 00:00:00 2001 From: Pieter Hintjens Date: Sat, 20 Sep 2014 20:50:25 +0200 Subject: [PATCH] Updated NEWS for #1190 and #1191 --- NEWS | 18 +++++++++++------- 1 file changed, 11 insertions(+), 7 deletions(-) diff --git a/NEWS b/NEWS index 4577c4ad..f8d7d1f0 100644 --- a/NEWS +++ b/NEWS @@ -1,17 +1,21 @@ -0MQ version 4.0.5 stable, released on 2014/ +0MQ version 4.0.5 stable, released on 2014/09/xx ================================================ -* Fixed #872; lost first part of message over inproc://. +* Fixed #1191; CURVE mechanism does not verify short term nonces. -* Fixed #939, assertion failed: !more (fq.cpp:99) after many ZAP requests. +* Fixed #1190; stream_engine is vulnerable to downgrade attacks. -* Fixed #797, keep-alive on Windows. - -* Fixed #994; bump so library number to 4.0.0 +* Fixed #1088; assertion failure for WSAENOTSOCK on Windows. * Fixed #1015; race condition while connecting inproc sockets. -* Fixed #1088; assertion failure for WSAENOTSOCK on Windows. +* Fixed #994; bump so library number to 4.0.0 + +* Fixed #939, assertion failed: !more (fq.cpp:99) after many ZAP requests. + +* Fixed #872; lost first part of message over inproc://. + +* Fixed #797, keep-alive on Windows. 0MQ version 4.0.4 stable, released on 2014/03/10