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:
Diffstat (limited to 'winsup/cygwin/ChangeLog')
-rw-r--r--winsup/cygwin/ChangeLog5
1 files changed, 5 insertions, 0 deletions
diff --git a/winsup/cygwin/ChangeLog b/winsup/cygwin/ChangeLog
index 861cfd7f8..c1b6afc67 100644
--- a/winsup/cygwin/ChangeLog
+++ b/winsup/cygwin/ChangeLog
@@ -1,3 +1,8 @@
+2013-12-07 Corinna Vinschen <corinna@vinschen.de>
+
+ * path.cc (symlink_native): Workaround Windows 8.1 bug: Drop long path
+ prefix from symlink target path. Add comment to explain why.
+
2013-12-06 Christopher Faylor <me.cygwin2013@cgf.cx>
* syscalls.cc (dup): Use cygheap_fdnew properly.