summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorEric Blake <eblake@redhat.com>2016-07-14 13:26:29 -0600
committerEric Blake <eblake@redhat.com>2016-07-14 13:26:29 -0600
commit7475b656f4f88f51438e7a734f4bc47e6b780ac9 (patch)
tree4667a7e0ca15600d6aca3b70983bc9f3fa0e4bfc
parent863952f273f443bc210e1e5329a5527a6034e8b0 (diff)
downloadcygnal-7475b656f4f88f51438e7a734f4bc47e6b780ac9.tar.gz
cygnal-7475b656f4f88f51438e7a734f4bc47e6b780ac9.tar.bz2
cygnal-7475b656f4f88f51438e7a734f4bc47e6b780ac9.zip
Put previous doc in correct section
SSIZE_MAX was a bug fix, not a huge change. Signed-off-by: Eric Blake <eblake@redhat.com>
-rw-r--r--winsup/cygwin/release/2.5.36
1 files 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