From: Mike Rumph Date: Thu, 13 Feb 2020 18:53:00 +0000 (+0000) Subject: Add CHANGES entry for Travis CI testing. [skip ci] X-Git-Tag: 2.4.42~92 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=f3109670558f2b466dfaf06f1c0a774dca400578;p=thirdparty%2Fapache%2Fhttpd.git Add CHANGES entry for Travis CI testing. [skip ci] git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.4.x@1873987 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/CHANGES b/CHANGES index 6705f2f3b52..bae84dec71b 100644 --- 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 , Eric Covener]