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>2015-06-08 18:48:34 +0300
committerCorinna Vinschen <corinna@vinschen.de>2015-06-08 18:48:34 +0300
commit79511853f788111efd975651f87eabbd4a8cbf6d (patch)
tree735e0031b71c622639955d61876d7a84f4ba28bf
parent117ebc802fe35dcaa404d52dda3437c09c817bef (diff)
add bind mount fix to release notes
Signed-off-by: Corinna Vinschen <corinna@vinschen.de>
-rw-r--r--winsup/cygwin/release/2.0.43
1 files changed, 3 insertions, 0 deletions
diff --git a/winsup/cygwin/release/2.0.4 b/winsup/cygwin/release/2.0.4
index c60cdd9cf..6fdccf0f0 100644
--- a/winsup/cygwin/release/2.0.4
+++ b/winsup/cygwin/release/2.0.4
@@ -9,3 +9,6 @@ Bug Fixes
Addresses: https://cygwin.com/ml/cygwin/2015-06/msg00133.html
https://cygwin.com/ml/cygwin/2015-05/msg00331.html
https://cygwin.com/ml/cygwin/2015-05/msg00314.html
+
+- Fix installing newly added bind mounts with `mount -a'.
+ Addresses: https://cygwin.com/ml/cygwin/2015-06/msg00150.html