diff options
author | Corinna Vinschen <corinna@vinschen.de> | 2013-07-30 08:06:04 +0000 |
---|---|---|
committer | Corinna Vinschen <corinna@vinschen.de> | 2013-07-30 08:06:04 +0000 |
commit | 4a4b9b4813a0c1c7a95353306d29c7937646f28c (patch) | |
tree | 2f5fb7100db538c3ed7b33385f300fc99a7d5280 /winsup | |
parent | 7e20c854cf76466058300e0e9b0a77a7354c7408 (diff) | |
download | cygnal-4a4b9b4813a0c1c7a95353306d29c7937646f28c.tar.gz cygnal-4a4b9b4813a0c1c7a95353306d29c7937646f28c.tar.bz2 cygnal-4a4b9b4813a0c1c7a95353306d29c7937646f28c.zip |
*** empty log message ***
Diffstat (limited to 'winsup')
-rw-r--r-- | winsup/cygwin/release/1.7.23 | 8 |
1 files changed, 6 insertions, 2 deletions
diff --git a/winsup/cygwin/release/1.7.23 b/winsup/cygwin/release/1.7.23 index 959d8f67a..6bc546672 100644 --- a/winsup/cygwin/release/1.7.23 +++ b/winsup/cygwin/release/1.7.23 @@ -5,8 +5,8 @@ What's new: What changed: ----------- -- Added CYGWIN environment variable keyword which causes the full windows command - line (<=32K) to always be sent to subprocesses. +- Added CYGWIN environment variable keyword which causes the full windows + command line (<=32K) to always be sent to subprocesses. See: http://cygwin.com/ml/cygwin/2013-07/threads.html#00523 Bug fixes: @@ -16,3 +16,7 @@ Bug fixes: using POSIX semaphores in a multithreaded process. Fixes: http://cygwin.com/ml/cygwin/2013-07/msg00404.html http://cygwin.com/ml/cygwin/2013-07/msg00198.html + +- Fix cyglsa build problem which made the cyglsa DLLs entirely non-functional + when built with newer gcc versions. + Fixes: http://cygwin.com/ml/cygwin/2013-07/msg00656.html |