summaryrefslogtreecommitdiff
path: root/CHANGES
diff options
context:
space:
mode:
authorfielding <fielding@13f79535-47bb-0310-9956-ffa450edef68>2001-05-01 04:52:03 +0000
committerfielding <fielding@13f79535-47bb-0310-9956-ffa450edef68>2001-05-01 04:52:03 +0000
commit1963ccbf2811605beb242cd402726398ace5dbbc (patch)
tree8b45361a0ca306557e906c80dd9976b039bbbf3c /CHANGES
parent6688c8fb007e92d16a7f6043e6d95a67caa46595 (diff)
downloadlibapr-1963ccbf2811605beb242cd402726398ace5dbbc.tar.gz
Add the test and build directories (when present) to the recursive
make process, being sure that they are run last. This may not be a good idea if the test programs are not as portable as APR itself. git-svn-id: http://svn.apache.org/repos/asf/apr/apr/trunk@61574 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'CHANGES')
-rw-r--r--CHANGES3
1 files changed, 3 insertions, 0 deletions
diff --git a/CHANGES b/CHANGES
index 6110dabc4..aa6549dbe 100644
--- a/CHANGES
+++ b/CHANGES
@@ -1,5 +1,8 @@
Changes with APR b1
+ *) Add the test and build directories (when present) to the recursive
+ make process, being sure that they are run last. [Roy Fielding]
+
*) Make the apr_mmap_create() function use the native_flags variable.
This allows us to actually create WRITEABLE MMAPs.
[Ed Korthof <ed@apache.org>]