diff options
author | Ulrich Drepper <drepper@gmail.com> | 2011-03-20 08:14:30 -0400 |
---|---|---|
committer | Ulrich Drepper <drepper@gmail.com> | 2011-03-20 08:14:30 -0400 |
commit | 2a1156010784332cbe4bf033ccedb19f52e56a75 (patch) | |
tree | 120bbcd9eb4077a6adcbd871dae448658c31d5d6 /NEWS | |
parent | 042c49c681ca671215849a3788595b7eba90ffd0 (diff) | |
download | glibc-2a1156010784332cbe4bf033ccedb19f52e56a75.tar.gz glibc-2a1156010784332cbe4bf033ccedb19f52e56a75.tar.xz glibc-2a1156010784332cbe4bf033ccedb19f52e56a75.zip |
Implement x86 cpuid handling of leaf4 for cache information.
Diffstat (limited to 'NEWS')
-rw-r--r-- | NEWS | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/NEWS b/NEWS index 7ca9123633..0bf33f528a 100644 --- a/NEWS +++ b/NEWS @@ -1,4 +1,4 @@ -GNU C Library NEWS -- history of user-visible changes. 2011-3-18 +GNU C Library NEWS -- history of user-visible changes. 2011-3-20 Copyright (C) 1992-2009, 2010, 2011 Free Software Foundation, Inc. See the end for copying conditions. @@ -9,7 +9,7 @@ Version 2.14 * The following bugs are resolved with this release: - 11724, 12445, 12454, 12460, 12469, 12489, 12509, 12510, 12583 + 11724, 12445, 12454, 12460, 12469, 12489, 12509, 12510, 12583, 12587 Version 2.13 |