*** empty log message ***

This commit is contained in:
Christopher Faylor 2014-02-18 19:02:58 +00:00
parent 4413149388
commit 68135b2be2
1 changed files with 8 additions and 0 deletions

View File

@ -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.