summary refs log tree commit diff
diff options
context:
space:
mode:
authorUlrich Drepper <drepper@gmail.com>2011-12-23 11:01:46 -0500
committerUlrich Drepper <drepper@gmail.com>2011-12-23 11:01:46 -0500
commitaebefeee8fb62e2bbc5f4fa4f6345a2a3c8e857a (patch)
treeb2066a6847975d3f21bd0a92002eff8d1a11b112
parent94ba57acaae62cfd5e2dcbe61ec083bea7a42967 (diff)
downloadglibc-aebefeee8fb62e2bbc5f4fa4f6345a2a3c8e857a.tar.gz
glibc-aebefeee8fb62e2bbc5f4fa4f6345a2a3c8e857a.tar.xz
glibc-aebefeee8fb62e2bbc5f4fa4f6345a2a3c8e857a.zip
Add another BZ
-rw-r--r--ChangeLog1
-rw-r--r--NEWS14
2 files changed, 8 insertions, 7 deletions
diff --git a/ChangeLog b/ChangeLog
index 74b628c95e..b70fe1943c 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -92,6 +92,7 @@
 2011-11-18  Richard B. Kreckel  <kreckel@ginac.de>
 
 	[BZ #13305]
+	[BZ #12786]
 	* math/s_cacosh.c: Fix rare miscomputation in cacosh().
 	* math/s_cacoshf.c: Likewise.
 	* math/s_cacoshl.c: Likewise.
diff --git a/NEWS b/NEWS
index 554badbd47..55dba1bb79 100644
--- a/NEWS
+++ b/NEWS
@@ -9,13 +9,13 @@ Version 2.15
 
 * The following bugs are resolved with this release:
 
-  6779, 6783, 9696, 10103, 10709, 11589, 12403, 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
+  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.