From 4efc2bf44eec51f730fa45c6c86515a4670aa354 Mon Sep 17 00:00:00 2001 From: Luca Boccassi Date: Wed, 21 Mar 2018 15:42:17 +0000 Subject: [PATCH] Problem: no mention of #2942 in NEWS Solution: add it --- NEWS | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/NEWS b/NEWS index 41158888..3462df01 100644 --- a/NEWS +++ b/NEWS @@ -52,6 +52,10 @@ * Fixed #2911 - ZMQ_DISH over UDP triggers errno_assert() after hitting watermark +* Fixed #2942 - ZMQ_PUB crash when due to high volume of subscribe and + unsubscribe messages, an unmatched unsubscribe message is + received in certain conditions + * Fixed #2946 - fix Windows CMake build when BUILD_SHARED is off * Fixed #2960 - fix build with GCC 8