Put previous doc in correct section
SSIZE_MAX was a bug fix, not a huge change. Signed-off-by: Eric Blake <eblake@redhat.com>
This commit is contained in:
parent
863952f273
commit
7475b656f4
|
@ -10,9 +10,6 @@ What changed:
|
||||||
- Raise number of supported partitions per disk (for raw access) to 63.
|
- Raise number of supported partitions per disk (for raw access) to 63.
|
||||||
Addresses: https://cygwin.com/ml/cygwin/2016-06/msg00136.html
|
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
|
Bug Fixes
|
||||||
---------
|
---------
|
||||||
|
@ -22,5 +19,8 @@ Bug Fixes
|
||||||
|
|
||||||
- Change blkcnt_t to signed type per POSIX.
|
- 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.
|
- Fix transposing invalid chars in Windows filenames on relative paths.
|
||||||
Addresses: https://cygwin.com/ml/cygwin/2016-07/msg00193.html
|
Addresses: https://cygwin.com/ml/cygwin/2016-07/msg00193.html
|
||||||
|
|
Loading…
Reference in New Issue