You are viewing a plain text version of this content. The canonical link for it is here.
Posted to cvs@httpd.apache.org by ic...@apache.org on 2016/02/25 11:42:12 UTC

svn commit: r1732281 - /httpd/httpd/branches/2.4.x/CHANGES

Author: icing
Date: Thu Feb 25 10:42:12 2016
New Revision: 1732281

URL: http://svn.apache.org/viewvc?rev=1732281&view=rev
Log:
update after backport

Modified:
    httpd/httpd/branches/2.4.x/CHANGES

Modified: httpd/httpd/branches/2.4.x/CHANGES
URL: http://svn.apache.org/viewvc/httpd/httpd/branches/2.4.x/CHANGES?rev=1732281&r1=1732280&r2=1732281&view=diff
==============================================================================
--- httpd/httpd/branches/2.4.x/CHANGES [utf-8] (original)
+++ httpd/httpd/branches/2.4.x/CHANGES [utf-8] Thu Feb 25 10:42:12 2016
@@ -87,6 +87,16 @@ Changes with Apache 2.4.19
      request body encoding into later stage of processing. Fixes PR 58825.
      [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_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]
+
 Changes with Apache 2.4.18
 
   *) mod_ssl: for all ssl_engine_vars.c lookups, fall back to master connection