From: Tomas Krizek Date: Wed, 5 Jan 2022 13:04:10 +0000 (+0100) Subject: release 5.4.4 X-Git-Tag: v5.4.4^0 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=refs%2Fpipelines%2F92925;p=thirdparty%2Fknot-resolver.git release 5.4.4 --- diff --git a/NEWS b/NEWS index e00d7d2e9..8bb464d6d 100644 --- a/NEWS +++ b/NEWS @@ -1,3 +1,11 @@ +Knot Resolver 5.4.4 (2022-01-05) +================================ + +Bugfixes +-------- +- fix bad zone cut update in certain cases (e.g. AWS; !1237) + + Knot Resolver 5.4.3 (2021-12-01) ================================ diff --git a/meson.build b/meson.build index 86e77fc01..32f2a902f 100644 --- a/meson.build +++ b/meson.build @@ -4,7 +4,7 @@ project( 'knot-resolver', ['c', 'cpp'], license: 'GPLv3+', - version: '5.4.3', + version: '5.4.4', default_options: ['c_std=gnu11', 'b_ndebug=true'], meson_version: '>=0.49', )