From: Jim Jagielski Date: Thu, 10 Feb 2011 15:29:59 +0000 (+0000) Subject: remove copy X-Git-Tag: 2.2.18~141 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=0ff46cc6866e7eeb82cbdceb6f9069293d2bb93c;p=thirdparty%2Fapache%2Fhttpd.git remove copy git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.2.x@1069429 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/CHANGES b/CHANGES index cb8fa910b7e..55cf53c8fbe 100644 --- a/CHANGES +++ b/CHANGES @@ -12,11 +12,6 @@ Changes with Apache 2.2.18 *) mod_autoindex: Merge IndexOptions from server to directory context when the directory has no mod_autoindex directives. PR 47766. [Eric Covener] - *) prefork: Update MPM state in children during a graceful restart. - Allow the HTTP connection handling loop to terminate early - during a graceful restart. PR 41743. - [Andrew Punch ] - *) mod_cache: Make sure that we never allow a 304 Not Modified response that we asked for to leak to the client should the 304 response be uncacheable. PR45341 [Graham Leggett]