4
0
mirror of git://sourceware.org/git/newlib-cygwin.git synced 2025-01-18 04:19:21 +08:00

24 lines
530 B
Groff
Raw Normal View History

What's new:
-----------
What changed:
-------------
- Drop support for very old SUNWNFS filesystem.
- Raise number of supported partitions per disk (for raw access) to 63.
Addresses: https://cygwin.com/ml/cygwin/2016-06/msg00136.html
- Fix definition of SSIZE_MAX on 32-bit systems.
Addresses: https://cygwin.com/ml/cygwin/2016-07/msg00179.html
Bug Fixes
---------
- Fix strace timer output in child process.
Addresses: https://cygwin.com/ml/cygwin/2016-07/msg00067.html
- Change blkcnt_t to signed type per POSIX.