You are viewing a plain text version of this content. The canonical link for it is here.
Posted to cvs@httpd.apache.org by yl...@apache.org on 2015/06/17 00:19:34 UTC

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

Author: ylavic
Date: Tue Jun 16 22:19:34 2015
New Revision: 1685917

URL: http://svn.apache.org/r1685917
Log:
CHANGES: remove backported entries.

Modified:
    httpd/httpd/trunk/CHANGES

Modified: httpd/httpd/trunk/CHANGES
URL: http://svn.apache.org/viewvc/httpd/httpd/trunk/CHANGES?rev=1685917&r1=1685916&r2=1685917&view=diff
==============================================================================
--- httpd/httpd/trunk/CHANGES [utf-8] (original)
+++ httpd/httpd/trunk/CHANGES [utf-8] Tue Jun 16 22:19:34 2015
@@ -1,9 +1,6 @@
                                                          -*- coding: utf-8 -*-
 Changes with Apache 2.5.0
 
-  *) mod_ssl: Remove deprecated SSLCertificateChainFile warning.
-     [Yann Ylavic]
-
   *) mod_ldap: Stop leaking LDAP connections when 'LDAPConnectionPoolTTL 0' 
      is configured.  PR 58037.  [Ted Phelps <phelps gnusto.com>]
 
@@ -14,9 +11,6 @@ Changes with Apache 2.5.0
   *) mod_substitute: Fix configuraton merge order.
      PR 57641 [<Marc.Stern approach.be>]
 
-  *) core: Limit accepted chunk-size to 2^63-1 and be strict about chunk-ext
-     authorized characters.  [Yann Ylavic]
-
   *) mod_ssl: When SSLVerify is disabled (NONE), don't force a renegotiation if
      the SSLVerifyDepth applied with the default/handshaken vhost differs from
      the one applicable with the finally selected vhost.  [Yann Ylavic]