From: Yann Ylavic Date: Mon, 28 Dec 2015 12:28:54 +0000 (+0000) Subject: CHANGES: move entry to the right/effective version. X-Git-Tag: 2.4.19~335 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=9863264c9c9dc66cd52bbf5d168d724c36e978fa;p=apache 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 --- diff --git a/CHANGES b/CHANGES index 1acbfb2ad0..4f407e8806 100644 --- 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 , Yann Ylavic, William Rowe]