aboutsummaryrefslogtreecommitdiff
path: root/winsup
diff options
context:
space:
mode:
authorCorinna Vinschen <corinna@vinschen.de>2013-05-25 09:00:43 +0000
committerCorinna Vinschen <corinna@vinschen.de>2013-05-25 09:00:43 +0000
commit7e925d9ac1c056f0c5d05b894009bb2f05413e2f (patch)
tree3772d80cabc5bb0c0eface86c6b410d36a09efcf /winsup
parent10ce3cd70af3f5ef46ae9487600eb34c1f0710f7 (diff)
downloadnewlib-7e925d9ac1c056f0c5d05b894009bb2f05413e2f.zip
newlib-7e925d9ac1c056f0c5d05b894009bb2f05413e2f.tar.gz
newlib-7e925d9ac1c056f0c5d05b894009bb2f05413e2f.tar.bz2
*** empty log message ***
Diffstat (limited to 'winsup')
-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 112210a..e39c4be 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