diff options
author | Chris Metcalf <cmetcalf@tilera.com> | 2013-10-01 15:35:12 -0400 |
---|---|---|
committer | Chris Metcalf <cmetcalf@tilera.com> | 2013-10-01 15:35:12 -0400 |
commit | c17fdf95b69e166a777083336f7204bf4f6da2fa (patch) | |
tree | 38a42900bd2eaa31976c633abd120f4277354e49 /NEWS | |
parent | b8123ef5b178a59bd72540276447077f51af2e93 (diff) | |
download | glibc-c17fdf95b69e166a777083336f7204bf4f6da2fa.tar.gz glibc-c17fdf95b69e166a777083336f7204bf4f6da2fa.tar.xz glibc-c17fdf95b69e166a777083336f7204bf4f6da2fa.zip |
Mention bug 15760 in NEWS (duplicate of 15988, just added to NEWS)
Diffstat (limited to 'NEWS')
-rw-r--r-- | NEWS | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/NEWS b/NEWS index 37b2a113ac..f77d809548 100644 --- a/NEWS +++ b/NEWS @@ -10,10 +10,10 @@ Version 2.19 * The following bugs are resolved with this release: 13985, 14155, 14547, 14699, 15048, 15400, 15427, 15522, 15531, 15532, - 15608, 15609, 15610, 15640, 15681, 15736, 15748, 15749, 15754, 15797, - 15844, 15849, 15855, 15856, 15857, 15859, 15867, 15886, 15887, 15890, - 15892, 15893, 15895, 15897, 15905, 15909, 15919, 15921, 15923, 15939, - 15963, 15966, 15988. + 15608, 15609, 15610, 15640, 15681, 15736, 15748, 15749, 15754, 15760, + 15797, 15844, 15849, 15855, 15856, 15857, 15859, 15867, 15886, 15887, + 15890, 15892, 15893, 15895, 15897, 15905, 15909, 15919, 15921, 15923, + 15939, 15963, 15966, 15988. * CVE-2012-4412 The strcoll implementation caches indices and rules for large collation sequences to optimize multiple passes. This cache |