summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--winsup/cygwin/release/1.7.196
1 files changed, 5 insertions, 1 deletions
diff --git a/winsup/cygwin/release/1.7.19 b/winsup/cygwin/release/1.7.19
index 112210ac1..e39c4be8f 100644
--- a/winsup/cygwin/release/1.7.19
+++ b/winsup/cygwin/release/1.7.19
@@ -5,7 +5,8 @@ What's new:
- Add support for building a 64 bit version of Cygwin on x86_64 natively.
-- Add support for creating native symlinks (CYGWIN=winsymlinks:native)
+- Add support for creating native symlinks (CYGWIN=winsymlinks:native or
+ CYGWIN=winsymlinks:nativestrict).
- Add support for the AFS filesystem.
@@ -23,3 +24,6 @@ Bug fixes:
memory location as in the parent.
Fixes: http://cygwin.com/ml/cygwin/2013-05/msg00340.html
+- Fix a build problem resulting in Cygwin functions picking up the wrong
+ new/delete.
+ Fixes: http://cygwin.com/ml/cygwin/2013-05/msg00331.html