You are viewing a plain text version of this content. The canonical link for it is here.
Posted to cvs@httpd.apache.org by rp...@apache.org on 2008/11/02 20:43:51 UTC

svn commit: r709914 - /httpd/httpd/trunk/CHANGES

Author: rpluem
Date: Sun Nov  2 11:43:51 2008
New Revision: 709914

URL: http://svn.apache.org/viewvc?rev=709914&view=rev
Log:
* r708902 fixes PR39774 and thus is worth a CHANGES entry.

Modified:
    httpd/httpd/trunk/CHANGES

Modified: httpd/httpd/trunk/CHANGES
URL: http://svn.apache.org/viewvc/httpd/httpd/trunk/CHANGES?rev=709914&r1=709913&r2=709914&view=diff
==============================================================================
--- httpd/httpd/trunk/CHANGES [utf-8] (original)
+++ httpd/httpd/trunk/CHANGES [utf-8] Sun Nov  2 11:43:51 2008
@@ -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]