]> git.ipfire.org Git - thirdparty/apache/httpd.git/commitdiff
reflect the fact that Windows disable nagle has been backported to 2.0.46-dev
authorAllan K. Edwards <ake@apache.org>
Thu, 17 Apr 2003 21:32:27 +0000 (21:32 +0000)
committerAllan K. Edwards <ake@apache.org>
Thu, 17 Apr 2003 21:32:27 +0000 (21:32 +0000)
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@99424 13f79535-47bb-0310-9956-ffa450edef68

CHANGES

diff --git a/CHANGES b/CHANGES
index 9e796386ad7a9ee19cf128d737e2df5e17c97182..03a8eaed47ac3e9732be29b0c63898fbdd7f1615 100644 (file)
--- a/CHANGES
+++ b/CHANGES
@@ -6,11 +6,6 @@ Changes with Apache 2.1.0-dev
      on some platforms when mod_so was enabled by default, breaking 
      DSOs on AIX.  PR 19012  [Jeff Trawick]
 
-  *) Enable ap_sock_disable_nagle for Windows. This along with the  
-     addition of  APR_TCP_NODELAY_INHERITED to apr.hw will cause Nagle 
-     to be disabled for Windows.
-     [Allan Edwards]
-
   *) ssl_toolkit_compat.h and code fixes to build clean on SSLC.
      [William Rowe, Madhusudan Mathihalli]
 
@@ -163,6 +158,10 @@ Changes with Apache 2.1.0-dev
 
 Changes with Apache 2.0.46
 
+  *) Enable ap_sock_disable_nagle for Windows. This along with the  
+     addition of  APR_TCP_NODELAY_INHERITED to apr.hw will cause Nagle 
+     to be disabled for Windows. [Allan Edwards]
+
   *) Fix a build problem with passing unsupported --enable-layout
      args to apr and apr-util.  This broke binbuild.sh as well as
      user-specified layout parameters.  PR 18649 [Justin Erenkrantz,