https://sourceware.org/git/gitweb.cgi?p=newlib-cygwin.git;h=09d60f64441ab1e9c7c6fede7abcc6ee9019a1e5
commit 09d60f64441ab1e9c7c6fede7abcc6ee9019a1e5 Author: Corinna Vinschen <[email protected]> Date: Thu Nov 2 18:09:39 2017 +0100 cygwin: add 2.9.1 release messages file Signed-off-by: Corinna Vinschen <[email protected]> Diff: --- winsup/cygwin/release/2.9.1 | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) diff --git a/winsup/cygwin/release/2.9.1 b/winsup/cygwin/release/2.9.1 new file mode 100644 index 0000000..0a04b2a --- /dev/null +++ b/winsup/cygwin/release/2.9.1 @@ -0,0 +1,16 @@ +What's new: +----------- + + +What changed: +------------- + + +Bug Fixes +--------- + +- Fix a problem in unlink on NFS. + Addresses: Shows up in GAWK testsuite test "testext" + +- Fix errno setting bug in posix_fadvise and posix_fallocate. + Addresses: https://cygwin.com/ml/cygwin-patches/2017-q4/msg00026.html
