]> granicus.if.org Git - apache/commitdiff
CHANGES: remove backported items
authorLuca Toscano <elukey@apache.org>
Tue, 26 Sep 2017 13:28:31 +0000 (13:28 +0000)
committerLuca Toscano <elukey@apache.org>
Tue, 26 Sep 2017 13:28:31 +0000 (13:28 +0000)
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1809746 13f79535-47bb-0310-9956-ffa450edef68

CHANGES

diff --git a/CHANGES b/CHANGES
index 1320378226a6d37bef964288c83ee00ebe20dcff..323e0e09d50d13d1ac853fae7b36cf5cc6814708 100644 (file)
--- a/CHANGES
+++ b/CHANGES
@@ -14,9 +14,6 @@ Changes with Apache 2.5.0
   *) mod_ssl: unshare SSLSrvConfigRec instances between base server and virtual hosts. This avoids
      overwrites of later initializattions (vhost_id), selective disables by "SSLEngine addr-list"
      and certificate/key pickup from mod_md. [Stefan Eissing]
-  
-  *) mod_speling: Don't embed referer data in a link in error page.
-     PR 38923 [Nick Kew]
 
   *) mod_rewrite, core: Avoid the 'Vary: Host' response header when HTTP_HOST is
      used in a condition that evaluates to true. PR 58231 [Luca Toscano, Yann Ylavic]
@@ -47,10 +44,6 @@ Changes with Apache 2.5.0
      - compatibility with libressl
        [Stefan Eissing]
 
-  *) htdigest: prevent a buffer overflow when a string exceeds the allowed max
-     length in a password file.
-     [Luca Toscano, Hanno Böck <hanno hboeck de>]
-
   *) mod_md: v0.9.2: new directive 'MDHttpProxy' to define a proxy for outgoing connection,
      some minor bugfixes, twiddle the build system to avoid non-pic code generation.
      [Stefan Eissing]
@@ -100,9 +93,6 @@ Changes with Apache 2.5.0
   *) mod_ssl, ab: Fix compatibility with LibreSSL.  PR 61184.
      [Bernard Spil <brnrd freebsd.org>, Yann Ylavic]
 
-  *) event: Avoid possible blocking in the listener thread when shutting down
-     connections. PR 60956.  [Yann Ylavic]
-
   *) mod_proxy_fcgi: Add the support for mod_proxy's flushpackets and flushwait
      parameters. [Luca Toscano, Ruediger Pluem, Yann Ylavic]
 
@@ -162,9 +152,6 @@ Changes with Apache 2.5.0
   *) core: Add <IfFile> configuration section to allow any file on disk to be
      used as a conditional.  [Edward Lu, Eric Covener]
 
-  *) event: Avoid listener periodic wake ups by using the pollset wake-ability
-     when available.  PR 57399.  [Yann Ylavic, Luca Toscano]
-
   *) mod_crypto: Add the all purpose crypto filters with support for HLS.
      [Graham Leggett]