From d2c685f3ca70d6ed2c01a5801d48dcdbfd08745b Mon Sep 17 00:00:00 2001 From: Willem Toorop Date: Mon, 4 Sep 2017 10:21:23 +0200 Subject: [PATCH] Update ChangeLog, prepare for release today --- .travis.yml | 4 ++-- ChangeLog | 3 ++- 2 files changed, 4 insertions(+), 3 deletions(-) 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