4
0
mirror of git://sourceware.org/git/newlib-cygwin.git synced 2025-03-04 22:15:52 +08:00
Corinna Vinschen 67fbc6a7d0 Revert "Cygwin: set the FILE_ATTRIBUTE_ARCHIVE DOS attribute on file creation"
This reverts commit 2b28977149b1e8858b597890906f21cdecde84ce.

This patch fixes the symptoms, but not the actual problem.  Revert
and try again.
2021-11-16 19:59:37 +01:00

21 lines
844 B
Groff

Bug Fixes
---------
- Fix issue that new pipe code doesn't handle reading zero byte reads
emitted by some non-Cygwin apps.
Addresses: https://cygwin.com/pipermail/cygwin/2021-November/249844.html
- Make sure that "X:" paths are not handled as absolute DOS paths in
fstatat and other ...at calls. "X:/" still is handled as absolute
path.
Addresses: https://cygwin.com/pipermail/cygwin/2021-November/249837.html
- Fix showing DLL version info from native Windows tools.
Addresses: https://cygwin.com/pipermail/cygwin/2021-November/249867.html
- Handle Unicode surrogate pairs in console. Cygwin console does not
handle surrogate pairs correctly at the moment. Fix issue that
running bash in Windows Terminal and inserting an emoji does not
work as expected.
Addresses: https://github.com/git-for-windows/git/issues/3281