diff options
author | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-09-12 04:44:07 +0000 |
---|---|---|
committer | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-09-12 04:44:07 +0000 |
commit | bdd6bd04ba39d67eaf51ef77cba67321c787258e (patch) | |
tree | b38069ef607224c4060da303320a4c7a9d71c671 /NEWS | |
parent | Adding upstream version 3.3.8. (diff) | |
download | knot-bdd6bd04ba39d67eaf51ef77cba67321c787258e.tar.xz knot-bdd6bd04ba39d67eaf51ef77cba67321c787258e.zip |
Adding upstream version 3.3.9.upstream/3.3.9
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
Diffstat (limited to 'NEWS')
-rw-r--r-- | NEWS | 18 |
1 files changed, 18 insertions, 0 deletions
@@ -1,3 +1,21 @@ +Knot DNS 3.3.9 (2024-08-26) +=========================== + +Improvements: +------------- + - libknot: added EDE code 30 + - libknot: improved performance of knot_rrset_to_wire_extra() + - libs: upgraded embedded libngtcp2 to 1.7.0 + - doc: various fixes and updates + +Bugfixes: +--------- + - keymgr: pregenerate clears future timestamps of old keys and creates new keys + - mod-dnsproxy: defective TSIG processing + - mod-dnsproxy: TCP not detected in the XDP mode + - kxdpgun: unsuccessful interface initialization leaks memory + - packaging: libknot not installed with python3-libknot + Knot DNS 3.3.8 (2024-07-22) =========================== |