From 286eeb8faed4d21249e61d9cb51575cdc86c9945 Mon Sep 17 00:00:00 2001 From: Christopher Faylor Date: Wed, 3 Jul 2013 20:29:03 +0000 Subject: [PATCH] . --- winsup/cygwin/release/1.7.21 | 3 +++ 1 file changed, 3 insertions(+) diff --git a/winsup/cygwin/release/1.7.21 b/winsup/cygwin/release/1.7.21 index caa167914..39ddef277 100644 --- a/winsup/cygwin/release/1.7.21 +++ b/winsup/cygwin/release/1.7.21 @@ -21,3 +21,6 @@ Bug fixes: - Fix character comparisons in certain scenarios within the functions glob(3), fnmatch(3), and regcomp(3). All Unicode chars beyond U+0100 are affected. + +- Fix problem with pty closing which manifested as a screen issue: + Fixes: http://cygwin.com/ml/cygwin/2013-06/msg00196.html