]> git.ipfire.org Git - thirdparty/apache/httpd.git/commitdiff
* r708902 fixes PR39774 and thus is worth a CHANGES entry.
authorRuediger Pluem <rpluem@apache.org>
Sun, 2 Nov 2008 19:43:51 +0000 (19:43 +0000)
committerRuediger Pluem <rpluem@apache.org>
Sun, 2 Nov 2008 19:43:51 +0000 (19:43 +0000)
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@709914 13f79535-47bb-0310-9956-ffa450edef68

CHANGES

diff --git a/CHANGES b/CHANGES
index 184c7b5d78fd303632273cd5aa8aaa8079bc066d..26fdec5ca902bd41828bbe42a38959c15f748ada 100644 (file)
--- a/CHANGES
+++ b/CHANGES
@@ -2,6 +2,9 @@
 Changes with Apache 2.3.0
 [ When backported to 2.2.x, remove entry from this file ]
 
+  *) mod_expires: Do not sets negative max-age / Expires header in the past.
+     PR 39774 [Jim Jagielski]
+
   *) authn/z: Remove mod_authn_default and mod_authz_default.
      [Chris Darroch]