summaryrefslogtreecommitdiff
path: root/CHANGES
diff options
context:
space:
mode:
authorbojan <bojan@13f79535-47bb-0310-9956-ffa450edef68>2009-09-01 07:12:44 +0000
committerbojan <bojan@13f79535-47bb-0310-9956-ffa450edef68>2009-09-01 07:12:44 +0000
commita546ccfad8068ddb16fcc71573c6c3758b2d6a6d (patch)
tree47f2e3c276d6a700f93d88f102db6fa421afff99 /CHANGES
parentc93beb0fd300abb9699c136d73519a62bded1e1f (diff)
downloadlibapr-a546ccfad8068ddb16fcc71573c6c3758b2d6a6d.tar.gz
Backport r809854 from the trunk.
Pass environment to children in testsock, testshm and testproc. Further fixes for PR 47590. git-svn-id: http://svn.apache.org/repos/asf/apr/apr/branches/1.4.x@809859 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'CHANGES')
-rw-r--r--CHANGES6
1 files changed, 3 insertions, 3 deletions
diff --git a/CHANGES b/CHANGES
index 302a0f652..9beb8f483 100644
--- a/CHANGES
+++ b/CHANGES
@@ -8,9 +8,9 @@ Changes for APR 1.4.0
Fix overflow in pools and rmm, where size alignment was taking place.
[Matt Lewis <mattlewis@google.com>, Sander Striker]
- *) Pass default environment to testflock, testoc and testpipe children,
- so that tests run when APR is compiled with Intel C Compiler.
- [Bojan Smojver]
+ *) Pass default environment to testflock, testoc, testpipe, testsock,
+ testshm and testproc children, so that tests run when APR is compiled
+ with Intel C Compiler. [Bojan Smojver]
*) More elaborate detection for dup3(), accept4() and epoll_create1().
[Chetan Reddy <chetanreddy gmail.com>, Bojan Smojver]