https://sourceware.org/git/gitweb.cgi?p=newlib-cygwin.git;h=d8e6d54f3cc5b0dd51ae7b8d7b88b9dae7d51079
commit d8e6d54f3cc5b0dd51ae7b8d7b88b9dae7d51079 Author: Johannes Schindelin <johannes.schinde...@gmx.de> AuthorDate: Tue Jun 24 10:08:10 2025 +0200 Commit: Corinna Vinschen <cori...@vinschen.de> CommitDate: Tue Jun 24 10:29:12 2025 +0200 Cygwin: add release note about `..` symlinks Signed-off-by: Johannes Schindelin <johannes.schinde...@gmx.de> Diff: --- winsup/cygwin/release/3.6.4 | 3 +++ 1 file changed, 3 insertions(+) diff --git a/winsup/cygwin/release/3.6.4 b/winsup/cygwin/release/3.6.4 index 8eb693c40cd9..c80a29ea4f71 100644 --- a/winsup/cygwin/release/3.6.4 +++ b/winsup/cygwin/release/3.6.4 @@ -6,3 +6,6 @@ Fixes: - Make pthread initializer macros compatible with C++ constinit. Addresses: https://cygwin.com/pipermail/cygwin/2025-June/258305.html + +- Fix creating native symlinks to `..` (it used to target `../../<dir>` + instead).