summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--winsup/cygwin/release/1.7.238
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