diff options
author | Corinna Vinschen <corinna@vinschen.de> | 2013-05-23 14:26:53 +0000 |
---|---|---|
committer | Corinna Vinschen <corinna@vinschen.de> | 2013-05-23 14:26:53 +0000 |
commit | 6d383d0fded9d23dfd0cb5e0e21dab45e8863f3d (patch) | |
tree | 966c8ebf606d018184a971ce8cb7f90a9be36bfb /winsup/doc/new-features.xml | |
parent | 33cb946e7ee09ba7725b383e55bbdc1ca441e62f (diff) | |
download | cygnal-6d383d0fded9d23dfd0cb5e0e21dab45e8863f3d.tar.gz cygnal-6d383d0fded9d23dfd0cb5e0e21dab45e8863f3d.tar.bz2 cygnal-6d383d0fded9d23dfd0cb5e0e21dab45e8863f3d.zip |
* cygwinenv.xml (cygwinenv-implemented-options): Explain new
winsymliks:nativestrict option. Strip out description of symlink types
and refer to new pathnames-symlinks section.
* highlights.xml (ov-hi-files): Rip out most of symlink description and
refer to new pathnames-symlinks section instead.
* new-features.xml (ov-new1.7.19): Add CYGWIN=winsymlinks:nativestrict.
* pathnames.xml (pathnames-symlinks): New section describing symbolic
link handling.
Diffstat (limited to 'winsup/doc/new-features.xml')
-rw-r--r-- | winsup/doc/new-features.xml | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/winsup/doc/new-features.xml b/winsup/doc/new-features.xml index b867fef68..db8efc7de 100644 --- a/winsup/doc/new-features.xml +++ b/winsup/doc/new-features.xml @@ -18,7 +18,8 @@ Add support for building a 64 bit version of Cygwin on x86_64 natively. <listitem><para> Add support for creating native NTFS symlinks starting with Windows Vista -by setting the CYGWIN=winsymlinks:native option. +by setting the CYGWIN=winsymlinks:native or CYGWIN=winsymlinks:nativestrict +option. </para></listitem> <listitem><para> |