]> git.ipfire.org Git - thirdparty/glibc.git/commitdiff
Add bug 18604 to the correct section
authorFlorian Weimer <fweimer@redhat.com>
Wed, 4 Nov 2015 16:48:40 +0000 (17:48 +0100)
committerFlorian Weimer <fweimer@redhat.com>
Wed, 4 Nov 2015 16:48:40 +0000 (17:48 +0100)
NEWS

diff --git a/NEWS b/NEWS
index 3e44f8c4b0adf4cbffc738029b332b680dd23717..048b94d223d1ea995dc0b5262734e9b0b75cbfa6 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -14,15 +14,15 @@ Version 2.23
   16399, 16415, 16422, 16517, 16519, 16520, 16521, 16620, 16734, 16973,
   16985, 17118, 17243, 17244, 17250, 17404, 17441, 17787, 17886, 17887,
   17905, 18084, 18086, 18240, 18265, 18370, 18421, 18480, 18525, 18595,
-  18589, 18610, 18611, 18618, 18647, 18661, 18674, 18675, 18681, 18699,
-  18724, 18743, 18757, 18778, 18781, 18787, 18789, 18790, 18795, 18796,
-  18803, 18820, 18823, 18824, 18825, 18857, 18863, 18870, 18872, 18873,
-  18875, 18887, 18918, 18921, 18928, 18951, 18952, 18953, 18956, 18961,
-  18966, 18967, 18969, 18970, 18977, 18980, 18981, 18982, 18985, 19003,
-  19007, 19012, 19016, 19018, 19032, 19046, 19048, 19049, 19050, 19059,
-  19071, 19074, 19076, 19077, 19078, 19079, 19085, 19086, 19088, 19094,
-  19095, 19124, 19125, 19129, 19134, 19137, 19156, 19174, 19181, 19189,
-  19201.
+  18589, 18604, 18610, 18611, 18618, 18647, 18661, 18674, 18675, 18681,
+  18699, 18724, 18743, 18757, 18778, 18781, 18787, 18789, 18790, 18795,
+  18796, 18803, 18820, 18823, 18824, 18825, 18857, 18863, 18870, 18872,
+  18873, 18875, 18887, 18918, 18921, 18928, 18951, 18952, 18953, 18956,
+  18961, 18966, 18967, 18969, 18970, 18977, 18980, 18981, 18982, 18985,
+  19003, 19007, 19012, 19016, 19018, 19032, 19046, 19048, 19049, 19050,
+  19059, 19071, 19074, 19076, 19077, 19078, 19079, 19085, 19086, 19088,
+  19094, 19095, 19124, 19125, 19129, 19134, 19137, 19156, 19174, 19181,
+  19189, 19201.
 
 * A defect in the malloc implementation, present since glibc 2.15 (2012) or
   glibc 2.10 via --enable-experimental-malloc (2009), could result in the
@@ -73,8 +73,8 @@ Version 2.22
   18512, 18513, 18519, 18520, 18522, 18527, 18528, 18529, 18530, 18532,
   18533, 18534, 18536, 18539, 18540, 18542, 18544, 18545, 18546, 18547,
   18549, 18553, 18557, 18558, 18569, 18583, 18585, 18586, 18592, 18593,
-  18594, 18602, 18604, 18612, 18613, 18619, 18633, 18635, 18641, 18643,
-  18648, 18657, 18676, 18694, 18696, 18887.
+  18594, 18602, 18612, 18613, 18619, 18633, 18635, 18641, 18643, 18648,
+  18657, 18676, 18694, 18696, 18887.
 
 * Cache information can be queried via sysconf() function on s390 e.g. with
   _SC_LEVEL1_ICACHE_SIZE as argument.