]> git.ipfire.org Git - thirdparty/apache/httpd.git/commitdiff
Add CHANGES entry for Travis CI testing. [skip ci]
authorMike Rumph <mrumph@apache.org>
Thu, 13 Feb 2020 18:53:00 +0000 (18:53 +0000)
committerMike Rumph <mrumph@apache.org>
Thu, 13 Feb 2020 18:53:00 +0000 (18:53 +0000)
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.4.x@1873987 13f79535-47bb-0310-9956-ffa450edef68

CHANGES

diff --git a/CHANGES b/CHANGES
index 6705f2f3b52dc9885c9816e7e3a244bf0cc5dd66..bae84dec71b56dcf14ec85c06cadf25b7d08682b 100644 (file)
--- a/CHANGES
+++ b/CHANGES
@@ -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]