update after backport
authorStefan Eissing <icing@apache.org>
Thu, 25 Feb 2016 10:42:32 +0000 (10:42 +0000)
committerStefan Eissing <icing@apache.org>
Thu, 25 Feb 2016 10:42:32 +0000 (10:42 +0000)
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1732282 13f79535-47bb-0310-9956-ffa450edef68

CHANGES

diff --git a/CHANGES b/CHANGES
index bd0430105d950328e5e49ff968233553572b94a4..24b8b5d87ecffc01f092cc67a4bcc3f2b9be443a 100644 (file)
--- a/CHANGES
+++ b/CHANGES
@@ -66,11 +66,6 @@ Changes with Apache 2.5.0
      the correct negotiated server.
      [Stefan Eissing]
 
-  *) core: new hook "pre_close_connection" which is run before the lingering
-     close of connections is started. This gives protocol handlers one last
-     chance to use a connection before it goes down.
-     [Stefan Eissing]
-
   *) mod_filter: Fix AddOutputFilterByType with non-content-level filters.
      PR58856 [Micha Lenk <micha lenk.info>]
 
@@ -84,11 +79,6 @@ Changes with Apache 2.5.0
   *) ap_expr: expression support for variable HTTP2=on|off
      [Stefan Eissing]
 
-  *) mod_status/scoreboard: showing connection protocol in new column, new 
-     ap_update_child_status methods for updating server/description. mod_ssl
-     sets vhost negotiated by servername directly.
-     [Stefan Eissing]
-
   *) mod_http2: keep-alive blocking reads are done with 1 second timeouts to
      check for MPM stopping. Will announce early GOAWAY and finish processing
      open streams, then close.