https://sourceware.org/git/gitweb.cgi?p=newlib-cygwin.git;h=c7af199237810f2d6d626aa73446f4f4387212e8
commit c7af199237810f2d6d626aa73446f4f4387212e8 Author: Corinna Vinschen <[email protected]> Date: Wed Jun 17 10:37:10 2015 +0200 Add release/2.0.5 file Diff: --- winsup/cygwin/release/2.0.5 | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) diff --git a/winsup/cygwin/release/2.0.5 b/winsup/cygwin/release/2.0.5 new file mode 100644 index 0000000..9f26a8a --- /dev/null +++ b/winsup/cygwin/release/2.0.5 @@ -0,0 +1,16 @@ +What's new: +----------- + + +What changed: +------------- + + +Bug Fixes +--------- + +- Enable non-SA_RESTART behaviour on threads other than main thread. + Addresses: https://cygwin.com/ml/cygwin/2015-06/msg00260.html + +- Try to handle concurrent close on socket more gracefully + Addresses: https://cygwin.com/ml/cygwin/2015-06/msg00235.html
