diff --git a/.travis.yml b/.travis.yml index 3d2f5b1a9..d46dd3077 100644 --- a/.travis.yml +++ b/.travis.yml @@ -18,5 +18,5 @@ addons: script: - mkdir tests - cd tests -# - ../src/test/tpkg/run-all.sh - - ../src/test/tpkg/run-one.sh 400-static-analysis -V + - ../src/test/tpkg/run-all.sh +# - ../src/test/tpkg/run-one.sh 400-static-analysis -V diff --git a/ChangeLog b/ChangeLog index b1c7e57ac..dc26f7688 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,4 +1,5 @@ -* 2017-09-01: Version 1.1.3 +* 2017-09-04: Version 1.1.3 + * Small bugfixes that came out of static analysis * No annotations with the output of getdns_query anymore, unless -V option is given to increase verbosity Thanks Ollivier Robert