You are viewing a plain text version of this content. The canonical link for it is here.
Posted to cvs@httpd.apache.org by jo...@apache.org on 2019/08/09 08:47:46 UTC

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

Author: jorton
Date: Fri Aug  9 08:47:46 2019
New Revision: 1864777

URL: http://svn.apache.org/viewvc?rev=1864777&view=rev
Log:
When did 80 char max line lengths go out of fashion?

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=1864777&r1=1864776&r2=1864777&view=diff
==============================================================================
--- httpd/httpd/branches/2.4.x/CHANGES [utf-8] (original)
+++ httpd/httpd/branches/2.4.x/CHANGES [utf-8] Fri Aug  9 08:47:46 2019
@@ -1,11 +1,11 @@
                                                          -*- coding: utf-8 -*-
 Changes with Apache 2.4.41
 
-  *) modules/filters: PR 63633: Fix broken compilation when using old GCC (<4.2.x).
-     [Rainer Jung, Joe Orton]
+  *) modules/filters: Fix broken compilation when using old GCC (<4.2.x).
+     PR 63633.  [Rainer Jung, Joe Orton]
 
-  *) mod_ssl: reverting a 2.4.40 change where a superfluous SSLCertificateChainFile configuration
-     for a domain managed by mod_md could cause a startup error. [Stefan Eissing]
+  *) mod_ssl: Fix startup failure in 2.4.40 with SSLCertificateChainFile
+     configured for a domain managed by mod_md.  [Stefan Eissing]
 
 Changes with Apache 2.4.40