]> git.ipfire.org Git - thirdparty/knot-resolver.git/commitdiff
Prepare 1.2.5 release
authorOndřej Surý <ondrej@sury.org>
Tue, 4 Apr 2017 14:44:22 +0000 (16:44 +0200)
committerOndřej Surý <ondrej@sury.org>
Tue, 4 Apr 2017 14:44:22 +0000 (16:44 +0200)
NEWS
config.mk

diff --git a/NEWS b/NEWS
index d49cd77f8b487e55aa5dde132bf80a30b050f9f2..a07de1d3e0f4fa66702611a32d7acee8ced48c31 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,38 @@
+Knot Resolver 1.2.5 (2017-04-06)
+================================
+
+Security
+--------
+- layer/validate: clear AD if closest encloser proof has opt-outed
+  NSEC3 (#169)
+- layer/validate: check if NSEC3 records in wildcard expansion proof
+  has an opt-out
+- dnssec/nsec: missed wildcard no-data answers validation has been
+  implemented
+
+Improvements
+------------
+- modules/dnstap: a DNSTAP support module
+  (Contributed by Vicky Shrestha)
+- modules/workarounds: a module adding workaround for know
+  DNS protocol violators
+- layer/iterate: fix logging of glue addresses
+- allow bits=0 and consequently 0.0.0.0/0 matches in view and renumber
+  modules.
+- modules/padding: Improve default padding of responses
+  (Contributed by Daniel Kahn Gillmor)
+
+Bugfixes
+--------
+- trust anchors: Improve trust anchors storage format (#167)
+- 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
+- layer/iterate: During packet classification (answer vs. referral)
+  don't analyze AUTHORITY section in authoritative answer in ANSWER
+  section contains records that have been requested
+
 Knot Resolver 1.2.4 (2017-03-09)
 ================================
 
index 92829262e514e9f64f9d6c1a821f05363c02ff3f..71a1bd17acdff3640cfb42c9e90c5d0e062dc7fc 100644 (file)
--- a/config.mk
+++ b/config.mk
@@ -1,7 +1,7 @@
 # Project
 MAJOR := 1
-MINOR := 3
-PATCH := 0
+MINOR := 2
+PATCH := 5
 EXTRA := -dev
 ABIVER := 3
 BUILDMODE := dynamic