https://sourceware.org/git/gitweb.cgi?p=newlib-cygwin.git;h=d2ae2f00b8459d47be8996b2e0f76cdc89aae37e
commit d2ae2f00b8459d47be8996b2e0f76cdc89aae37e Author: Corinna Vinschen <[email protected]> Date: Wed Jul 19 10:41:36 2017 +0200 cygwin: add fflush fix to release notes Signed-off-by: Corinna Vinschen <[email protected]> Diff: --- winsup/cygwin/release/2.8.3 | 13 +++++++++++++ 1 file changed, 13 insertions(+) diff --git a/winsup/cygwin/release/2.8.3 b/winsup/cygwin/release/2.8.3 new file mode 100644 index 0000000..ed49714 --- /dev/null +++ b/winsup/cygwin/release/2.8.3 @@ -0,0 +1,13 @@ +What's new: +----------- + + +What changed: +------------- + + +Bug Fixes +--------- + +- Fix a regression in fflush introduced in 2.8.0. + Addresses: https://sourceware.org/ml/cygwin-apps/2017-07/msg00041.html
