Commit ccbd9147 authored by Yann Ylavic's avatar Yann Ylavic
Browse files

CHANGES: move entry to the right/effective version.

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
parent 60ca8a6d
Loading
Loading
Loading
Loading
+3 −3
Original line number Diff line number Diff line
@@ -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]