summaryrefslogtreecommitdiff
path: root/CHANGES
diff options
context:
space:
mode:
authorWilliam A. Rowe Jr <wrowe@apache.org>2019-03-20 19:59:24 +0000
committerWilliam A. Rowe Jr <wrowe@apache.org>2019-03-20 19:59:24 +0000
commit06e0fdce4625ff5d56e0f7123a5d84d898059ddd (patch)
treed7162cd607cfd5a826b3db56a151e5037e818273 /CHANGES
parent5257dcadfe78e5b610be6c1da1fa20bc95b7bb6c (diff)
downloadapr-06e0fdce4625ff5d56e0f7123a5d84d898059ddd.tar.gz
User-facing behavior changes
git-svn-id: https://svn.apache.org/repos/asf/apr/apr/trunk@1855940 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 ea5316fdc..ef5817f3d 100644
--- a/CHANGES
+++ b/CHANGES
@@ -1,6 +1,11 @@
-*- coding: utf-8 -*-
Changes for APR 2.0.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]