aboutsummaryrefslogtreecommitdiff
path: root/winsup/doc/new-features.xml
diff options
context:
space:
mode:
authorCorinna Vinschen <corinna@vinschen.de>2013-12-07 10:12:55 +0000
committerCorinna Vinschen <corinna@vinschen.de>2013-12-07 10:12:55 +0000
commit17bb9160d5b11a25a7dc491c9ffe8b9a7b5f1a7d (patch)
treebb8164ae2399da9ced338dfde074390e0c9af08b /winsup/doc/new-features.xml
parent7630387c51ceef0393e42aed92d4be4cf0111828 (diff)
downloadnewlib-17bb9160d5b11a25a7dc491c9ffe8b9a7b5f1a7d.zip
newlib-17bb9160d5b11a25a7dc491c9ffe8b9a7b5f1a7d.tar.gz
newlib-17bb9160d5b11a25a7dc491c9ffe8b9a7b5f1a7d.tar.bz2
* new-features.xml (ov-new1.7.26): Add new section.
Diffstat (limited to 'winsup/doc/new-features.xml')
-rw-r--r--winsup/doc/new-features.xml15
1 files changed, 15 insertions, 0 deletions
diff --git a/winsup/doc/new-features.xml b/winsup/doc/new-features.xml
index affcc6f..38854aa 100644
--- a/winsup/doc/new-features.xml
+++ b/winsup/doc/new-features.xml
@@ -4,6 +4,21 @@
<sect1 id="ov-new1.7"><title>What's new and what changed in Cygwin 1.7</title>
+<sect2 id="ov-new1.7.27"><title>What's new and what changed from 1.7.26 to 1.7.27</title>
+
+<itemizedlist mark="bullet">
+
+<listitem><para>
+Don't create native symlinks with target paths having long path prefixes
+"\\?\" if the target path is shorter than MAX_PATH characters. This works
+around a Windows 8.1 bug: The ShellExecuteW fails if the lpFile parameter
+points to a native NTFS symlink with a target path prefixed with "\\?\".
+</para></listitem>
+
+</itemizedlist>
+
+</sect2>
+
<sect2 id="ov-new1.7.26"><title>What's new and what changed from 1.7.25 to 1.7.26</title>
<itemizedlist mark="bullet">