Welcome to mirror list, hosted at ThFree Co, Russian Federation.

3.3.5 « release « cygwin « winsup - cygwin.com/git/newlib-cygwin.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: ce7a2126884206ac022ae9b0c55250fe8741c36c (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
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 some problems such as:
   1) If output of non-cygwin app and input of cygwin app are connected
      by a pipe, Ctrl-C has to be sent twice to stop apps when the
      cygwin app does not read stdin at the moment.
   2) In cmd.exe started from cygwin shell, if output of non-cygwin
      app and input of cygwin app are connected by a pipe, Ctrl-C
      can never terminate the apps.

- 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