Skip to content
Snippets Groups Projects
Commit 9e59254e authored by Ondřej Surý's avatar Ondřej Surý
Browse files

Merge branch 'release-1.2.6' into 'master'

NEWS: prepare for 1.2.6

See merge request !280
parents b8eb84a7 ac272dca
1 merge request!280NEWS: prepare for 1.2.6
Pipeline #3386 passed with warnings with stages
in 2 minutes and 15 seconds
Knot Resolver 1.2.6 (2017-04-24)
================================
Security
--------
- dnssec: don't set AD flag for NODATA answers if wildcard non-existence
is not guaranteed due to opt-out in NSEC3
Improvements
------------
- layer/iterate: don't retry repeatedly if REFUSED
Bugfixes
--------
- lib/nsrep: revert some changes to NS reputation tracking that caused
severe problems to some users of 1.2.5 (#178 and #179)
- dnssec: fix verification of wildcarded non-singleton RRsets
- dnssec: allow wildcards located directly under the root
- layer/rrcache: avoid putting answer records into queries in some cases
Knot Resolver 1.2.5 (2017-04-05)
================================
......@@ -34,6 +55,7 @@ Bugfixes
don't analyze AUTHORITY section in authoritative answer if ANSWER
section contains records that have been requested
Knot Resolver 1.2.4 (2017-03-09)
================================
......
# Project
MAJOR := 1
MINOR := 2
PATCH := 5
PATCH := 6
EXTRA :=
ABIVER := 3
BUILDMODE := dynamic
......
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