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:
-rw-r--r--winsup/cygwin/release/2.6.17
1 files changed, 7 insertions, 0 deletions
diff --git a/winsup/cygwin/release/2.6.1 b/winsup/cygwin/release/2.6.1
index 749a11c93..43de128b3 100644
--- a/winsup/cygwin/release/2.6.1
+++ b/winsup/cygwin/release/2.6.1
@@ -31,3 +31,10 @@ Bug Fixes
- Fix path handling of ".//" sequences.
Addresses: https://cygwin.com/ml/cygwin/2016-11/msg00295.html
+
+- cygwin_conv_path/cygwin_create_path now also check for .exe suffix when
+ converting a POSIX path to Windows notation.
+
+- Address Windows bug in path conversion on network shares for non-existing
+ paths.
+ Addresses: https://cygwin.com/ml/cygwin-developers/2016-12/msg00008.html