This is the mail archive of the cygwin-cvs@cygwin.com mailing list for the Cygwin project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[newlib-cygwin] cygwin: add socket bugfix to release notes


https://sourceware.org/git/gitweb.cgi?p=newlib-cygwin.git;h=2640628b091eb036eaaec7a3ae56b8a6820f74ff

commit 2640628b091eb036eaaec7a3ae56b8a6820f74ff
Author: Corinna Vinschen <corinna@vinschen.de>
Date:   Tue Nov 7 16:11:08 2017 +0100

    cygwin: add socket bugfix to release notes
    
    Signed-off-by: Corinna Vinschen <corinna@vinschen.de>

Diff:
---
 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 0a04b2a..e01515f 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


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]