Skip to content

Commit 5c12a34

Browse files
committed
Add recent more that twenty fixes to 8.6.8 release note
1 parent 5c29d7a commit 5c12a34

1 file changed

Lines changed: 24 additions & 0 deletions

File tree

  • winsup/cygwin/release

winsup/cygwin/release/3.6.8

Lines changed: 24 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,24 @@
1+
Fixes:
2+
------
3+
4+
- Fix conhost.exe crash in pseudo console.
5+
6+
- Drop CSI?9001h (win32-input-mode) sequence from pseudo console
7+
output so that Ctrl-C correctly works.
8+
9+
- Fix the problem that Ctrl-C does not work for foregrounded
10+
'cat | sleep 100 &' command in tcsh.
11+
12+
- Fix the problem that Ctrl-C does not work for foregrounded
13+
'cat | cmd &' command.
14+
15+
- Drop CSI?1004h (enable focus event report) sequence from pseudo
16+
console output so that CSI I/O are not sent to the foreground
17+
process.
18+
19+
- Fix inheriting typeahead input after Ctrl-C.
20+
21+
- Apply 7 separate patches that fix out-of-order key input.
22+
Addresses: https://github.com/git-for-windows/git/issues/5632
23+
24+
- Fix pty bugs regarding GDB with pty.

0 commit comments

Comments
 (0)