From: Ruediger Pluem Date: Sun, 2 Nov 2008 19:43:51 +0000 (+0000) Subject: * r708902 fixes PR39774 and thus is worth a CHANGES entry. X-Git-Tag: 2.3.0~163 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=0225dbe85958cf2e280c89cc6bf7c2979f8e1f73;p=thirdparty%2Fapache%2Fhttpd.git * r708902 fixes PR39774 and thus is worth a CHANGES entry. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@709914 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/CHANGES b/CHANGES index 184c7b5d78f..26fdec5ca90 100644 --- 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]