summaryrefslogtreecommitdiff
path: root/CHANGES
diff options
context:
space:
mode:
authorbojan <bojan@13f79535-47bb-0310-9956-ffa450edef68>2009-09-01 06:49:07 +0000
committerbojan <bojan@13f79535-47bb-0310-9956-ffa450edef68>2009-09-01 06:49:07 +0000
commit27405c490f3ca2f98028978c44f818c0df7f0ab1 (patch)
tree07537138e4e780a127b606407e8fc7e5bec28c3f /CHANGES
parent7eadc0a6fafb8cf0c79c65e4503add8d8f29cce7 (diff)
downloadlibapr-27405c490f3ca2f98028978c44f818c0df7f0ab1.tar.gz
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/trunk@809854 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 0c498d015..5e0923e0f 100644
--- a/CHANGES
+++ b/CHANGES
@@ -5,9 +5,9 @@ Changes for APR 2.0.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]
*) Make sure that "make check" is used in the RPM spec file, so that
the crypto, dbd and dbm tests pass. [Graham Leggett]