From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 7868) id C36593858D39; Sat, 5 Mar 2022 02:28:49 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org C36593858D39 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: quoted-printable From: Takashi Yano To: cygwin-cvs@sourceware.org Subject: [newlib-cygwin] Cygwin: add 3.3.5 release notes X-Act-Checkin: newlib-cygwin X-Git-Author: Takashi Yano X-Git-Refname: refs/heads/master X-Git-Oldrev: 7c87cce6e2fe67584c20da1d4f7c5e4f19940250 X-Git-Newrev: 33dda55d144269609dd0eb548e153b3e07cfc94f Message-Id: <20220305022849.C36593858D39@sourceware.org> Date: Sat, 5 Mar 2022 02:28:49 +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: Sat, 05 Mar 2022 02:28:49 -0000 https://sourceware.org/git/gitweb.cgi?p=3Dnewlib-cygwin.git;h=3D33dda55d144= 269609dd0eb548e153b3e07cfc94f commit 33dda55d144269609dd0eb548e153b3e07cfc94f Author: Takashi Yano Date: Sat Mar 5 10:56:50 2022 +0900 Cygwin: add 3.3.5 release notes Diff: --- winsup/cygwin/release/3.3.5 | 30 ++++++++++++++++++++++++++++++ 1 file changed, 30 insertions(+) diff --git a/winsup/cygwin/release/3.3.5 b/winsup/cygwin/release/3.3.5 new file mode 100644 index 000000000..11698c4e4 --- /dev/null +++ b/winsup/cygwin/release/3.3.5 @@ -0,0 +1,30 @@ +Bug Fixes +--------- + +- Fix a bug that accessing UNC path mounted to a drive letter using + SMB3.11 fails with error "Too many levels of symbolic links.". + +- Fix a console bug that escape sequence IL/DL (CSI Ps L, CSI Ps M) + does not work correctly at the last line. + Addresses: https://cygwin.com/pipermail/cygwin/2022-February/250736.html + +- Fix a problem that ENABLE_INSERT_MODE and ENABLE_QUICK_EDIT_MODE + flags are cleared if cygwin is started in console. + +- Fix an issue that cmd.exe also is terminated along with the cygwin + app started from the cmd.exe if the cygwin app is terminated by + Ctrl-C. + +- Fix deadlock caused when keys are typed in pty while a lot of text + output. + +- Fix a problem that the console mode for input is not set correctly + when non-cygwin app is started with stdin redirected. + Addresses: + https://github.com/GitCredentialManager/git-credential-manager/issues/576 + +- Fix exit code when non-cygwin app is terminated by Ctrl-C. + +- Fix a bug that the order of the console key inputs are occasionally + swapped, especially when CPU load is high. + Addresses: https://cygwin.com/pipermail/cygwin/2022-February/250957.html