stoddard 02/05/06 09:14:40
Modified: . STATUS
Log:
mod_mem_cache/mod_cache requires APR_HAS_ATOMIC_* feature macros.
Revision Changes Path
1.614 +4 -1 httpd-2.0/STATUS
Index: STATUS
===================================================================
RCS file: /home/cvs/httpd-2.0/STATUS,v
retrieving revision 1.613
retrieving revision 1.614
diff -u -r1.613 -r1.614
--- STATUS 6 May 2002 15:31:40 -0000 1.613
+++ STATUS 6 May 2002 16:14:39 -0000 1.614
@@ -1,5 +1,5 @@
APACHE 2.0 STATUS: -*-text-*-
-Last modified at [$Date: 2002/05/06 15:31:40 $]
+Last modified at [$Date: 2002/05/06 16:14:39 $]
Release:
@@ -395,6 +395,9 @@
See RFC2616 section 14.9.1
* mod_cache: CacheEnable/CacheDisable should accept regular expressions.
+
+ * mod_cache: Fix dependency on ATOMIC operators. Need
+ APR_HAS_ATOMIC_* feature macros.
* mod_disk_cache: Implement garbage collection
|