diff options
author | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-09-12 04:43:25 +0000 |
---|---|---|
committer | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-09-12 04:43:25 +0000 |
commit | 76add172cec4e1c9466dbc1965e2c926ca9184c1 (patch) | |
tree | 43d36cd724b11230cedea4bb315f1c3ca5fc5285 /NEWS | |
parent | Adding upstream version 3.3.7. (diff) | |
download | knot-76add172cec4e1c9466dbc1965e2c926ca9184c1.tar.xz knot-76add172cec4e1c9466dbc1965e2c926ca9184c1.zip |
Adding upstream version 3.3.8.upstream/3.3.8
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
Diffstat (limited to 'NEWS')
-rw-r--r-- | NEWS | 20 |
1 files changed, 20 insertions, 0 deletions
@@ -1,3 +1,23 @@ +Knot DNS 3.3.8 (2024-07-22) +=========================== + +Features: +--------- + - libzscanner,libknot: added support for 'dohpath' and 'ohttp' SVCB parameters + - libzscanner,libknot: added support for WALLET rrtype + - keymgr: new commands for keystore testing (see 'keystore-test' and 'keystore-bench') + - knotd: new configuration option for setting default TTL (see 'zone.default-ttl') + +Improvements: +------------- + - libknot: added error codes to better describe some failures + +Bugfixes: +--------- + - knotd: DNSSEC signing doesn't remove NSEC records for non-authoritative nodes + - knotd: DNSSEC signing not scheduled on secondary if nothing to be reloaded + - libknot: TCP over XDP doesn't ignore SYN+ACK packets on the server side + Knot DNS 3.3.7 (2024-06-25) =========================== |