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>2013-07-08 08:03:58 +0400
committerChristopher Faylor <me@cgf.cx>2013-07-08 08:03:58 +0400
commit57e9250aa2e3856c4466cb3f6afa7ece290789af (patch)
tree9071165c2d1d441ee568ae29da63ea49f2faf96b
parent40f11fc13318958f4a3f3af1fdd8c0c3b284de01 (diff)
Add an entry.
-rw-r--r--winsup/cygwin/release/1.7.216
1 files changed, 5 insertions, 1 deletions
diff --git a/winsup/cygwin/release/1.7.21 b/winsup/cygwin/release/1.7.21
index 39ddef277..d38c98729 100644
--- a/winsup/cygwin/release/1.7.21
+++ b/winsup/cygwin/release/1.7.21
@@ -3,6 +3,10 @@ What's new:
- New API: rawmemchr.
+- Make cygcheck report when scanned DLLs are symlinks or are not meant
+ for the current architecture (x86 vs. x86_64).
+ See: http://cygwin.com/ml/cygwin/2013-07/msg00143.html
+
Bug fixes:
----------
@@ -23,4 +27,4 @@ Bug fixes:
fnmatch(3), and regcomp(3). All Unicode chars beyond U+0100 are affected.
- Fix problem with pty closing which manifested as a screen issue:
- Fixes: http://cygwin.com/ml/cygwin/2013-06/msg00196.html
+ See: http://cygwin.com/ml/cygwin/2013-06/msg00196.html