]> git.ipfire.org Git - thirdparty/knot-resolver.git/commitdiff
release 5.4.3 obs-knot-dns-deve-jq0xxt/deployments/1943 obs-knot-resolver-bs4hbr/deployments/1942
authorTomas Krizek <tomas.krizek@nic.cz>
Fri, 26 Nov 2021 10:48:58 +0000 (11:48 +0100)
committerTomas Krizek <tomas.krizek@nic.cz>
Tue, 30 Nov 2021 16:58:40 +0000 (17:58 +0100)
NEWS
meson.build

diff --git a/NEWS b/NEWS
index 6b261155fd9db6c6146f8d663900bc5934398b20..e00d7d2e9efddf5a34b940a4ef7abd380ef682fd 100644 (file)
--- 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)
index e5c7dc15e755815e4148af628a4d080dd97ce913..86e77fc0144f75bb2a6d504b706839ef5c7be82e 100644 (file)
@@ -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',
 )