From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 2155) id CF2983858C27; Tue, 20 Apr 2021 08:47:11 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org CF2983858C27 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: add 3.2.1 release file and add fixes up to this point X-Act-Checkin: newlib-cygwin X-Git-Author: Corinna Vinschen X-Git-Refname: refs/heads/master X-Git-Oldrev: 5176afeb7d27339ee7ce8f1f9c8c0941da8ca4c2 X-Git-Newrev: 8050ef207494e6d227e968cc7e5850153f943320 Message-Id: <20210420084711.CF2983858C27@sourceware.org> Date: Tue, 20 Apr 2021 08:47:11 +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: Tue, 20 Apr 2021 08:47:11 -0000 https://sourceware.org/git/gitweb.cgi?p=newlib-cygwin.git;h=8050ef207494e6d227e968cc7e5850153f943320 commit 8050ef207494e6d227e968cc7e5850153f943320 Author: Corinna Vinschen Date: Tue Apr 20 10:46:01 2021 +0200 Cygwin: add 3.2.1 release file and add fixes up to this point Signed-off-by: Corinna Vinschen Diff: --- winsup/cygwin/release/3.2.1 | 27 +++++++++++++++++++++++++++ 1 file changed, 27 insertions(+) diff --git a/winsup/cygwin/release/3.2.1 b/winsup/cygwin/release/3.2.1 new file mode 100644 index 000000000..c1ada5d50 --- /dev/null +++ b/winsup/cygwin/release/3.2.1 @@ -0,0 +1,27 @@ +What's new: +----------- + + +What changed: +------------- + + +Bug Fixes +--------- + +- Fix values returned by select(2) for shutdown sockets. + Addresses: https://cygwin.com/pipermail/cygwin-developers/2021-April/012092.html + +- Introduce a new hypotl(3) function not suffering unnecesswry overflows. + Addresses: https://cygwin.com/pipermail/cygwin/2021-April/248302.html + +- Fix path handling for paths spanning native symlinks. + Addresses: https://cygwin.com/pipermail/cygwin/2021-April/248307.html + +- Fix tab position evaluation after console window resize. + +- Fix a regression in pseudo console handling, resulting in rlwrap not + being able to start a new pseudo console. + +- Handle two race conditions in pseudo console usage. + Addresses: https://cygwin.com/pipermail/cygwin/2021-April/248292.html