Commit 9a696638 authored by Justin Erenkrantz's avatar Justin Erenkrantz
Browse files

I think the fact that mod_cache now works reasonably better and has generated

a flood of trouble reports in my inbox should count as a regression!  I win!


git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/APACHE_2_0_BRANCH@105256 13f79535-47bb-0310-9956-ffa450edef68
parent abc487f2
Loading
Loading
Loading
Loading
+7 −2
Original line number Diff line number Diff line
APACHE 2.0 STATUS:                                              -*-text-*-
Last modified at [$Date: 2004/09/22 17:17:56 $]
Last modified at [$Date: 2004/09/22 18:19:35 $]

Release:

@@ -76,7 +76,7 @@ PATCHES TO BACKPORT FROM 2.1

    *) Another ap_rgetline_core fix.
       http://cvs.apache.org/viewcvs.cgi/httpd-2.0/server/protocol.c?r1=1.152&r2=1.153
       +1: jorton
       +1: jorton, jerenkrantz

    *) Fix the global mutex crash when the global mutex is never allocated
       due to disabled/empty caches.
@@ -313,6 +313,11 @@ PATCHES TO BACKPORT FROM 2.1
      which integrates the two rounds of changes)
      +1 concept: trawick, nd, stoddard

    * mod_expires: Allow mod_cache to properly cache Expire responses by making
      ExpiresFilter run before mod_cache's cache_save_filter.
      modules/metadata/mod_expires.c: r1.55
      +1: jerenkrantz

CURRENT RELEASE NOTES:

    * Backwards compatibility is expected of future Apache 2.0 releases,