diff options
author | William A. Rowe Jr <wrowe@apache.org> | 2019-03-20 19:59:33 +0000 |
---|---|---|
committer | William A. Rowe Jr <wrowe@apache.org> | 2019-03-20 19:59:33 +0000 |
commit | 809c0940fac9d7f305e33c2d039b6ac3b54637c2 (patch) | |
tree | bcbfaecb62cb1b3a0686657e7d8523f3c2cf9f53 /CHANGES | |
parent | 28eefb2f48ccccb11a9e9983ba2d39a2f2c8fafa (diff) | |
download | apr-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-- | CHANGES | 5 |
1 files changed, 5 insertions, 0 deletions
@@ -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] |