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>2014-02-18 23:02:58 +0400
committerChristopher Faylor <me@cgf.cx>2014-02-18 23:02:58 +0400
commit68135b2be29d8997c327bd87d0e6b1d52d23ac91 (patch)
tree22c52839d0021d897d56d776a51c57fe86a6be48 /winsup/cygwin/release
parent4413149388396556cb30ff27b3afb79d0edb6029 (diff)
*** empty log message ***
Diffstat (limited to 'winsup/cygwin/release')
-rw-r--r--winsup/cygwin/release/1.7.298
1 files changed, 8 insertions, 0 deletions
diff --git a/winsup/cygwin/release/1.7.29 b/winsup/cygwin/release/1.7.29
index 66d807be4..c06fe60fe 100644
--- a/winsup/cygwin/release/1.7.29
+++ b/winsup/cygwin/release/1.7.29
@@ -19,3 +19,11 @@ Bug Fixes
- Try harder to do the right thing in the presence of console screen buffers,
i.e., never clear the screen buffer unless the user asked for it. Also
fix screen escape sequences which attempted to scroll the screen.
+ Addresses: http://cygwin.com/ml/cygwin/2014-02/threads.html#00274
+
+- Make "ps -W" report different WINPIDs for processes that have been execed
+ from, e.g., cmd.
+ Addresses: http://cygwin.com/ml/cygwin/2014-02/threads.html#00382
+
+- Avoid error messages from the signal handler if we're exiting.
+ Addresses: A random irc #cygwin complaint.