From 8c4f86dd8eb9cec63f0c0db193bda80854577557 Mon Sep 17 00:00:00 2001 From: Corinna Vinschen Date: Mon, 31 Jul 2017 23:08:19 +0200 Subject: [PATCH] cygwin: add console issues to release notes Signed-off-by: Corinna Vinschen --- winsup/cygwin/release/2.8.3 | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/winsup/cygwin/release/2.8.3 b/winsup/cygwin/release/2.8.3 index 3f0d6625a..5cecabb7e 100644 --- a/winsup/cygwin/release/2.8.3 +++ b/winsup/cygwin/release/2.8.3 @@ -16,3 +16,9 @@ Bug Fixes Addresses: https://cygwin.com/ml/cygwin/2017-07/msg00114.html - Fix a potential resource leak when checking reparse points during readdir. + +- Fix select and read in Windows console when running under codepage 65001. + Addresses: https://cygwin.com/ml/cygwin/2017-07/msg00388.html + +- Fix a clear screen issue in Windows console when running under codepage 65001. + Addresses: https://cygwin.com/ml/cygwin/2017-07/msg00430.html