You are viewing a plain text version of this content. The canonical link for it is here.
Posted to cvs@httpd.apache.org by ji...@apache.org on 2011/02/10 16:30:00 UTC

svn commit: r1069429 - /httpd/httpd/branches/2.2.x/CHANGES

Author: jim
Date: Thu Feb 10 15:29:59 2011
New Revision: 1069429

URL: http://svn.apache.org/viewvc?rev=1069429&view=rev
Log:
remove copy

Modified:
    httpd/httpd/branches/2.2.x/CHANGES

Modified: httpd/httpd/branches/2.2.x/CHANGES
URL: http://svn.apache.org/viewvc/httpd/httpd/branches/2.2.x/CHANGES?rev=1069429&r1=1069428&r2=1069429&view=diff
==============================================================================
--- httpd/httpd/branches/2.2.x/CHANGES [utf-8] (original)
+++ httpd/httpd/branches/2.2.x/CHANGES [utf-8] Thu Feb 10 15:29:59 2011
@@ -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]