From: Christophe Jaillet Date: Fri, 27 Feb 2015 06:39:15 +0000 (+0000) Subject: Remove some backported entries X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=2fb2dff3c3019bf50fee9d61ae3e756193c31ab8;p=thirdparty%2Fapache%2Fhttpd.git Remove some backported entries git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1662642 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/CHANGES b/CHANGES index be5f989895e..640bdf79b27 100644 --- a/CHANGES +++ b/CHANGES @@ -86,22 +86,9 @@ Changes with Apache 2.5.0 *) mod_socache_memcache: Pass expiration time through to memcached. PR 55445. [Faidon Liambotis , Joe Orton] - *) split-logfile: Fix perl error: 'Can't use string ("example.org:80") - as a symbol ref while "strict refs"'. PR 56329. - [Holger Mauermann ] - - *) mod_proxy_fcgi: Enable opt-in to TCP connection reuse by explicitly - setting proxy option disablereuse=off. [Eric Covener] PR 57378. - *) mod_http: Fix incorrect If-Match handling. PR 57358. [Kunihiko Sakamoto ] - *) mod_ssl: Fix renegotiation failures redirected to an ErrorDocument. - PR 57334. [Yann Ylavic]. - - *) core: Fix -D[efined] or [d] variables lifetime accross restarts. - PR 57328. [Armin Abfalterer , Yann Ylavic]. - *) mod_proxy_ajp: Fix client connection errors handling and logged status when it occurs. PR 56823. [Yann Ylavic] @@ -119,13 +106,6 @@ Changes with Apache 2.5.0 *) mod_authnz_ldap: Resolve crashes with LDAP authz and non-LDAP authn since r1608202. [Eric Covener] - *) core: Support custom ErrorDocuments for HTTP 501 and 414 status codes. - PR 57167 [Edward Lu ] - - *) mod_proxy_connect: Don't issue AH02447 on sockets hangups, let the read - determine whether it is a normal close or a real error. PR 57168. [Yann - Ylavic] - *) mod_buffer: Forward flushed input data immediatly and avoid (unlikely) access to freed memory. [Yann Ylavic, Christophe Jaillet] @@ -162,16 +142,6 @@ Changes with Apache 2.5.0 *) mod_authnz_ldap: Return LDAP connections to the pool before the handler is run, instead of waiting until the end of the request. [Eric Covener] - *) mod_ldap: Be more conservative with the last-used time for - LDAPConnectionPoolTTL. PR54587 [Eric Covener] - - *) mod_deflate: Don't fail when flushing inflated data to the user-agent - and that coincides with the end of stream ("Zlib error flushing inflate - buffer"). PR 56196. [Christoph Fausak ] - - *) mod_proxy: Don't limit the size of the connectable Unix Domain Socket - paths. [Christophe Jaillet, Yann Ylavic] - *) mod_ssl: dump SSL IO/state for the write side of the connection(s), like reads (level TRACE4). [Yann Ylavic]