about summary refs log tree commit diff
diff options
context:
space:
mode:
authorAllan McRae <allan@archlinux.org>2013-05-03 11:14:43 +1000
committerAllan McRae <allan@archlinux.org>2013-05-03 11:14:43 +1000
commitbb5f27adcae1ae05ce61139d058ac88813ef410b (patch)
treebb17b5c90e815b214866e8735e26e2d41a0207e5
parentd422395e31d275b05e2f5a4908e1e1d2113031bf (diff)
downloadglibc-bb5f27adcae1ae05ce61139d058ac88813ef410b.tar.gz
glibc-bb5f27adcae1ae05ce61139d058ac88813ef410b.tar.xz
glibc-bb5f27adcae1ae05ce61139d058ac88813ef410b.zip
Add bug 14952 to ChangeLog and NEWS
Fixed with commit 0695940b.
-rw-r--r--ChangeLog1
-rw-r--r--NEWS11
2 files changed, 7 insertions, 5 deletions
diff --git a/ChangeLog b/ChangeLog
index bf36f18855..a29f658d84 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -12,6 +12,7 @@
 
 2013-05-01  Richard Smith  <richard@metafoo.co.uk>
 
+	[BZ #14952]
 	* misc/sys/cdefs.h (__extern_inline, __extern_always_inline)
 	[__GNUC__ && (__GNUC_STDC_INLINE__ || __GNUC_GNU_INLINE__)]:
 	Use __attribute__ ((__gnu_inline__)).
diff --git a/NEWS b/NEWS
index 505c716b27..ce654c1e5c 100644
--- a/NEWS
+++ b/NEWS
@@ -11,11 +11,12 @@ Version 2.18
 
   10060, 10062, 10357, 11120, 11561, 12723, 13550, 13889, 13951, 13988,
   14142, 14176, 14200, 14280, 14293, 14317, 14327, 14478, 14496, 14686,
-  14812, 14888, 14920, 14964, 14981, 14982, 14985, 14994, 14996, 15003,
-  15006, 15007, 15020, 15023, 15036, 15054, 15055, 15062, 15078, 15084,
-  15085, 15086, 15160, 15214, 15221, 15232, 15234, 15283, 15285, 15287,
-  15304, 15305, 15307, 15309, 15327, 15330, 15335, 15336, 15337, 15342,
-  15346, 15361, 15366, 15380, 15394, 15405, 15406, 15409, 15416, 15423.
+  14812, 14888, 14920, 14952, 14964, 14981, 14982, 14985, 14994, 14996,
+  15003, 15006, 15007, 15020, 15023, 15036, 15054, 15055, 15062, 15078,
+  15084, 15085, 15086, 15160, 15214, 15221, 15232, 15234, 15283, 15285,
+  15287, 15304, 15305, 15307, 15309, 15327, 15330, 15335, 15336, 15337,
+  15342, 15346, 15361, 15366, 15380, 15394, 15405, 15406, 15409, 15416,
+  15423.
 
 * CVE-2013-0242 Buffer overrun in regexp matcher has been fixed (Bugzilla
   #15078).