Welcome to mirror list, hosted at ThFree Co, Russian Federation.

cygwin.com/git/newlib-cygwin.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChristopher Faylor <me@cgf.cx>2013-12-18 21:49:51 +0400
committerChristopher Faylor <me@cgf.cx>2013-12-18 21:49:51 +0400
commit5730605d5597ef0fb24a7626d1c2da4fc8529eaa (patch)
treecc1b3ce47a52f9f0a88a0ae64bdd7ca3c71de668
parentccb3158c4f283a1d699a5d51da166dc73a3d0b74 (diff)
.
-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 a866adf43..f13ca5a24 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.