Welcome to mirror list, hosted at ThFree Co, Russian Federation.

cygwin.com/git/newlib-cygwin.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCorinna Vinschen <corinna@vinschen.de>2013-12-07 14:12:55 +0400
committerCorinna Vinschen <corinna@vinschen.de>2013-12-07 14:12:55 +0400
commit17bb9160d5b11a25a7dc491c9ffe8b9a7b5f1a7d (patch)
treebb8164ae2399da9ced338dfde074390e0c9af08b
parent7630387c51ceef0393e42aed92d4be4cf0111828 (diff)
* new-features.xml (ov-new1.7.26): Add new section.
-rw-r--r--winsup/doc/ChangeLog4
-rw-r--r--winsup/doc/new-features.xml15
2 files changed, 19 insertions, 0 deletions
diff --git a/winsup/doc/ChangeLog b/winsup/doc/ChangeLog
index f8b5ff5de..1bb3defd3 100644
--- a/winsup/doc/ChangeLog
+++ b/winsup/doc/ChangeLog
@@ -1,3 +1,7 @@
+2013-12-07 Corinna Vinschen <corinna@vinschen.de>
+
+ * new-features.xml (ov-new1.7.26): Add new section.
+
2013-11-29 Corinna Vinschen <corinna@vinschen.de>
* new-features.xml (ov-new1.7.26): Fix section ID and title. Add
diff --git a/winsup/doc/new-features.xml b/winsup/doc/new-features.xml
index affcc6f5f..38854aa67 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">