]> granicus.if.org Git - apache/commitdiff
remove entries for recently backported changes
authorJeff Trawick <trawick@apache.org>
Mon, 14 Jul 2014 00:34:15 +0000 (00:34 +0000)
committerJeff Trawick <trawick@apache.org>
Mon, 14 Jul 2014 00:34:15 +0000 (00:34 +0000)
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1610329 13f79535-47bb-0310-9956-ffa450edef68

CHANGES

diff --git a/CHANGES b/CHANGES
index 8342552217726a7e3b4b0d8167b16efcf660c4e2..bc271583e6d0f2678f1b2659a0a2b0fb131c4e0e 100644 (file)
--- a/CHANGES
+++ b/CHANGES
@@ -7,15 +7,6 @@ Changes with Apache 2.5.0
   *) mod_proxy_ajp: Forward local IP address as a custom request attribute
      like we already do for the remote port. [Rainer Jung]
 
-  *) core: Include any error notes set by modules in the canned error
-     response for 403 errors.  [Jeff Trawick]
-
-  *) mod_ssl: Set an error note for requests rejected due to
-     SSLStrictSNIVHostCheck.  [Jeff Trawick]
-
-  *) mod_ssl: Fix issue with redirects to error documents when handling
-     SNI errors.  [Jeff Trawick]
-
   *) 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]