This is the mail archive of the cygwin-cvs@cygwin.com mailing list for the Cygwin project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[newlib-cygwin] Put previous doc in correct section


https://sourceware.org/git/gitweb.cgi?p=newlib-cygwin.git;h=7475b656f4f88f51438e7a734f4bc47e6b780ac9

commit 7475b656f4f88f51438e7a734f4bc47e6b780ac9
Author: Eric Blake <eblake@redhat.com>
Date:   Thu Jul 14 13:26:29 2016 -0600

    Put previous doc in correct section
    
    SSIZE_MAX was a bug fix, not a huge change.
    
    Signed-off-by: Eric Blake <eblake@redhat.com>

Diff:
---
 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 c97cd64..0d6f34e 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


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]