]> git.ipfire.org Git - thirdparty/apache/httpd.git/commitdiff
detabify
authorBill Stoddard <stoddard@apache.org>
Fri, 1 Oct 2004 15:16:49 +0000 (15:16 +0000)
committerBill Stoddard <stoddard@apache.org>
Fri, 1 Oct 2004 15:16:49 +0000 (15:16 +0000)
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/APACHE_2_0_BRANCH@105360 13f79535-47bb-0310-9956-ffa450edef68

STATUS

diff --git a/STATUS b/STATUS
index 9bb879d4ed059b3f6ee69c9e36da1e6f64342c31..29864116ac5d0a0c3ea7e35a29da91f53fd011a0 100644 (file)
--- a/STATUS
+++ b/STATUS
@@ -1,5 +1,5 @@
 APACHE 2.0 STATUS:                                              -*-text-*-
-Last modified at [$Date: 2004/10/01 15:07:49 $]
+Last modified at [$Date: 2004/10/01 15:16:49 $]
 
 Release:
 
@@ -101,11 +101,11 @@ PATCHES TO BACKPORT FROM 2.1
        teaching mod_cache's cache_select_url and cache_save_filter how to deal with
        this corner case.
         modules/experimental/cache_storage.c?r1=1.39&r2=1.40
-       modules/experimental/cache_util.c?r1=1.34&r2=1.35
-       modules/experimental/mod_cache.c?r1=1.91&r2=1.92
-       modules/experimental/mod_cache.h?r1=1.50&r2=1.51
-       modules/experimental/mod_disk_cache.c?r1=1.64&r2=1.65
-       modules/experimental/mod_mem_cache.c?r1=1.117&r2=1.118
+        modules/experimental/cache_util.c?r1=1.34&r2=1.35
+        modules/experimental/mod_cache.c?r1=1.91&r2=1.92
+        modules/experimental/mod_cache.h?r1=1.50&r2=1.51
+        modules/experimental/mod_disk_cache.c?r1=1.64&r2=1.65
+        modules/experimental/mod_mem_cache.c?r1=1.117&r2=1.118
        +1: stoddard
 
     *) mod_rewrite: Fix 0 bytes write into random memory position. PR 31036.