From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 2155) id 1BFBA38330B1; Wed, 14 Dec 2022 10:59:52 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org 1BFBA38330B1 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=sourceware.org; s=default; t=1671015592; bh=rJXhCKlMp4n3B4F9lKeQiUfN2vbeaJajpRdDCbN/rZs=; h=From:To:Subject:Date:From; b=gQNDbtn6d9x9Vr6+ZASGEbkexsbfy/tsawqO8YHV36+FFECPCiNAbqKIq4/hjj9TP S+safWsWkdCLHKRw8OcwtYggZWSy+89CMbKibCwmx/xTV0GdVeWmMvIEuL4D2Iu1Fp XpUGOfdw17bKEa0HCcMHvEz6HrrvUnQRv+JxRrOI= 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-3_4-branch] Cygwin: add release message for latest path handling patch X-Act-Checkin: newlib-cygwin X-Git-Author: Corinna Vinschen X-Git-Refname: refs/heads/cygwin-3_4-branch X-Git-Oldrev: 99bb3e937a0fdbc1e3acbdc7cefb31e54a89a6ac X-Git-Newrev: 72e5f634536cf7d0ff3d6171c29764226a3e5753 Message-Id: <20221214105952.1BFBA38330B1@sourceware.org> Date: Wed, 14 Dec 2022 10:59:52 +0000 (GMT) List-Id: https://sourceware.org/git/gitweb.cgi?p=3Dnewlib-cygwin.git;h=3D72e5f634536= cf7d0ff3d6171c29764226a3e5753 commit 72e5f634536cf7d0ff3d6171c29764226a3e5753 Author: Corinna Vinschen AuthorDate: Wed Dec 14 11:57:36 2022 +0100 Commit: Corinna Vinschen CommitDate: Wed Dec 14 11:58:58 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