chuck 97/04/04 22:09:53
Modified: src CHANGES
Log:
Note Brian Moore's patch.
Revision Changes Path
1.220 +2 -0 apache/src/CHANGES
Index: CHANGES
===================================================================
RCS file: /export/home/cvs/apache/src/CHANGES,v
retrieving revision 1.219
retrieving revision 1.220
diff -C3 -r1.219 -r1.220
*** CHANGES 1997/04/01 06:17:51 1.219
--- CHANGES 1997/04/05 06:09:51 1.220
***************
*** 1,5 ****
--- 1,7 ----
Changes with Apache 1.2b8
+ *) Fix loopholes in proxy cache expiry vis a vis alarms. [Brian Moore]
+
*) Stopgap solution for CGI 3-second delay with server-side includes: if
processing a subrequest, allocate memory from r->main->pool instead
of r->pool so that we can avoid waiting for free_proc_chain to cleanup