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:
Eric Blake 2016-07-14 13:26:29 -06:00
parent 863952f273
commit 7475b656f4
1 changed files with 3 additions and 3 deletions

View File

@ -10,9 +10,6 @@ What changed:
- 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
---------
@ -22,5 +19,8 @@ Bug Fixes
- 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