From 7475b656f4f88f51438e7a734f4bc47e6b780ac9 Mon Sep 17 00:00:00 2001 From: Eric Blake Date: Thu, 14 Jul 2016 13:26:29 -0600 Subject: [PATCH] Put previous doc in correct section SSIZE_MAX was a bug fix, not a huge change. Signed-off-by: Eric Blake --- winsup/cygwin/release/2.5.3 | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/winsup/cygwin/release/2.5.3 b/winsup/cygwin/release/2.5.3 index c97cd648d..0d6f34e68 100644 --- a/winsup/cygwin/release/2.5.3 +++ b/winsup/cygwin/release/2.5.3 @@ -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