From: Jim Jagielski Date: Wed, 14 Jan 2015 13:30:31 +0000 (+0000) Subject: backported X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=fbfb969475b92bfb20291112bcb0dfc56c68dbf1;p=thirdparty%2Fapache%2Fhttpd.git backported git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1651664 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/CHANGES b/CHANGES index e495e5145db..927171156e7 100644 --- 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 ] - *) 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 ]