]> git.ipfire.org Git - thirdparty/apache/httpd.git/commitdiff
Remove backported items
authorChristophe Jaillet <jailletc36@apache.org>
Wed, 4 Nov 2015 06:15:21 +0000 (06:15 +0000)
committerChristophe Jaillet <jailletc36@apache.org>
Wed, 4 Nov 2015 06:15:21 +0000 (06:15 +0000)
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1712474 13f79535-47bb-0310-9956-ffa450edef68

CHANGES

diff --git a/CHANGES b/CHANGES
index ad21b988786b83ae9fced7ee877023b5e18a47f8..3a0ec4ed58c76c8c32768eae9abe620b137cb5cf 100644 (file)
--- 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.