summaryrefslogtreecommitdiffstats
path: root/winsup/cygwin
diff options
context:
space:
mode:
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 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.