You are viewing a plain text version of this content. The canonical link for it is here.
Posted to cvs@httpd.apache.org by mr...@apache.org on 2020/02/13 18:53:01 UTC

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

Author: mrumph
Date: Thu Feb 13 18:53:00 2020
New Revision: 1873987

URL: http://svn.apache.org/viewvc?rev=1873987&view=rev
Log:
Add CHANGES entry for Travis CI testing.  [skip ci]

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=1873987&r1=1873986&r2=1873987&view=diff
==============================================================================
--- httpd/httpd/branches/2.4.x/CHANGES [utf-8] (original)
+++ httpd/httpd/branches/2.4.x/CHANGES [utf-8] Thu Feb 13 18:53:00 2020
@@ -1,6 +1,12 @@
                                                          -*- coding: utf-8 -*-
 Changes with Apache 2.4.42
 
+  *) test: Added continuous testing with Travis CI.
+     This tests various scenarios on Ubuntu with the full test suite.
+     Architectures tested: amd64, s390x, ppc64le, arm64
+     The tests pass successfully.
+     [Luca Toscano, Joe Orton, Mike Rumph, and others]
+
   *) core: Be stricter in parsing of Transfer-Encoding headers.
      [ZeddYu <zeddyu.lu gmail.com>, Eric Covener]