diff options
author | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-04-13 08:04:57 +0000 |
---|---|---|
committer | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-04-13 08:04:57 +0000 |
commit | 98e63d18fe85b29517ae8fb21ca94f37c7972652 (patch) | |
tree | 8de3b229d6a3a5062acdb3a970cc3c60bed6c07f /NEWS | |
parent | Releasing progress-linux version 3.3.4-1.1~progress7.99u1. (diff) | |
download | knot-98e63d18fe85b29517ae8fb21ca94f37c7972652.tar.xz knot-98e63d18fe85b29517ae8fb21ca94f37c7972652.zip |
Merging upstream version 3.3.5.
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
Diffstat (limited to 'NEWS')
-rw-r--r-- | NEWS | 23 |
1 files changed, 23 insertions, 0 deletions
@@ -1,3 +1,26 @@ +Knot DNS 3.3.5 (2024-03-06) +=========================== + +Features: +--------- + - knotd: new module mod-authsignal for automatic authenticated DNSSEC + bootstrapping records synthesis (Thanks to Peter Thomassen) + - kzonecheck: new optional ZONEMD verification (see option '-z') + +Improvements: +------------- + - knotd: new DNSSEC key rollover log informs about next planned key action + - knotd, kzonecheck: added limit on non-matching keys with a duplicate keytag + - knot-exporter: added counter-type variant for each metric (Thanks to Marcel Koch) + - libs: upgraded embedded libngtcp2 to 1.3.0 + - doc: various fixes and updates + +Bugfixes: +--------- + - knotd, kzonecheck: failed to validate RRSIG if there are more keys with the same keytag + - knotd, kzonecheck: failed to validate zone with more CSK keys + - libknot: insufficient check for malformed TCP header options over XDP + Knot DNS 3.3.4 (2024-01-24) =========================== |