From b1e2c8588e71044175191ba94306d75bc624eb00 Mon Sep 17 00:00:00 2001 From: Luca Boccassi Date: Thu, 8 Nov 2018 11:53:25 +0000 Subject: [PATCH] Problem: #3263 not mentioned in NEWS Solution: add it --- NEWS | 2 ++ 1 file changed, 2 insertions(+) diff --git a/NEWS b/NEWS index d379be3f..41c7e25c 100644 --- a/NEWS +++ b/NEWS @@ -141,6 +141,8 @@ * Fixed #1400 - use patricia trie for subscription to improve performances and memory usage. Note: only active in DRAFT builds for now. +* Fixed #3263 - fix abort on Windows when a large TCP read is requested and + fails. 0MQ version 4.2.5 stable, released on 2018/03/23 ================================================