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/03/17 11:07:01 UTC

svn commit: r1735384 - /httpd/httpd/trunk/CHANGES

Author: icing
Date: Thu Mar 17 10:07:01 2016
New Revision: 1735384

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

Modified:
    httpd/httpd/trunk/CHANGES

Modified: httpd/httpd/trunk/CHANGES
URL: http://svn.apache.org/viewvc/httpd/httpd/trunk/CHANGES?rev=1735384&r1=1735383&r2=1735384&view=diff
==============================================================================
--- httpd/httpd/trunk/CHANGES [utf-8] (original)
+++ httpd/httpd/trunk/CHANGES [utf-8] Thu Mar 17 10:07:01 2016
@@ -61,11 +61,6 @@ Changes with Apache 2.5.0
      urls. Uses, so far, one connection per request, reuses connections.
      [Stefan Eissing]
   
-  *) event: use pre_connection hook to properly initialize connection state for
-     slave connections. use protocol_switch hook to initialize server config
-     early based on SNI selected vhost. 
-     [Stefan Eissing]
-  
   *) mod_filter: Fix AddOutputFilterByType with non-content-level filters.
      PR58856 [Micha Lenk <micha lenk.info>]
 
@@ -166,9 +161,6 @@ Changes with Apache 2.5.0
   *) mod_authnz_ldap: Resolve crashes with LDAP authz and non-LDAP authn since 
      r1608202. [Eric Covener]
 
-  *) core: Ensure that httpd exits with an error status when the MPM fails
-     to run.  [Yann Ylavic]
-
   *) apreq: Content-Length header should be always interpreted as a decimal.
      Leading 0 could be erroneously considered as an octal value. PR 56598.
      [Chris Card <ctcard hotmail com>]