Skip to content
Snippets Groups Projects
Verified Commit caa71e40 authored by Tomas Krizek's avatar Tomas Krizek
Browse files

spelling

parent a55f1001
1 merge request!100spelling
Pipeline #91105 passed with stage
in 26 seconds
This commit is part of merge request !100. Comments created here will be created in the context of that merge request.
......@@ -32,7 +32,7 @@ Bugfixes
- lua: do *not* truncate cache size to unsigned
- forwarding mode: correctly forward +cd flag
- fix a potential memory leak
- don't treat answers that contain DS non-existance proof as insecure
- don't treat answers that contain DS non-existence proof as insecure
- don't store NSEC3 and their signatures in the cache
- layer/iterate: when processing delegations, check if qname is at or
below new authority
......@@ -36,7 +36,7 @@ Bugfixes
- trust anchors: support non-root TAs, one domain per file
- policy.DENY: set AA flag and clear AD flag
- lib/resolve: avoid unnecessary DS queries
- lib/nsrep: don't treat servers with NOIP4 + NOIP6 flags as timeouted
- lib/nsrep: don't treat servers with NOIP4 + NOIP6 flags as timed out
- layer/iterate: During packet classification (answer vs. referral)
don't analyze AUTHORITY section in authoritative answer if ANSWER
section contains records that have been requested
......@@ -13,7 +13,7 @@ Bugfixes
--------
- validation: fix SERVFAIL in case of CNAME to NXDOMAIN in a single zone (!538)
- validation: fix SERVFAIL for DS . query (!544)
- lib/resolve: don't send unecessary queries to parent zone (!513)
- lib/resolve: don't send unnecessary queries to parent zone (!513)
- iterate: fix validation for zones where parent and child share NS (!543)
- TLS: improve error handling and documentation (!536, !555, !559)
......
......@@ -9,7 +9,7 @@ Incompatible changes
Security
--------
- fix a rare case of zones incorrectly dowgraded to insecure status (!576)
- fix a rare case of zones incorrectly downgraded to insecure status (!576)
New features
------------
......
......@@ -18,7 +18,7 @@ Incompatible changes
- DNS cookie module (RFC 7873) is not available in this release,
it will be later reworked to reflect development in IEFT dnsop working group
- version module was permanently removed because it was not really used by users;
if you want to receive notifications abou new releases please subscribe to
if you want to receive notifications about new releases please subscribe to
https://lists.nic.cz/cgi-bin/mailman/listinfo/knot-resolver-announce
Bugfixes
......@@ -29,7 +29,7 @@ Bugfixes
Improvements
------------
- reorder_RR() implementation is brought back
- bring in performace improvements provided by libknot 2.7
- bring in performance improvements provided by libknot 2.7
- cache.clear() has a new, more powerful API
- cache documentation was improved
- old name "Knot DNS Resolver" is replaced by unambiguous "Knot Resolver"
......
......@@ -12,7 +12,7 @@ Bugfixes
Improvements
------------
- improve handling of timeouted outgoing TCP connections (!734)
- improve handling of timed out outgoing TCP connections (!734)
- trust_anchors: check syntax of public keys in DNSKEY RRs (!748)
- validator: clarify message about bogus non-authoritative data (!735)
- dnssec validation failures contain more verbose reasoning (!735)
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment