aboutsummaryrefslogtreecommitdiff
path: root/winsup/cygwin
diff options
context:
space:
mode:
authorChristopher Faylor <me@cgf.cx>2013-12-18 17:49:51 +0000
committerChristopher Faylor <me@cgf.cx>2013-12-18 17:49:51 +0000
commit5730605d5597ef0fb24a7626d1c2da4fc8529eaa (patch)
treecc1b3ce47a52f9f0a88a0ae64bdd7ca3c71de668 /winsup/cygwin
parentccb3158c4f283a1d699a5d51da166dc73a3d0b74 (diff)
downloadnewlib-5730605d5597ef0fb24a7626d1c2da4fc8529eaa.zip
newlib-5730605d5597ef0fb24a7626d1c2da4fc8529eaa.tar.gz
newlib-5730605d5597ef0fb24a7626d1c2da4fc8529eaa.tar.bz2
.
Diffstat (limited to 'winsup/cygwin')
-rw-r--r--winsup/cygwin/release/1.7.286
1 files changed, 6 insertions, 0 deletions
diff --git a/winsup/cygwin/release/1.7.28 b/winsup/cygwin/release/1.7.28
index a866adf..f13ca5a 100644
--- a/winsup/cygwin/release/1.7.28
+++ b/winsup/cygwin/release/1.7.28
@@ -16,3 +16,9 @@ Bug Fixes
- Closing a dup'ed master tty handle should no longer invalidate the dup'ed fd.
Fixes: http://cygwin.com/ml/cygwin/2013-12/threads.html#00279
+
+- Problems where ps hangs when used in a pipeline should now be solved.
+ Fixes: http://cygwin.com/ml/cygwin/2013-12/threads.html#00262
+
+- Using gdb from a Windows console rather than a pty should no longer randomly
+ hang.