rbb 99/08/31 14:57:39
Modified: src CHANGES
Log:
Update the CHANGES file to reflect the APR changes.
Revision Changes Path
1.7 +3 -0 apache-2.0/src/CHANGES
Index: CHANGES
===================================================================
RCS file: /home/cvs/apache-2.0/src/CHANGES,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -r1.6 -r1.7
--- CHANGES 1999/08/30 07:16:47 1.6
+++ CHANGES 1999/08/31 21:57:32 1.7
@@ -1,5 +1,8 @@
Changes with Apache 2.0-dev
+ *) Change all pools to APR contexts. This is the first step to
+ incorporating APR into Apache. [Ryan Bloom]
+
*) Move "handler not found" warning message to below the check
for a wildcard handler. [Dirk <[EMAIL PROTECTED]>, Roy Fielding]
PR#2584, PR#2751, PR#3349, PR#3436, PR#3548, PR#4384, PR#4795, PR#4807