From 2640628b091eb036eaaec7a3ae56b8a6820f74ff Mon Sep 17 00:00:00 2001 From: Corinna Vinschen Date: Tue, 7 Nov 2017 16:11:08 +0100 Subject: [PATCH] cygwin: add socket bugfix to release notes Signed-off-by: Corinna Vinschen --- winsup/cygwin/release/2.9.1 | 3 +++ 1 file changed, 3 insertions(+) diff --git a/winsup/cygwin/release/2.9.1 b/winsup/cygwin/release/2.9.1 index 0a04b2a7d..e01515f1d 100644 --- a/winsup/cygwin/release/2.9.1 +++ b/winsup/cygwin/release/2.9.1 @@ -14,3 +14,6 @@ Bug Fixes - Fix errno setting bug in posix_fadvise and posix_fallocate. Addresses: https://cygwin.com/ml/cygwin-patches/2017-q4/msg00026.html + +- Fix two bugs in the limit of large numbers of sockets. + Addresses: https://cygwin.com/ml/cygwin/2017-11/msg00052.html