From: Tomas Krizek Date: Fri, 26 Nov 2021 10:48:58 +0000 (+0100) Subject: release 5.4.3 X-Git-Tag: v5.4.3^2 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=refs%2Fenvironments%2Fobs-knot-resolver-bs4hbr%2Fdeployments%2F1942;p=thirdparty%2Fknot-resolver.git release 5.4.3 --- diff --git a/NEWS b/NEWS index 6b261155f..e00d7d2e9 100644 --- a/NEWS +++ b/NEWS @@ -1,15 +1,17 @@ -Knot Resolver 5.4.3 (2021-mm-dd) +Knot Resolver 5.4.3 (2021-12-01) ================================ Improvements ------------ - lua: add kres.parse_rdata() to parse RDATA from string to wire format (!1233) +- lua: add policy.domains() for exact domain name matching (!1228) Bugfixes -------- -- policy.rpz: improve logs, fix origin detection in files without $ORIGIN +- policy.rpz: fix origin detection in files without $ORIGIN (!1215) - lua: log() works again; broken in 5.4.2 (!1223) - policy: correctly include EDNS0 previously omitted by some actions (!1230) +- edns_keepalive: module is now properly loaded (!1229, thanks Josh Soref!) Knot Resolver 5.4.2 (2021-10-13) diff --git a/meson.build b/meson.build index e5c7dc15e..86e77fc01 100644 --- a/meson.build +++ b/meson.build @@ -4,7 +4,7 @@ project( 'knot-resolver', ['c', 'cpp'], license: 'GPLv3+', - version: '5.4.2', + version: '5.4.3', default_options: ['c_std=gnu11', 'b_ndebug=true'], meson_version: '>=0.49', )