summaryrefslogtreecommitdiff
path: root/CHANGES
diff options
context:
space:
mode:
authorWilliam A. Rowe Jr <wrowe@apache.org>2019-03-20 19:59:33 +0000
committerWilliam A. Rowe Jr <wrowe@apache.org>2019-03-20 19:59:33 +0000
commit809c0940fac9d7f305e33c2d039b6ac3b54637c2 (patch)
treebcbfaecb62cb1b3a0686657e7d8523f3c2cf9f53 /CHANGES
parent28eefb2f48ccccb11a9e9983ba2d39a2f2c8fafa (diff)
downloadapr-809c0940fac9d7f305e33c2d039b6ac3b54637c2.tar.gz
User-facing behavior changes
git-svn-id: https://svn.apache.org/repos/asf/apr/apr/branches/1.7.x@1855941 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'CHANGES')
-rw-r--r--CHANGES5
1 files changed, 5 insertions, 0 deletions
diff --git a/CHANGES b/CHANGES
index 019f73775..9c6412cea 100644
--- a/CHANGES
+++ b/CHANGES
@@ -1,6 +1,11 @@
-*- coding: utf-8 -*-
Changes for APR 1.7.0
+ *) Test %ld vs. %lld to avoid compiler emits using APR_OFF_T_FMT, in the
+ case of apparently equivilant long and long long types. [William Rowe]
+
+ *) Recognize APPLE predefined macros as equivilant to DARWIN. [Jim Jagielski]
+
*) Signals: Allow handling of SIGUSR2 in apr_signal_thread. [Yann Ylavic]
*) Atomics: Support for 64bit ints. [Jim Jagielski]