From: Bill Stoddard Date: Fri, 24 Sep 2004 13:11:35 +0000 (+0000) Subject: vote, port, update STATUS X-Git-Tag: 2.0.53~261 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=01e1a2e14a2492f8dd9be87e1a9676c8058b6838;p=thirdparty%2Fapache%2Fhttpd.git 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 --- diff --git a/CHANGES b/CHANGES index 16015d05b10..1968c87b144 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 157b795787b..6728f8df454 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