2016-06-23 21:58:38 +02:00
|
|
|
What's new:
|
|
|
|
-----------
|
|
|
|
|
|
|
|
|
|
|
|
What changed:
|
|
|
|
-------------
|
|
|
|
|
|
|
|
- Drop support for very old SUNWNFS filesystem.
|
|
|
|
|
2016-06-27 13:21:19 +02:00
|
|
|
- Raise number of supported partitions per disk (for raw access) to 63.
|
|
|
|
Addresses: https://cygwin.com/ml/cygwin/2016-06/msg00136.html
|
|
|
|
|
2016-06-23 21:58:38 +02:00
|
|
|
|
|
|
|
Bug Fixes
|
|
|
|
---------
|
|
|
|
|
2016-07-06 19:16:05 +02:00
|
|
|
- Fix strace timer output in child process.
|
|
|
|
Addresses: https://cygwin.com/ml/cygwin/2016-07/msg00067.html
|
2016-07-14 19:11:45 +02:00
|
|
|
|
|
|
|
- Change blkcnt_t to signed type per POSIX.
|
2016-07-14 20:55:04 +02:00
|
|
|
|
2016-07-14 13:26:29 -06:00
|
|
|
- Fix definition of SSIZE_MAX on 32-bit systems.
|
|
|
|
Addresses: https://cygwin.com/ml/cygwin/2016-07/msg00179.html
|
|
|
|
|
2016-07-14 20:55:04 +02:00
|
|
|
- Fix transposing invalid chars in Windows filenames on relative paths.
|
|
|
|
Addresses: https://cygwin.com/ml/cygwin/2016-07/msg00193.html
|
2016-07-18 22:03:00 +02:00
|
|
|
|
|
|
|
- Fix truncl which was usding the wrong FPU rounding mode.
|
|
|
|
Addresses: https://rt.perl.org/Public/Bug/Display.html?id=128665
|