summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorCorinna Vinschen <corinna@vinschen.de>2016-12-13 12:49:02 +0100
committerCorinna Vinschen <corinna@vinschen.de>2016-12-13 12:49:02 +0100
commit80f4987f02e50721e4cc62f6d70bc602324d32ad (patch)
tree72327800bdca23a1a1bf3d779e30520c8d1d20ae
parent563dda82591bddb213f1771a63de534e11602cd8 (diff)
downloadcygnal-80f4987f02e50721e4cc62f6d70bc602324d32ad.tar.gz
cygnal-80f4987f02e50721e4cc62f6d70bc602324d32ad.tar.bz2
cygnal-80f4987f02e50721e4cc62f6d70bc602324d32ad.zip
Cygwin: Add release messages for last two checkins
Signed-off-by: Corinna Vinschen <corinna@vinschen.de>
-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