2020-03-27 12:12:31 +01:00
|
|
|
What changed:
|
|
|
|
-------------
|
|
|
|
|
2020-04-03 21:40:01 +02:00
|
|
|
- Support WSL symlinks. Create those by default now.
|
2020-03-27 12:12:31 +01:00
|
|
|
|
|
|
|
|
2020-02-21 10:57:10 +01:00
|
|
|
Bug Fixes:
|
|
|
|
----------
|
|
|
|
|
|
|
|
- Fix accidental evaluation of NUL (\0) characters in xterm console output.
|
|
|
|
Don't move cursor to the right in case of a NUL character in the console
|
|
|
|
output stream, this is not backed by terminfo.
|
|
|
|
Addresses: https://cygwin.com/ml/cygwin/2020-02/msg00162.html
|
2020-02-24 17:12:16 +01:00
|
|
|
|
|
|
|
- Fix a segfault when starting, e.g., mintty from a bash in a console
|
|
|
|
running xterm emulation.
|
|
|
|
Addresses: https://cygwin.com/ml/cygwin/2020-02/msg00197.html
|
2020-03-02 17:02:51 +01:00
|
|
|
|
|
|
|
- Fix TIOCINQ to always return number of inbound chars if available.
|
|
|
|
Addresses: https://cygwin.com/ml/cygwin/2020-02/msg00258.html
|