From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 2155) id BCB0F384C001; Mon, 8 Mar 2021 10:34:51 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org BCB0F384C001 Content-Type: text/plain; charset="us-ascii" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit From: Corinna Vinschen To: cygwin-cvs@sourceware.org Subject: [newlib-cygwin] Cygwin: update release notes for 3.2.0 X-Act-Checkin: newlib-cygwin X-Git-Author: Corinna Vinschen X-Git-Refname: refs/heads/master X-Git-Oldrev: b92a6303f1d02d8b583cd6b0509a80da76c8e3ea X-Git-Newrev: abc8acb6a0acc8cbd5df6935171b8c734126e473 Message-Id: <20210308103451.BCB0F384C001@sourceware.org> Date: Mon, 8 Mar 2021 10:34:51 +0000 (GMT) X-BeenThere: cygwin-cvs@cygwin.com X-Mailman-Version: 2.1.29 Precedence: list List-Id: Cygwin core component git logs List-Unsubscribe: , List-Archive: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 08 Mar 2021 10:34:51 -0000 https://sourceware.org/git/gitweb.cgi?p=newlib-cygwin.git;h=abc8acb6a0acc8cbd5df6935171b8c734126e473 commit abc8acb6a0acc8cbd5df6935171b8c734126e473 Author: Corinna Vinschen Date: Mon Mar 8 11:34:46 2021 +0100 Cygwin: update release notes for 3.2.0 Signed-off-by: Corinna Vinschen Diff: --- winsup/cygwin/release/3.2.0 | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/winsup/cygwin/release/3.2.0 b/winsup/cygwin/release/3.2.0 index 53727d33b..f07289254 100644 --- a/winsup/cygwin/release/3.2.0 +++ b/winsup/cygwin/release/3.2.0 @@ -64,3 +64,10 @@ Bug Fixes - Fix the return value when ptsname_r(3) is called with a bad file descriptor Addresses: https://lists.gnu.org/archive/html/bug-gnulib/2021-01/msg00245.html + +- Fix path handling in case the Cygwin installation dir is accessed via + a Windows junction point. + Addresses: https://cygwin.com/pipermail/cygwin-developers/2021-February/012054.html + +- Fix potential handle leaks when dup'ing descriptors + Addresses: https://cygwin.com/pipermail/cygwin-developers/2021-February/012041.html