From: W.C.A. Wijngaards Date: Tue, 23 Mar 2021 08:17:22 +0000 (+0100) Subject: Travis changelog noted. X-Git-Tag: release-1.13.2rc1~229 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=0b7efaf620fd115f8bbfb5e8e3d5557e8d635776;p=thirdparty%2Funbound.git Travis changelog noted. --- diff --git a/.travis.yml b/.travis.yml index 8931dd0d6..9429b5cda 100644 --- a/.travis.yml +++ b/.travis.yml @@ -27,14 +27,14 @@ jobs: env: - CONFIG_OPTS="--enable-debug --disable-flto" - os: linux - name: Clang on Linux, Amd64 + name: Clang on Linux, Amd64, clang-analysis compiler: clang arch: amd64 env: - CONFIG_OPTS="--enable-debug --disable-flto" - TEST_ANALYZER=yes - os: osx - name: Clang on OS X, Amd64 + name: Clang on OS X, Amd64, clang-analysis compiler: clang arch: amd64 env: @@ -49,7 +49,7 @@ jobs: - TEST_LIBEVENT=yes - CONFIG_OPTS="--with-libevent" - os: linux - name: Libevent, Clang on Linux, Amd64 + name: Libevent, Clang on Linux, Amd64, clang-analysis compiler: clang arch: amd64 env: diff --git a/doc/Changelog b/doc/Changelog index dca62e20e..94bd8747d 100644 --- a/doc/Changelog +++ b/doc/Changelog @@ -1,3 +1,9 @@ +23 March 2021: Wouter + - Travis enable all tests again. Clang analyzer only a couple times, + when there is a difference. homebrew updates disabled, so it does + not hang. removed trailing slashes from configure paths. Moved iOS + tests to allow-failure. + 22 March 2021: George - Fix unused-function warning when compiling with --enable-dnscrypt. - Fix for #367: fix memory leak when cannot bind to listening port.