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 2006/12/20 03:04:53 UTC

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

Author: jim
Date: Tue Dec 19 18:04:52 2006
New Revision: 488884

URL: http://svn.apache.org/viewvc?view=rev&rev=488884
Log:
Sync with 2.2.4

Modified:
    httpd/httpd/trunk/CHANGES

Modified: httpd/httpd/trunk/CHANGES
URL: http://svn.apache.org/viewvc/httpd/httpd/trunk/CHANGES?view=diff&rev=488884&r1=488883&r2=488884
==============================================================================
--- httpd/httpd/trunk/CHANGES [utf-8] (original)
+++ httpd/httpd/trunk/CHANGES [utf-8] Tue Dec 19 18:04:52 2006
@@ -2,9 +2,6 @@
 Changes with Apache 2.3.0
   [Remove entries to the current 2.0 and 2.2 section below, when backported]
 
-  *) core: Fix NONBLOCK status of listening sockets on restart/graceful
-     [Darius Davis <darius-abz free-range.com.au>]
-
   *) mod_proxy_http: Handle request bodies larger than 2 GB by converting
      the Content-Length header of the request correctly. PR 40883.
      [Ruediger Pluem, toadie <toadie643 gmail.com>]
@@ -232,6 +229,9 @@
      [Martin Kraemer, David Reid]
 
 Changes with Apache 2.2.4
+
+  *) core: Fix NONBLOCK status of listening sockets on restart/graceful
+     PR 37680.  [Darius Davis <darius-abz free-range.com.au>]
 
   *) mod_deflate: Rework inflate output and deflate output filter to fix several
      issues: Incorrect handling of flush buckets, potential memory leaks,