From 0c4e289ece418195b5f66b05915ad1d0e9ac7ca1 Mon Sep 17 00:00:00 2001 From: Tomas Krizek Date: Fri, 26 Nov 2021 11:48:58 +0100 Subject: [PATCH] release 5.4.3 --- NEWS | 6 ++++-- meson.build | 2 +- 2 files changed, 5 insertions(+), 3 deletions(-) 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', ) -- 2.47.2