4
0
mirror of git://sourceware.org/git/newlib-cygwin.git synced 2025-02-01 12:00:35 +08:00
Corinna Vinschen 379598dd67 Cygwin: Disable creating case-sensitive folders by default
Inspecting the content of case-sensitive directories
on remote machines results in lots of errors like
disappearing diretories and files, file not found, etc.

This is not feasible as default behaviour

Signed-off-by: Corinna Vinschen <corinna@vinschen.de>
2019-03-01 14:38:36 +01:00

35 lines
1.0 KiB
Groff

What's new:
-----------
What changed:
-------------
- Windows 10 1803 or later and WSL installed:
Starting with 3.0.0, mkdir(2) automatically created directories within
the Cygwin installation dir as case sensitive. This badly breaks
interoperability with remote machines trying to access these dirs.
Therefore, disable this as default. You can still create case-sensitive
dirs via `chattr +C ...'
Bug Fixes
---------
- Fix timerfd select always returning immediately.
Addresses: https://cygwin.com/ml/cygwin/2019-02/msg00364.html
- Fix fork/exec failing to restore timerfd share mem in child process.
Addresses: https://cygwin.com/ml/cygwin/2019-02/msg00400.html
- Drop enforcing case-correct group names for AD accounts to avoid
excessively long startup times.
Addresses: https://cygwin.com/ml/cygwin/2019-02/msg00301.html
- Fix and speed up evaluation of group membership in seteuid.
Addresses: Local testing.
- Fix getitimer/timer_gettime values returned for unarmed timer.
Addresses: https://cygwin.com/ml/cygwin/2019-02/msg00395.html