libc/winsup/cygwin/release/2.8.1
2017-04-24 17:13:04 +01:00

30 lines
758 B
Groff

What's new:
-----------
- Allow unprivileged symlink creation in Windows 10 1703 and later.
- New API: reallocarray
What changed:
-------------
Bug Fixes
---------
- Fix build problem with GCC 6.
Addresses: https://cygwin.com/ml/cygwin-patches/2017-q2/msg00014.html
- Fix stat.st_blocks for files compressed with CompactOS method.
Addresses: https://cygwin.com/ml/cygwin-patches/2017-q2/msg00026.html
- Fix extreme lagging during strace in certain scenarios.
Addresses: https://cygwin.com/ml/cygwin/2017-04/msg00240.html
- Fix unwanted decimal point localization in /proc/loadavg
Addresses: https://cygwin.com/ml/cygwin-patches/2017-q2/msg00002.html
- Fix ldd potentially looping on non-continuable exception
Addresses: Reported on IRC.