From: Wilco Date: Tue, 24 Jun 2014 15:40:29 +0000 (+0000) Subject: Add bug 16918 to NEWS. X-Git-Tag: glibc-2.20~249 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=c0a4ed7799372c606c5b9aa0d4d84e3867fd09a5;p=thirdparty%2Fglibc.git Add bug 16918 to NEWS. --- diff --git a/ChangeLog b/ChangeLog index c05fe2db308..e60ef7e2370 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,7 @@ +2014-06-24 Wilco + + * NEWS: Add 16918 to fixed bug list. + 2014-06-24 Wilco * sysdeps/arm/fesetenv.c (fesetenv): Optimize implementation. diff --git a/NEWS b/NEWS index 140f84ad6ac..40c4e571800 100644 --- a/NEWS +++ b/NEWS @@ -18,9 +18,10 @@ Version 2.20 16724, 16731, 16739, 16740, 16743, 16754, 16758, 16759, 16760, 16770, 16786, 16789, 16791, 16796, 16799, 16800, 16815, 16823, 16824, 16831, 16838, 16849, 16854, 16876, 16877, 16878, 16882, 16885, 16888, 16890, - 16912, 16915, 16916, 16917, 16922, 16927, 16928, 16932, 16943, 16958, - 16965, 16966, 16967, 16977, 16978, 16984, 16990, 16996, 17009, 17022, - 17031, 17042, 17048, 17050, 17058, 17061, 17062, 17069, 17075, 17079. + 16912, 16915, 16916, 16917, 16918, 16922, 16927, 16928, 16932, 16943, + 16958, 16965, 16966, 16967, 16977, 16978, 16984, 16990, 16996, 17009, + 17022, 17031, 17042, 17048, 17050, 17058, 17061, 17062, 17069, 17075, + 17079. * Optimized strchr implementation for AArch64. Contributed by ARM Ltd.