]> granicus.if.org Git - apache/commitdiff
backported
authorJim Jagielski <jim@apache.org>
Wed, 14 Jan 2015 13:31:57 +0000 (13:31 +0000)
committerJim Jagielski <jim@apache.org>
Wed, 14 Jan 2015 13:31:57 +0000 (13:31 +0000)
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1651666 13f79535-47bb-0310-9956-ffa450edef68

CHANGES

diff --git a/CHANGES b/CHANGES
index 927171156e75ffdb27c846c89127cfbb9e5c4970..4524b7683b31a5ae5279a1ea3b584e6857fb5259 100644 (file)
--- a/CHANGES
+++ b/CHANGES
@@ -16,21 +16,6 @@ Changes with Apache 2.5.0
      as a symbol ref while "strict refs"'. PR 56329.
      [Holger Mauermann <mauermann gmail.com>]
 
-  *) core: Configuration files with long lines and continuation characters
-     are not read properly. PR 55910. [Manuel Mausz <manuel-as mausz.at>]
-
-  *) mod_proxy_fcgi: Provide some basic alternate options for specifying 
-     how PATH_INFO is passed to FastCGI backends by adding significance to
-     the value of proxy-fcgi-pathinfo. PR 55329. [Eric Covener]
-  *) mod_proxy_fcgi: Enable UDS backends configured with SetHandler/RewriteRule
-     to opt-in to connection reuse and other Proxy options via explicitly
-     declared "proxy workers" (<Proxy unix:... enablereuse=on max=...) 
-     [Eric Covener]
-
-  *) mod_proxy: Add "enablereuse" option as the inverse of "disablereuse".
-     [Eric Covener]
-
   *) mod_proxy_fcgi: Enable opt-in to TCP connection reuse by explicitly
      setting proxy option disablereuse=off. [Eric Covener] PR 57378.