]> git.ipfire.org Git - thirdparty/glibc.git/commitdiff
Add NEWS section for upcoming 2.15.1 release.
authorCarlos O'Donell <carlos_odonell@mentor.com>
Mon, 23 Apr 2012 13:14:44 +0000 (09:14 -0400)
committerCarlos O'Donell <carlos_odonell@mentor.com>
Mon, 23 Apr 2012 13:14:44 +0000 (09:14 -0400)
Leave bugs fixed section for 2.15 as-is.

Add newly fixed bugs to the 2.15.1 section.

NEWS

diff --git a/NEWS b/NEWS
index 45a2843d97c302c1c8473ec2b18457aa49167366..6f899b6af3e23bd6b6507d1d146ca6ce91050818 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -5,17 +5,23 @@ See the end for copying conditions.
 Please send GNU C library bug reports via <http://sources.redhat.com/bugzilla/>
 using `glibc' in the "product" field.
 \f
+Version 2.15.1
+
+* The following bugs are resolved with this release:
+
+  411, 13731, 13748
+
 Version 2.15
 
 * The following bugs are resolved with this release:
 
-  411, 6779, 6783, 9696, 10103, 10709, 11589, 12403, 12786, 12840, 12847,
-  12868, 12852, 12874, 12885, 12892, 12906, 12907, 12922, 12935, 12962,
-  13007, 13021, 13061, 13062, 13067, 13068, 13085, 13088, 13090, 13092,
-  13096, 13114, 13118, 13123, 13134, 13138, 13147, 13150, 13166, 13179,
-  13185, 13189, 13192, 13268, 13276, 13282, 13291, 13305, 13328, 13335,
-  13337, 13344, 13358, 13367, 13413, 13416, 13423, 13439, 13446, 13472,
-  13484, 13506, 13515, 13523, 13524, 13538, 13540, 13731, 13748
+  6779, 6783, 9696, 10103, 10709, 11589, 12403, 12786, 12840, 12847, 12868,
+  12852, 12874, 12885, 12892, 12906, 12907, 12922, 12935, 12962, 13007,
+  13021, 13061, 13062, 13067, 13068, 13085, 13088, 13090, 13092, 13096,
+  13114, 13118, 13123, 13134, 13138, 13147, 13150, 13166, 13179, 13185,
+  13189, 13192, 13268, 13276, 13282, 13291, 13305, 13328, 13335, 13337,
+  13344, 13358, 13367, 13413, 13416, 13423, 13439, 13446, 13472, 13484,
+  13506, 13515, 13523, 13524, 13538, 13540
 
 * New program pldd to list loaded object of a process
   Implemented by Ulrich Drepper.