*** empty log message ***

This commit is contained in:
Corinna Vinschen 2013-05-25 09:00:43 +00:00
parent 10ce3cd70a
commit 7e925d9ac1
1 changed files with 5 additions and 1 deletions

View File

@ -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