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 2016/03/01 16:19:27 UTC

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

Author: ylavic
Date: Tue Mar  1 15:19:27 2016
New Revision: 1733088

URL: http://svn.apache.org/viewvc?rev=1733088&view=rev
Log:
Follow up to r1720129 and r1723295: CHANGES entry.

Modified:
    httpd/httpd/trunk/CHANGES

Modified: httpd/httpd/trunk/CHANGES
URL: http://svn.apache.org/viewvc/httpd/httpd/trunk/CHANGES?rev=1733088&r1=1733087&r2=1733088&view=diff
==============================================================================
--- httpd/httpd/trunk/CHANGES [utf-8] (original)
+++ httpd/httpd/trunk/CHANGES [utf-8] Tue Mar  1 15:19:27 2016
@@ -1,6 +1,9 @@
                                                          -*- coding: utf-8 -*-
 Changes with Apache 2.5.0
 
+  *) mod_ssl: Fix possibly leaking custom [EC]DH params on restart.
+     [Jan Kaluza, Yann Ylavic]
+
   *) prefork: Initialize the POD when running in ONE_PROCESS (or -X) mode to
      avoid a crash.  [Jan Kaluza, Yann Ylavic]