summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJustin Erenkrantz <jerenkrantz@apache.org>2004-10-01 16:15:16 +0000
committerJustin Erenkrantz <jerenkrantz@apache.org>2004-10-01 16:15:16 +0000
commit5efab55412c66926fbceefc85394678ec87ef178 (patch)
treecb918270d3303ddf80ae7ee02b747e6f282371f8
parentd91c8e86b3a3b9a4fbd78c12f86f060c98effa1e (diff)
downloadhttpd-5efab55412c66926fbceefc85394678ec87ef178.tar.gz
"Five backports in search of an exit."
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/APACHE_2_0_BRANCH@105362 13f79535-47bb-0310-9956-ffa450edef68
-rw-r--r--STATUS25
1 files changed, 13 insertions, 12 deletions
diff --git a/STATUS b/STATUS
index 29864116ac..9e53b3d8ba 100644
--- a/STATUS
+++ b/STATUS
@@ -1,5 +1,5 @@
APACHE 2.0 STATUS: -*-text-*-
-Last modified at [$Date: 2004/10/01 15:16:49 $]
+Last modified at [$Date: 2004/10/01 16:15:16 $]
Release:
@@ -76,13 +76,14 @@ PATCHES TO BACKPORT FROM 2.1
identify exactly what the proposed changes are! ]
*) 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.64&r2=1.62
+ http://cvs.apache.org/viewcvs.cgi/httpd-2.0/support/apxs.in?r1=1.62&r2=1.64
PR: 31448
- +1: jorton
+ +1: jorton, jerenkrantz
*) Fix ap_save_brigade's handling of ENOTIMPL setaside functions.
http://cvs.apache.org/viewcvs.cgi/httpd-2.0/server/util_filter.c?r1=1.100&r2=1.101
PR: 31247
+ jerenkrantz comments: This needs the final patch posted to dev@httpd?
+1: jorton
*) Fix mod_disk_cache race conditions in storing the response body.
@@ -91,22 +92,22 @@ 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
+ +1: stoddard, jerenkrantz
- *) Do not store aborted content
- modules/experimental/mod_disk_cache.c?r1=1.63&r2=1.64
- +1: stoddard
+ *) Do not store aborted content. PR 21492.
+ modules/experimental/mod_disk_cache.c?r1=1.63&r2=1.64
+ +1: stoddard, jerenkrantz
- *) Try to correctly follow RFC 2616 13.3 on validating stale cache responses by
- teaching mod_cache's cache_select_url and cache_save_filter how to deal with
- this corner case.
+ *) Try to correctly follow RFC 2616 13.3 on validating stale cache
+ responses by 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
- +1: stoddard
+ +1: stoddard, jerenkrantz
*) mod_rewrite: Fix 0 bytes write into random memory position. PR 31036.
(2.0 + 1.3)
@@ -123,7 +124,7 @@ PATCHES TO BACKPORT FROM 2.1
Previously this would segfault or simply not match as expected,
depending on the platform.
modules/mappers/mod_rewrite.c: r1.260
- +1: trawick geoff
+ +1: trawick, geoff, jerenkrantz
*) mod_headers: Support {...}s tag for SSL variable lookup.
http://www.apache.org/~jorton/mod_headers-2.0-ssl.diff