diff options
author | Joseph Myers <joseph@codesourcery.com> | 2013-05-09 21:30:08 +0000 |
---|---|---|
committer | Joseph Myers <joseph@codesourcery.com> | 2013-05-09 21:30:08 +0000 |
commit | ed41ffefc3f947f14d565ea8d239ff2d31f6a7fe (patch) | |
tree | 6a83a53b6d441694683731cf4c3568a37581e388 /NEWS | |
parent | d0213cd0b629cae95ed9607fcf26793a3a0d686c (diff) | |
download | glibc-ed41ffefc3f947f14d565ea8d239ff2d31f6a7fe.tar.gz glibc-ed41ffefc3f947f14d565ea8d239ff2d31f6a7fe.tar.xz glibc-ed41ffefc3f947f14d565ea8d239ff2d31f6a7fe.zip |
Fix ldbl-128ibm cos range reduction near pi/2 (bug 15359).
Diffstat (limited to 'NEWS')
-rw-r--r-- | NEWS | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/NEWS b/NEWS index 70e7ecf669..74124949a8 100644 --- a/NEWS +++ b/NEWS @@ -15,8 +15,8 @@ Version 2.18 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, 15418, 15419, 15423, 15426, 15429. + 15336, 15337, 15342, 15346, 15359, 15361, 15366, 15380, 15394, 15405, + 15406, 15409, 15416, 15418, 15419, 15423, 15426, 15429. * CVE-2013-0242 Buffer overrun in regexp matcher has been fixed (Bugzilla #15078). |