diff options
author | Corinna Vinschen <corinna@vinschen.de> | 2018-08-17 11:49:21 +0200 |
---|---|---|
committer | Corinna Vinschen <corinna@vinschen.de> | 2018-08-17 11:49:24 +0200 |
commit | 76d17e68607800584ea9b194bfa5a1d9cfc3b1d6 (patch) | |
tree | 7fe06f931d6446b07e6aed034d5503fb351424d6 | |
parent | ed4d919c246468dbc4e71ffa1d736d8bbd01d763 (diff) | |
download | cygnal-76d17e68607800584ea9b194bfa5a1d9cfc3b1d6.tar.gz cygnal-76d17e68607800584ea9b194bfa5a1d9cfc3b1d6.tar.bz2 cygnal-76d17e68607800584ea9b194bfa5a1d9cfc3b1d6.zip |
Cygwin: Add missing items to release notes
Signed-off-by: Corinna Vinschen <corinna@vinschen.de>
-rw-r--r-- | winsup/cygwin/release/2.11.0 | 5 | ||||
-rw-r--r-- | winsup/doc/new-features.xml | 4 |
2 files changed, 9 insertions, 0 deletions
diff --git a/winsup/cygwin/release/2.11.0 b/winsup/cygwin/release/2.11.0 index 171b5d4d0..486716198 100644 --- a/winsup/cygwin/release/2.11.0 +++ b/winsup/cygwin/release/2.11.0 @@ -20,6 +20,8 @@ What changed: - Rename the --file option of setfacl(1) to --set-file, as on Linux. +- Support Unicode 10. + Bug Fixes --------- @@ -62,3 +64,6 @@ Bug Fixes - Fix fegetenv behaviour. Addresses: https://cygwin.com/ml/cygwin/2018-08/msg00000.html + +- Fix NaN handling in strtof/strtod/strtold. + Addresses: https://cygwin.com/ml/cygwin/2018-08/msg00150.html diff --git a/winsup/doc/new-features.xml b/winsup/doc/new-features.xml index 0107f75e2..48a17654c 100644 --- a/winsup/doc/new-features.xml +++ b/winsup/doc/new-features.xml @@ -34,6 +34,10 @@ Drop denormal-operand exception from FE_ALL_EXCEPT, as on Linux. Rename the --file option of setfacl(1) to --set-file, as on Linux. </para></listitem> +<listitem><para> +Support Unicode 10. +</para></listitem> + </itemizedlist> </sect2> |