* cygwinenv.sgml (cygwinenv-implemented-options): Change description
for winsymlink option to explain new implementation. * new-features.sgml (ov-new1.7.19): Add support for native symlinks and AFS.
This commit is contained in:
parent
9ecd475cd8
commit
09caddaaf5
@ -1,3 +1,10 @@
|
|||||||
|
2013-04-23 Corinna Vinschen <corinna@vinschen.de>
|
||||||
|
|
||||||
|
* cygwinenv.sgml (cygwinenv-implemented-options): Change description
|
||||||
|
for winsymlink option to explain new implementation.
|
||||||
|
* new-features.sgml (ov-new1.7.19): Add support for native symlinks and
|
||||||
|
AFS.
|
||||||
|
|
||||||
2013-04-23 Corinna Vinschen <corinna@vinschen.de>
|
2013-04-23 Corinna Vinschen <corinna@vinschen.de>
|
||||||
|
|
||||||
* Throughout, eliminate Windows 2000 from the documentation.
|
* Throughout, eliminate Windows 2000 from the documentation.
|
||||||
|
@ -78,11 +78,21 @@ time and when handles are inherited. Defaults to set.</para>
|
|||||||
</listitem>
|
</listitem>
|
||||||
|
|
||||||
<listitem>
|
<listitem>
|
||||||
<para><envar>(no)winsymlinks</envar> - if set, Cygwin creates
|
<para><envar>winsymlinks:{lnk,native}</envar> - if set to just
|
||||||
symlinks as Windows shortcuts with a special header and the R/O attribute
|
<literal>winsymlinks</literal> or <literal>winsymlinks:lnk</literal>,
|
||||||
set. If not set, Cygwin creates symlinks as plain files with a magic number,
|
Cygwin creates symlinks as Windows shortcuts with a special header and
|
||||||
a path and the system attribute set. Defaults to not set since plain
|
the R/O attribute set. If set to <literal>winsymlinks:native</literal>,
|
||||||
file symlinks are faster to write and faster to read.</para>
|
Cygwin creates symlinks as native Windows symlinks as supported by NTFS
|
||||||
|
since Windows Vista/2008.
|
||||||
|
|
||||||
|
If not set, Cygwin creates symlinks as plain files with a magic number,
|
||||||
|
a path and the DOS SYSTEM attribute set by default, unless this is not
|
||||||
|
supported by the underlying filesystem. For instance, on MVFS symlinks
|
||||||
|
are always created as Windows shortcuts, because it doesn't support the
|
||||||
|
DOS SYSTEM attribute, on AFS always as native symlink because it doesn't
|
||||||
|
support DOS attributes. On NFS, symlinks are always created as native
|
||||||
|
symlinks of the underlying filesystem.
|
||||||
|
</para>
|
||||||
|
|
||||||
<para>Please note that symlinks created under Cygwin 1.7 or later are
|
<para>Please note that symlinks created under Cygwin 1.7 or later are
|
||||||
not readable by older Cygwin releases because the new symlinks use UTF-16
|
not readable by older Cygwin releases because the new symlinks use UTF-16
|
||||||
|
@ -12,6 +12,15 @@ Drop support for Windows 2000 and Windows XP pre-SP3.
|
|||||||
Add support for building a 64 bit version of Cygwin on x86_64 natively.
|
Add support for building a 64 bit version of Cygwin on x86_64 natively.
|
||||||
</para></listitem>
|
</para></listitem>
|
||||||
|
|
||||||
|
<listitem><para>
|
||||||
|
Add support for creating native NTFS symlinks starting with Windows Vista
|
||||||
|
by setting the CYGWIN=winsymlinks:native option.
|
||||||
|
</para></listitem>
|
||||||
|
|
||||||
|
<listitem><para>
|
||||||
|
Add support for AFS filesystem.
|
||||||
|
</para></listitem>
|
||||||
|
|
||||||
</itemizedlist>
|
</itemizedlist>
|
||||||
|
|
||||||
</sect2>
|
</sect2>
|
||||||
|
Loading…
x
Reference in New Issue
Block a user