diff options
author | Corinna Vinschen <corinna@vinschen.de> | 2018-04-11 12:46:18 +0200 |
---|---|---|
committer | Corinna Vinschen <corinna@vinschen.de> | 2018-04-11 12:46:18 +0200 |
commit | 5d99256613ccbdf4dfe7ea5f01d11f0bc4775326 (patch) | |
tree | 37e8b2a602ba877a396c860d82b15632d6084784 /winsup/cygwin | |
parent | cef1070bcbd2b484c5b149e2a7f80d3aa2943467 (diff) | |
download | newlib-5d99256613ccbdf4dfe7ea5f01d11f0bc4775326.zip newlib-5d99256613ccbdf4dfe7ea5f01d11f0bc4775326.tar.gz newlib-5d99256613ccbdf4dfe7ea5f01d11f0bc4775326.tar.bz2 |
Cygwin: add cuinof changes to release text
Signed-off-by: Corinna Vinschen <corinna@vinschen.de>
Diffstat (limited to 'winsup/cygwin')
-rw-r--r-- | winsup/cygwin/release/2.10.1 | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/winsup/cygwin/release/2.10.1 b/winsup/cygwin/release/2.10.1 index 1b7adcb..af7c83d 100644 --- a/winsup/cygwin/release/2.10.1 +++ b/winsup/cygwin/release/2.10.1 @@ -7,6 +7,8 @@ What changed: - SO_RCVTIMEO and SO_SNDTIMEO socket options are now honored. +- /proc/cpuinfo now reports L3 cache size on Intel CPUs. + Bug Fixes --------- @@ -17,3 +19,6 @@ Bug Fixes - Fix a potential SIGFPE in strtod, if FE_INVALID exceptions are enabled. Addresses: https://cygwin.com/ml/cygwin/2018-04/msg00055.html + +- Fix a CPU affinity problem when creating /proc/cpuinfo output. + Addresses: https://cygwin.com/ml/cygwin/2018-04/msg00118.html |