summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorbojan <bojan@13f79535-47bb-0310-9956-ffa450edef68>2009-08-02 00:07:01 +0000
committerbojan <bojan@13f79535-47bb-0310-9956-ffa450edef68>2009-08-02 00:07:01 +0000
commita6606a99f1b7ae3009cccc9120bbe8270f932273 (patch)
tree4d7ca0bde652f25a20daf6e6028429a998176185
parentc0a8bc8ee3a26d36e3b7fb4260dc50ebdf902c8b (diff)
downloadlibapr-a6606a99f1b7ae3009cccc9120bbe8270f932273.tar.gz
Improve change log for r799500.
git-svn-id: http://svn.apache.org/repos/asf/apr/apr/branches/1.4.x@799965 13f79535-47bb-0310-9956-ffa450edef68
-rw-r--r--CHANGES3
1 files changed, 2 insertions, 1 deletions
diff --git a/CHANGES b/CHANGES
index d853e68c4..28904ea98 100644
--- a/CHANGES
+++ b/CHANGES
@@ -1,7 +1,8 @@
-*- coding: utf-8 -*-
Changes for APR 1.4.0
- *) Pass default environment to testflock and testoc children.
+ *) Pass default environment to testflock and testoc children, so that
+ tests run when APR is compiled with Intel C Compiler.
[Bojan Smojver]
*) More elaborate detection for dup3(), accept4() and epoll_create1().