4 - Fix a bug that accessing UNC path mounted to a drive letter using
5 SMB3.11 fails with error "Too many levels of symbolic links.".
7 - Fix a console bug that escape sequence IL/DL (CSI Ps L, CSI Ps M)
8 does not work correctly at the last line.
9 Addresses: https://cygwin.com/pipermail/cygwin/2022-February/250736.html
11 - Fix a problem that ENABLE_INSERT_MODE and ENABLE_QUICK_EDIT_MODE
12 flags are cleared if cygwin is started in console.
14 - Fix an issue that cmd.exe also is terminated along with the cygwin
15 app started from the cmd.exe if the cygwin app is terminated by
18 - Fix deadlock caused when keys are typed in pty while a lot of text
21 - Fix a problem that the console mode for input is not set correctly
22 when non-cygwin app is started with stdin redirected.
24 https://github.com/GitCredentialManager/git-credential-manager/issues/576
26 - Fix some problems such as:
27 1) If output of non-cygwin app and input of cygwin app are connected
28 by a pipe, Ctrl-C has to be sent twice to stop apps when the
29 cygwin app does not read stdin at the moment.
30 2) In cmd.exe started from cygwin shell, if output of non-cygwin
31 app and input of cygwin app are connected by a pipe, Ctrl-C
32 can never terminate the apps.
34 - Fix exit code when non-cygwin app is terminated by Ctrl-C.
36 - Fix a bug that the order of the console key inputs are occasionally
37 swapped, especially when CPU load is high.
38 Addresses: https://cygwin.com/pipermail/cygwin/2022-February/250957.html
40 - Fix a problem that fsync() flushes the console input buffer unlike
41 linux. fsync() should return EINVAL for special files such as tty.
42 Addresses: https://cygwin.com/pipermail/cygwin/2022-March/251022.html
44 - Fix a formatting problem in gmondump where all displayed addresses are
45 mistakenly prefixed with "0x0x". Fix man pages for gmondump and ssp.
47 - Fix crash on pty master close in Windows 7.
48 Addresses: https://cygwin.com/pipermail/cygwin/2022-March/251162.html
50 - Avoid deadlock of non-cygwin pipe writer which occurs when the other
51 cygwin pipe writers exist if the pipe is created by system account
52 or the pipe creator is running as service.
53 Addresses: https://cygwin.com/pipermail/cygwin/2022-March/251097.html