]> granicus.if.org Git - apache/commitdiff
CHANGES: move entry to the right/effective version.
authorYann Ylavic <ylavic@apache.org>
Mon, 28 Dec 2015 12:28:54 +0000 (12:28 +0000)
committerYann Ylavic <ylavic@apache.org>
Mon, 28 Dec 2015 12:28:54 +0000 (12:28 +0000)
r1715014 somehow put it in 2.4.17, whereas it was really backported in 2.4.18.

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.4.x@1721907 13f79535-47bb-0310-9956-ffa450edef68

CHANGES

diff --git a/CHANGES b/CHANGES
index 1acbfb2ad05b8405db6ed3e3933a7e3d0099b5f7..4f407e8806089e48fd0614a429c60f056ba3624e 100644 (file)
--- a/CHANGES
+++ b/CHANGES
@@ -80,6 +80,9 @@ Changes with Apache 2.4.18
      Renegotiation is 403ed when a master connection is present. Exact reason
      is given additionally in a request note. [Stefan Eissing]
 
+  *) mod_ssl: Make the output filter more friendly with deferred write and
+     response pipelining. [Yann Ylavic, Joe Orton]
+
   *) core: Fix scoreboard crash (SIGBUS) on hardware requiring strict 64bit
      alignment (SPARC64, PPC64).  [Yann Ylavic]
 
@@ -106,9 +109,6 @@ Changes with Apache 2.4.17
      to avoid reusing it should the close be effective after some new request
      is ready to be sent.  [Yann Ylavic]
 
-  *) mod_ssl: Make the output filter more friendly with deferred write and
-     response pipelining. [Yann Ylavic, Joe Orton]
-
   *) mod_substitute: Allow to configure the patterns merge order with the new
      SubstituteInheritBefore on|off directive.  PR 57641
      [Marc.Stern <Marc.Stern approach.be>, Yann Ylavic, William Rowe]