]> git.ipfire.org Git - thirdparty/apache/httpd.git/commitdiff
Just add some (non-essential) votes: tested pretty rigorously, we
authorJim Jagielski <jim@apache.org>
Sun, 10 Oct 2004 22:06:40 +0000 (22:06 +0000)
committerJim Jagielski <jim@apache.org>
Sun, 10 Oct 2004 22:06:40 +0000 (22:06 +0000)
need to fold these improvements into 2.0.

PR:
Obtained from:
Submitted by:
Reviewed by:

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/APACHE_2_0_BRANCH@105402 13f79535-47bb-0310-9956-ffa450edef68

STATUS

diff --git a/STATUS b/STATUS
index 8cde0919344b946f04dd0b800d4d305e8952051f..850409a5b4a543124e369fd9aa06396c9caf2e66 100644 (file)
--- a/STATUS
+++ b/STATUS
@@ -1,5 +1,5 @@
 APACHE 2.0 STATUS:                                              -*-text-*-
-Last modified at [$Date: 2004/10/10 22:02:46 $]
+Last modified at [$Date: 2004/10/10 22:06:40 $]
 
 Release:
 
@@ -93,13 +93,13 @@ PATCHES TO BACKPORT FROM 2.1
        is causing a potential problem with the LDAP shared memory cache.
          modules/ldap/util_ldap.c: 1.14
        PR 31431
-       +1: minfrin, bnicholes
+       +1: minfrin, bnicholes, jim
 
     *) mod_ldap: prevent the possiblity of an infinite loop in the LDAP
        statistics display.
          modules/ldap/util_ldap_cache_mgr.c: 1.11
        PR 29216
-       +1: minfrin, bnicholes
+       +1: minfrin, bnicholes, jim
 
     *) apxs: fix handling of -Wc/-Wl and "-o mod_foo.so".
          http://cvs.apache.org/viewcvs.cgi/httpd-2.0/support/apxs.in?r1=1.62&r2=1.64
@@ -114,11 +114,11 @@ PATCHES TO BACKPORT FROM 2.1
 
     *) Correctly store cache content type. PR 30278
          modules/experimental/mod_disk_cache.c?r1=1.62&r2=1.63
-       +1: stoddard, jerenkrantz, minfrin
+       +1: stoddard, jerenkrantz, minfrin, jim
 
     *) Do not store aborted content. PR 21492.
          modules/experimental/mod_disk_cache.c?r1=1.63&r2=1.64
-       +1: stoddard, jerenkrantz, minfrin
+       +1: stoddard, jerenkrantz, minfrin, jim
 
     *) Try to correctly follow RFC 2616 13.3 on validating stale cache
        responses by teaching mod_cache's cache_select_url and
@@ -129,13 +129,13 @@ PATCHES TO BACKPORT FROM 2.1
         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, jerenkrantz, minfrin
+       +1: stoddard, jerenkrantz, minfrin, jim
 
     *) mod_rewrite: Fix 0 bytes write into random memory position. PR 31036.
        (2.0 + 1.3)
          http://www.apache.org/~nd/dbmmap_1.3.patch
          http://www.apache.org/~nd/dbmmap_2.0.patch
-       +1: nd, trawick, jerenkrantz
+       +1: nd, trawick, jerenkrantz, jim
 
     *) mod_rewrite:Fix query string handling for proxied URLs. PR 14518.
        (2.0 + 1.3)