summaryrefslogtreecommitdiff
path: root/CHANGES
diff options
context:
space:
mode:
authorjerenkrantz <jerenkrantz@13f79535-47bb-0310-9956-ffa450edef68>2004-07-31 22:36:03 +0000
committerjerenkrantz <jerenkrantz@13f79535-47bb-0310-9956-ffa450edef68>2004-07-31 22:36:03 +0000
commit2875d385587c4e9fd7752d849f4ae4ba78716e65 (patch)
tree45cb3c540f116bcbe9ab9ec53f5b20d0fbf11722 /CHANGES
parent2c4244f0f67edc1959e5355f9abf7071625cb237 (diff)
downloadlibapr-2875d385587c4e9fd7752d849f4ae4ba78716e65.tar.gz
Eliminate APR_STATUS_IS_SUCCESS macro.
Reviewed by (conceptually): Ryan, Greg, Fitz git-svn-id: http://svn.apache.org/repos/asf/apr/apr/trunk@65292 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'CHANGES')
-rw-r--r--CHANGES2
1 files changed, 2 insertions, 0 deletions
diff --git a/CHANGES b/CHANGES
index bfd23fb97..ff4b48166 100644
--- a/CHANGES
+++ b/CHANGES
@@ -12,6 +12,8 @@ Changes for APR 1.1 [Deferring these features when 1.0 is rolled out.]
Changes with APR 1.0
+ *) Remove APR_STATUS_IS_SUCCESS() macro. [Justin Erenkrantz]
+
*) apr_proc_create() on Unix: Remove unnecessary check for read
access to the working directory of the child process.
PR 30137. [Jeremy Chadwick <apache jdc.parodius.com>]