https://sourceware.org/git/gitweb.cgi?p=newlib-cygwin.git;h=79511853f788111efd975651f87eabbd4a8cbf6d
commit 79511853f788111efd975651f87eabbd4a8cbf6d Author: Corinna Vinschen <[email protected]> Date: Mon Jun 8 17:48:34 2015 +0200 add bind mount fix to release notes Signed-off-by: Corinna Vinschen <[email protected]> Diff: --- winsup/cygwin/release/2.0.4 | 3 +++ 1 file changed, 3 insertions(+) diff --git a/winsup/cygwin/release/2.0.4 b/winsup/cygwin/release/2.0.4 index c60cdd9..6fdccf0 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
