diff options
author | Corinna Vinschen <corinna@vinschen.de> | 2016-03-26 20:38:30 +0100 |
---|---|---|
committer | Corinna Vinschen <corinna@vinschen.de> | 2016-03-26 20:38:30 +0100 |
commit | a0c477242996403344a0b3c46e6d4645a3fa672c (patch) | |
tree | c9462f035807fb62e61f9b36999f3b7109275ce2 | |
parent | 799fdda4d24ff3b4224fc95947413fbd570080df (diff) | |
download | cygnal-a0c477242996403344a0b3c46e6d4645a3fa672c.tar.gz cygnal-a0c477242996403344a0b3c46e6d4645a3fa672c.tar.bz2 cygnal-a0c477242996403344a0b3c46e6d4645a3fa672c.zip |
Add release text for 373f81d and 3e446e9
Signed-off-by: Corinna Vinschen <corinna@vinschen.de>
-rw-r--r-- | winsup/cygwin/release/2.5.0 | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/winsup/cygwin/release/2.5.0 b/winsup/cygwin/release/2.5.0 index eae808037..106bbd505 100644 --- a/winsup/cygwin/release/2.5.0 +++ b/winsup/cygwin/release/2.5.0 @@ -88,3 +88,9 @@ Bug Fixes - Only allow enabled groups from the user token's group list as primary token. Addresses: https://cygwin.com/ml/cygwin/2016-03/msg00477.html + +- Fix implementation of finitel. + Addresses: https://cygwin.com/ml/cygwin-apps/2016-03/msg00152.html + +- Fix strtold return value for +/-infinity. + Addresses: https://cygwin.com/ml/cygwin-apps/2016-03/msg00152.html |