summaryrefslogtreecommitdiffstats
path: root/winsup
diff options
context:
space:
mode:
authorCorinna Vinschen <corinna@vinschen.de>2017-07-31 23:08:19 +0200
committerCorinna Vinschen <corinna@vinschen.de>2017-07-31 23:08:19 +0200
commit8c4f86dd8eb9cec63f0c0db193bda80854577557 (patch)
tree3507430029c9d805743d44edaa5767d70c490213 /winsup
parente6c75c1de15f6be76987b63219ca4cca03761bec (diff)
downloadcygnal-8c4f86dd8eb9cec63f0c0db193bda80854577557.tar.gz
cygnal-8c4f86dd8eb9cec63f0c0db193bda80854577557.tar.bz2
cygnal-8c4f86dd8eb9cec63f0c0db193bda80854577557.zip
cygwin: add console issues to release notes
Signed-off-by: Corinna Vinschen <corinna@vinschen.de>
Diffstat (limited to 'winsup')
-rw-r--r--winsup/cygwin/release/2.8.36
1 files changed, 6 insertions, 0 deletions
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