]> git.ipfire.org Git - thirdparty/apache/httpd.git/commitdiff
remove copy
authorJim Jagielski <jim@apache.org>
Thu, 10 Feb 2011 15:29:59 +0000 (15:29 +0000)
committerJim Jagielski <jim@apache.org>
Thu, 10 Feb 2011 15:29:59 +0000 (15:29 +0000)
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.2.x@1069429 13f79535-47bb-0310-9956-ffa450edef68

CHANGES

diff --git a/CHANGES b/CHANGES
index cb8fa910b7ea01879e8e3b3d8714b1e67ee7b649..55cf53c8fbed091ca17a543e7d54f413b1c8db66 100644 (file)
--- 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 <andrew.punch 247realmedia.com>]
-
   *) 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]