From: Christophe Jaillet Date: Wed, 4 Nov 2015 06:15:21 +0000 (+0000) Subject: Remove backported items X-Git-Tag: 2.5.0-alpha~2663 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=0d598d26f3c38e0ddcfef0512342fe1a2e529338;p=thirdparty%2Fapache%2Fhttpd.git Remove backported items git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1712474 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/CHANGES b/CHANGES index ad21b988786..3a0ec4ed58c 100644 --- a/CHANGES +++ b/CHANGES @@ -4,21 +4,12 @@ Changes with Apache 2.5.0 *) mod_ssl: For the "SSLStaplingReturnResponderErrors off" case, make sure to only staple responses with certificate status "good". [Kaspar Brand] - *) core: Fix scoreboard crash (SIGBUS) on hardware requiring strict 64bit - alignment (SPARC64, PPC64). [Yann Ylavic] - *) mod_http2: new directives 'H2TLSWarmUpSize' and 'H2TLSCoolDownSecs' to control TLS record sizes during connection lifetime. - *) mod_cache: Accept HT (Horizontal Tab) when parsing cache related header - fields as described in RFC2616. [Christophe Jaillet] - *) htpasswd/htdigest: Disable support for bcrypt on EBCDIC platforms. apr-util's bcrypt implementation doesn't tolerate EBCDIC. - *) core: Make PR57785 REDIRECT_URL fix opt-in with directive - QualifyRedirectURL. [Eric Covener] - *) core: add ap_get_protocol_upgrades() to retrieve the list of protocols that a client could possibly upgrade to. Use in first request on a connection to announce protocol choices.