29 lines
1.1 KiB
Diff
29 lines
1.1 KiB
Diff
From fdf58ebc60ce0eb459fd616241b52872b3571ac1 Mon Sep 17 00:00:00 2001
|
||
From: Joseph Myers <joseph@codesourcery.com>
|
||
Date: Sat, 30 Sep 2017 00:48:07 +0000
|
||
Subject: [PATCH 43] Add missing bug fixes to list in NEWS file.
|
||
|
||
---
|
||
NEWS | 4 ++++
|
||
1 file changed, 4 insertions(+)
|
||
|
||
diff --git a/NEWS b/NEWS
|
||
index 48e2064380..8e468c0369 100644
|
||
--- a/NEWS
|
||
+++ b/NEWS
|
||
@@ -28,9 +28,13 @@ The following bugs are resolved with this release:
|
||
[21932] Unpaired __resolv_context_get in generic get*_r implementation
|
||
[21941] powerpc: Restrict xssqrtqp operands to Vector Registers
|
||
[21972] assert macro requires operator== (int) for its argument type
|
||
+ [21982] string: stratcliff.c: error: assuming signed overflow does not
|
||
+ occur with -O3
|
||
+ [22051] libc: zero terminator in the middle of glibc's .eh_frame
|
||
[22095] resolv: Fix memory leak with OOM during resolv.conf parsing
|
||
[22096] resolv: __resolv_conf_attach must not free passed conf object
|
||
[22146] Let fpclassify use the builtin when optimizing for size in C++ mode
|
||
+ [22225] math: nearbyint arithmetic moved before feholdexcept
|
||
|
||
Version 2.26
|
||
|
||
|