https://sourceware.org/git/gitweb.cgi?p=newlib-cygwin.git;h=489300c89db626a7dd93d57592e9fb925f397410
commit 489300c89db626a7dd93d57592e9fb925f397410 Author: Corinna Vinschen <[email protected]> AuthorDate: Wed Dec 14 11:57:36 2022 +0100 Commit: Corinna Vinschen <[email protected]> CommitDate: Wed Dec 14 11:58:08 2022 +0100 Cygwin: add release message for latest path handling patch 5ba5e09b9d39 ("Cygwin: path handling: never substitute virtual drive with target path") Signed-off-by: Corinna Vinschen <[email protected]> Diff: --- winsup/cygwin/release/3.4.3 | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/winsup/cygwin/release/3.4.3 b/winsup/cygwin/release/3.4.3 new file mode 100644 index 000000000000..bd3e725e7cb0 --- /dev/null +++ b/winsup/cygwin/release/3.4.3 @@ -0,0 +1,6 @@ +Bug Fixes +--------- + +- Fix path handling to make sure virtual drives are never treated + as symlinks. + Addresses: https://cygwin.com/pipermail/cygwin/2022-December/252665.html
