4
0
mirror of git://sourceware.org/git/newlib-cygwin.git synced 2025-01-18 04:19:21 +08:00
Corinna Vinschen 105436dead cygwin: document lrint bugfix
Signed-off-by: Corinna Vinschen <corinna@vinschen.de>
2017-06-07 11:07:52 +02:00

39 lines
1.1 KiB
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: Reported on IRC.
- Fix ldd potentially looping on non-continuable exception
Addresses: https://cygwin.com/ml/cygwin-patches/2017-q2/msg00002.html
- Fix buffer overflow problem in wcsxfrm/wcsxfrm_l.
Addresses: https://cygwin.com/ml/cygwin/2017-05/msg00149.html
- Fix crash if env var name starts with non-ASCII char
Addresses: https://cygwin.com/ml/cygwin/2017-05/msg00330.html
- Fix return value of lrint{f,l} on x86_64 Cygwin.
Addresses: https://cygwin.com/ml/cygwin/2017-05/msg00388.html