From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 2155) id 236E63834C16; Wed, 14 Dec 2022 10:59:57 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org 236E63834C16 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=sourceware.org; s=default; t=1671015597; bh=/c3KfLJN6UqS9XETiNYHpqSrbGKY9y1CJyDVlfO9Kys=; h=From:To:Subject:Date:From; b=wMCHRkG8NthFPlRneOBwuWGZQzF+It2w9zdCh9HTYMcN4jGO5F5XFVh1iASgzZ6ei nPg41OIxqT4NgNjXvj5OXQx2Ph6fv53+F+yK7QHhcopq4ScVqcjRvFVwFNWXUc3Ecq ncaKX8VCyVuEqp6RFcCjHtHhvJ68n629xZRQulcA= Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: quoted-printable From: Corinna Vinschen To: cygwin-cvs@sourceware.org Subject: [newlib-cygwin] Cygwin: add release message for latest path handling patch X-Act-Checkin: newlib-cygwin X-Git-Author: Corinna Vinschen X-Git-Refname: refs/heads/master X-Git-Oldrev: 42ddb40b58f7770e219928eb923f0ecee42bf5de X-Git-Newrev: 489300c89db626a7dd93d57592e9fb925f397410 Message-Id: <20221214105957.236E63834C16@sourceware.org> Date: Wed, 14 Dec 2022 10:59:57 +0000 (GMT) List-Id: https://sourceware.org/git/gitweb.cgi?p=3Dnewlib-cygwin.git;h=3D489300c89db= 626a7dd93d57592e9fb925f397410 commit 489300c89db626a7dd93d57592e9fb925f397410 Author: Corinna Vinschen AuthorDate: Wed Dec 14 11:57:36 2022 +0100 Commit: Corinna Vinschen CommitDate: Wed Dec 14 11:58:08 2022 +0100 Cygwin: add release message for latest path handling patch =20 5ba5e09b9d39 ("Cygwin: path handling: never substitute virtual drive wi= th target path") =20 Signed-off-by: Corinna Vinschen 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