diff options
author | Corinna Vinschen <corinna@vinschen.de> | 2009-03-24 13:51:25 +0000 |
---|---|---|
committer | Corinna Vinschen <corinna@vinschen.de> | 2009-03-24 13:51:25 +0000 |
commit | 8ce3e7abc8d69ef29d890c85a7c6d1ac32334e95 (patch) | |
tree | 70fc7708b5ec5ca12837deb6e3b138e0e2b68bff | |
parent | 22836f13b6d2d49e0e0a37c2e026876bb7f35336 (diff) | |
download | cygnal-8ce3e7abc8d69ef29d890c85a7c6d1ac32334e95.tar.gz cygnal-8ce3e7abc8d69ef29d890c85a7c6d1ac32334e95.tar.bz2 cygnal-8ce3e7abc8d69ef29d890c85a7c6d1ac32334e95.zip |
* new-features.sgml: Add section about chaged (no)winsymlink default.
-rw-r--r-- | winsup/doc/ChangeLog | 4 | ||||
-rw-r--r-- | winsup/doc/new-features.sgml | 4 |
2 files changed, 8 insertions, 0 deletions
diff --git a/winsup/doc/ChangeLog b/winsup/doc/ChangeLog index 4ead25882..a85e8168c 100644 --- a/winsup/doc/ChangeLog +++ b/winsup/doc/ChangeLog @@ -1,5 +1,9 @@ 2009-03-24 Corinna Vinschen <corinna@vinschen.de> + * new-features.sgml: Add section about chaged (no)winsymlink default. + +2009-03-24 Corinna Vinschen <corinna@vinschen.de> + * cygwinenv.sgml: Move "codepage:xxx" to the removed options section. Change text accordingly. * new-features.sgml: Try to explain new way to define character sets. diff --git a/winsup/doc/new-features.sgml b/winsup/doc/new-features.sgml index 4f8db0f02..cae0b492e 100644 --- a/winsup/doc/new-features.sgml +++ b/winsup/doc/new-features.sgml @@ -75,6 +75,10 @@ - New open(2) flags O_DIRECTORY, O_EXEC and O_SEARCH. +- Make the original style symlinks (file with SYSTEM attribute set) + default again when creating symlinks. Only create Windows shortcut + style symlinks if CYGWIN=winsymlinks is set in the environment. + - Handle NTFS native symlinks available since Vista/2008 as symlinks (but don't create Vista/2008 symlinks due to unfortunate OS restrictions). |