Cygwin: update 3.3.5 release notes
This commit is contained in:
parent
33dda55d14
commit
9e1b329431
|
@ -23,6 +23,14 @@ Bug Fixes
|
||||||
Addresses:
|
Addresses:
|
||||||
https://github.com/GitCredentialManager/git-credential-manager/issues/576
|
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 exit code when non-cygwin app is terminated by Ctrl-C.
|
||||||
|
|
||||||
- Fix a bug that the order of the console key inputs are occasionally
|
- Fix a bug that the order of the console key inputs are occasionally
|
||||||
|
|
Loading…
Reference in New Issue