stoddard 2003/12/18 13:30:06
Modified: . Tag: APACHE_2_0_BRANCH STATUS
Log:
Port
Revision Changes Path
No revision
No revision
1.751.2.606 +6 -1 httpd-2.0/STATUS
Index: STATUS
===================================================================
RCS file: /home/cvs/httpd-2.0/STATUS,v
retrieving revision 1.751.2.605
retrieving revision 1.751.2.606
diff -u -r1.751.2.605 -r1.751.2.606
--- STATUS 17 Dec 2003 15:53:10 -0000 1.751.2.605
+++ STATUS 18 Dec 2003 21:30:06 -0000 1.751.2.606
@@ -66,6 +66,11 @@
[ please place file names and revisions from HEAD here, so it is easy to
identify exactly what the proposed changes are! ]
+ * Fix segfault in mod_mem_cache cache_insert() due to cache size
+ becoming negative. PR: 21285, 21287
+ http://cvs.apache.org/viewcvs.cgi/httpd-2.0/modules/experimental/mod_mem_cache.c?r1=1.99&r2=1.100
+ +1: stoddard
+
* Add a hook (insert_error_filter) to allow filters to re-insert
themselves during processing of error responses. Enable mod_expires
to use the new hook to include Expires headers in valid error
|