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

CHANGES

diff --git a/CHANGES b/CHANGES
index e495e5145db0e4720fb9cdb5ae4e3033acca74e5..927171156e75ffdb27c846c89127cfbb9e5c4970 100644 (file)
--- a/CHANGES
+++ b/CHANGES
@@ -1,10 +1,6 @@
                                                          -*- coding: utf-8 -*-
 Changes with Apache 2.5.0
 
-  *) event: Update the internal "connection id" when requests
-     move from thread to thread. Reuse can confuse modules like
-     mod_cgid. PR 57435. [Michael Thorpe <mike gistnet.com>]
-
   *) mod_ssl: Add support for extracting subjectAltName entries of type
      rfc822Name and dNSName into SSL_{CLIENT,SERVER}_SAN_{Email,DNS}_n
      environment variables. Also addresses PR 57207. [Kaspar Brand]
@@ -38,9 +34,6 @@ Changes with Apache 2.5.0
   *) mod_proxy_fcgi: Enable opt-in to TCP connection reuse by explicitly
      setting proxy option disablereuse=off. [Eric Covener] PR 57378.
  
-  *) mod_proxy_fcgi: Remove proxy:balancer:// prefix from SCRIPT_FILENAME
-     passed to fastcgi backends. [Eric Covener]
-
   *) mod_http: Fix incorrect If-Match handling. PR 57358.
      [Kunihiko Sakamoto <ksakamoto google.com>]