summaryrefslogtreecommitdiff
path: root/CHANGES
diff options
context:
space:
mode:
Diffstat (limited to 'CHANGES')
-rw-r--r--CHANGES5
1 files changed, 3 insertions, 2 deletions
diff --git a/CHANGES b/CHANGES
index 7059b653d..f23a5957d 100644
--- a/CHANGES
+++ b/CHANGES
@@ -6,8 +6,9 @@ Changes for APR 1.7.1
(This issue was addressed as CVE-2017-12613 in APR 1.6.3 and
later 1.6.x releases, but was missing in 1.7.0.) [Stefan Sperling]
- *) configure: Fix configure for compilers which don't accept implicit
- "int". PR 66396. [Florian Weimer <fweimer redhat.com>]
+ *) configure: Fix various build issues for compilers enforcing
+ strict C99 compliance. PR 66396, 66408.
+ [Florian Weimer <fweimer redhat.com>, Sam James <sam gentoo.org>]
*) apr_atomic_read64(): Fix non-atomic read on 32-bit Windows [Ivan Zhakov]