summaryrefslogtreecommitdiffstats
path: root/CHANGES
diff options
context:
space:
mode:
authorGraham Leggett <minfrin@apache.org>2011-02-11 21:12:39 +0100
committerGraham Leggett <minfrin@apache.org>2011-02-11 21:12:39 +0100
commitdd0370c5e216cda9fb28d33b685cda1988bcd30c (patch)
treeecf7cb45f852a38e35947f072bd6ae41aa0fdad1 /CHANGES
parent* Play safe if the notes table does not contain an SSL_connect_rv key. (diff)
downloadapache2-dd0370c5e216cda9fb28d33b685cda1988bcd30c.tar.xz
apache2-dd0370c5e216cda9fb28d33b685cda1988bcd30c.zip
mod_cache: Respect s-maxage as described by RFC2616 14.9.3, which must
take precedence if present. PR 35247. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1069942 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'CHANGES')
-rw-r--r--CHANGES5
1 files changed, 2 insertions, 3 deletions
diff --git a/CHANGES b/CHANGES
index fe9cc6ca29..5954bf10dc 100644
--- a/CHANGES
+++ b/CHANGES
@@ -2,9 +2,8 @@
Changes with Apache 2.3.11
- *) mod_ssl: Fix a possible startup failure if multiple SSL vhosts
- are configured with the same ServerName and private key file.
- [Masahiro Matsuya <mmatsuya redhat.com>, Joe Orton]
+ *) mod_cache: Respect s-maxage as described by RFC2616 14.9.3, which must
+ take precedence if present. PR 35247. [Graham Leggett]
*) mod_socache_dc: Make module compile by fixing some typos.
PR 50735 [Mark Montague <mark catseye.org>]