summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBill Stoddard <stoddard@apache.org>2004-09-24 13:11:35 +0000
committerBill Stoddard <stoddard@apache.org>2004-09-24 13:11:35 +0000
commit01e1a2e14a2492f8dd9be87e1a9676c8058b6838 (patch)
treebc84080d74782a561552d34e140a8e40c62c940c
parent06e576fd43c51ed7d25b6233ff8842e7af46c5f4 (diff)
downloadhttpd-01e1a2e14a2492f8dd9be87e1a9676c8058b6838.tar.gz
vote, port, update STATUS
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/APACHE_2_0_BRANCH@105285 13f79535-47bb-0310-9956-ffa450edef68
-rw-r--r--CHANGES3
-rw-r--r--STATUS14
2 files changed, 5 insertions, 12 deletions
diff --git a/CHANGES b/CHANGES
index 16015d05b1..1968c87b14 100644
--- a/CHANGES
+++ b/CHANGES
@@ -1,5 +1,8 @@
Changes with Apache 2.0.53
+ *) mod_disk_cache: Fix races in saving responses. [Justin Erenkrantz]
+
+ *) Fix Expires handling in mod_cache. [Justin Erenkrantz]
Changes with Apache 2.0.52
diff --git a/STATUS b/STATUS
index 157b795787..6728f8df45 100644
--- a/STATUS
+++ b/STATUS
@@ -1,5 +1,5 @@
APACHE 2.0 STATUS: -*-text-*-
-Last modified at [$Date: 2004/09/23 18:19:28 $]
+Last modified at [$Date: 2004/09/24 13:11:35 $]
Release:
@@ -75,19 +75,9 @@ PATCHES TO BACKPORT FROM 2.1
[ please place file names and revisions from HEAD here, so it is easy to
identify exactly what the proposed changes are! ]
- *) Fix Expires (freshness) handling in mod_cache
- http://cvs.apache.org/viewcvs.cgi/httpd-2.0/modules/experimental/
- cache_util.c?r1=1.33&r2=1.34
- mod_cache.h?r1=1.49&r2=1.50
- mod_cache.c?r1=1.89&r2=1.90
- mod_mem_cache.c?r1=1.116&r2=1.117
- mod_disk_cache.c?r1=1.60&r2=1.61
- cache_storage.c?r1=1.36&r2=1.37
- +1: stoddard, jerenkrantz, clar
-
*) Fix mod_disk_cache race conditions in storing the response body.
modules/experimental/mod_disk_cache.c: 1.61
- +1: jerenkrantz
+ +1: jerenkrantz, stoddard
*) Fix a segfault in the LDAP cache purge. PR 24801
modules/ldap/util_ldap_cache_mgr.c: 1.9, 1.10