diff options
author | Christopher Faylor <me@cgf.cx> | 2013-07-03 20:29:03 +0000 |
---|---|---|
committer | Christopher Faylor <me@cgf.cx> | 2013-07-03 20:29:03 +0000 |
commit | 286eeb8faed4d21249e61d9cb51575cdc86c9945 (patch) | |
tree | 7535ff20331c1a65fa4687d5cb433d1ae7447c30 | |
parent | 470b8544e8d48d05b9210a7de38fe76b65e29658 (diff) | |
download | cygnal-286eeb8faed4d21249e61d9cb51575cdc86c9945.tar.gz cygnal-286eeb8faed4d21249e61d9cb51575cdc86c9945.tar.bz2 cygnal-286eeb8faed4d21249e61d9cb51575cdc86c9945.zip |
.
-rw-r--r-- | winsup/cygwin/release/1.7.21 | 3 |
1 files changed, 3 insertions, 0 deletions
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 |