aboutsummaryrefslogtreecommitdiff
path: root/winsup/cygwin/release/3.5.4
blob: 257e012fc630c7d4d757e34f379bbcd9b87045b4 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
Fixes:
------

- Fix regression in 3.5.3 which fails to open files for stat(2) if the
  file is opened exclusively by another process.
  Addresses: https://cygwin.com/pipermail/cygwin/2024-April/255811.html

- Fix regression introduced in 3.5.0 when reading surrogate pairs (i.e.,
  unicode chars >= 0x10000) from the DOS command line.  Addresses:
  https://cygwin.com/pipermail/cygwin/2024-April/255807.html

- Fix regression of pthread::once() introduced in 3.5.0 (i.e., the race
  issue regarding destroying mutex).
  Addresses: https://cygwin.com/pipermail/cygwin/2024-May/255987.html