diff options
author | Corinna Vinschen <corinna@vinschen.de> | 2017-11-07 16:11:08 +0100 |
---|---|---|
committer | Corinna Vinschen <corinna@vinschen.de> | 2017-11-07 16:11:08 +0100 |
commit | 2640628b091eb036eaaec7a3ae56b8a6820f74ff (patch) | |
tree | 1461418d2a1f8e0ddf3db32ccea3f404f5c26040 | |
parent | 1c50e0d1abd5cc790e72572af6fd6b03f7d1c594 (diff) | |
download | cygnal-2640628b091eb036eaaec7a3ae56b8a6820f74ff.tar.gz cygnal-2640628b091eb036eaaec7a3ae56b8a6820f74ff.tar.bz2 cygnal-2640628b091eb036eaaec7a3ae56b8a6820f74ff.zip |
cygwin: add socket bugfix to release notes
Signed-off-by: Corinna Vinschen <corinna@vinschen.de>
-rw-r--r-- | winsup/cygwin/release/2.9.1 | 3 |
1 files changed, 3 insertions, 0 deletions
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 |