4
0
mirror of git://sourceware.org/git/newlib-cygwin.git synced 2025-01-29 18:40:25 +08:00
Eric Blake 7475b656f4 Put previous doc in correct section
SSIZE_MAX was a bug fix, not a huge change.

Signed-off-by: Eric Blake <eblake@redhat.com>
2016-07-14 13:26:29 -06:00

27 lines
667 B
Groff

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
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.
- Fix definition of SSIZE_MAX on 32-bit systems.
Addresses: https://cygwin.com/ml/cygwin/2016-07/msg00179.html
- Fix transposing invalid chars in Windows filenames on relative paths.
Addresses: https://cygwin.com/ml/cygwin/2016-07/msg00193.html