From: Tomas Krizek Date: Wed, 25 Sep 2019 12:11:56 +0000 (+0200) Subject: release 4.2.1 X-Git-Tag: v4.2.1^0 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=010b8a6abafae407625b260ffde338bf52dfe31a;p=thirdparty%2Fknot-resolver.git release 4.2.1 --- diff --git a/NEWS b/NEWS index 6aa4f6ff3..8c1360ddb 100644 --- a/NEWS +++ b/NEWS @@ -1,4 +1,4 @@ -Knot Resolver 4.x.y (2019-08-dd) +Knot Resolver 4.2.1 (2019-09-26) ================================ Bugfixes @@ -9,11 +9,11 @@ Bugfixes - prefill module: allow a different module-loading style (#506) - validation: trim TTLs by RRSIG's expiration and original TTL (#319, #504) - NS choice algorithm: fix a regression since 4.0.0 (#497, !868) +- policy: special domains home.arpa. and local. get NXDOMAIN (!855) Improvements ------------ - add compatibility with (future) libknot 2.9 -- policy: special domains home.arpa. and local. get NXDOMAIN (!855) Knot Resolver 4.2.0 (2019-08-05) diff --git a/meson.build b/meson.build index c52416647..1918c4806 100644 --- a/meson.build +++ b/meson.build @@ -2,7 +2,7 @@ project( 'knot-resolver', ['c', 'cpp'], license: 'GPLv3+', - version: '4.2.0', + version: '4.2.1', default_options: ['c_std=gnu11', 'b_ndebug=if-release'], meson_version: '>=0.46', )