From: Adhemerval Zanella Date: Mon, 20 May 2013 14:35:01 +0000 (-0500) Subject: PowerPC: update missing CL/NEWS bug reference X-Git-Tag: upstream/2.20~2047 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=68191c1d59d40b3d9f5babef4f37f265920ff565;p=platform%2Fupstream%2Flinaro-glibc.git PowerPC: update missing CL/NEWS bug reference Update ChangLog bugzilla number and NEWS for commit 13d3b41a36c4f28d171a144f8a9baad3a8835981 (PowerPC: fix hypot/hypotf check for -INF). --- diff --git a/ChangeLog b/ChangeLog index 67dfa33..a9c5813 100644 --- a/ChangeLog +++ b/ChangeLog @@ -276,6 +276,7 @@ 2013-05-17 Adhemerval Zanella + [BZ # 15497] * sysdeps/powerpc/fpu/e_hypot.c (GET_TWO_FLOAT_WORD): Fix test for negative infinity on POWER6 or lower. * sysdeps/powerpc/fpu/e_hypotf.c (GET_TWO_FLOAT_WORD): Likewise. diff --git a/NEWS b/NEWS index 230b304..8dd33b9 100644 --- a/NEWS +++ b/NEWS @@ -18,7 +18,7 @@ Version 2.18 15305, 15307, 15309, 15327, 15330, 15335, 15336, 15337, 15342, 15346, 15359, 15361, 15366, 15380, 15394, 15395, 15405, 15406, 15409, 15416, 15418, 15419, 15423, 15424, 15426, 15429, 15442, 15448, 15480, 15485, - 15488, 15490. + 15488, 15490, 15497. * CVE-2013-0242 Buffer overrun in regexp matcher has been fixed (Bugzilla #15078).