Cygwin: Add release messages for previous two commits

Signed-off-by: Corinna Vinschen <corinna@vinschen.de>
This commit is contained in:
Corinna Vinschen 2016-05-31 16:37:53 +02:00
parent 5c759ab2f4
commit c496a068cf
1 changed files with 6 additions and 0 deletions

View File

@ -17,3 +17,9 @@ Bug Fixes
- Allow mmap to map regions > 4 Gigs on 64 bit.
Addresses: https://cygwin.com/ml/cygwin/2016-05/msg00140.html
- Fix realpath(3) for incoming paths starting with long path prefixes.
Addresses: https://sourceware.org/ml/cygwin/2016-04/msg00281.html
- Fix a usage of INT_MAX (required limits.h) in math.h
Addresses: Report on #cygwin-developers