]> git.ipfire.org Git - thirdparty/knot-resolver.git/commitdiff
release 1.2.1
authorVladimír Čunát <vladimir.cunat@nic.cz>
Wed, 1 Feb 2017 14:33:49 +0000 (15:33 +0100)
committerOndřej Surý <ondrej@sury.org>
Wed, 1 Feb 2017 14:45:30 +0000 (15:45 +0100)
NEWS
config.mk

diff --git a/NEWS b/NEWS
index 90ab0bd62d23c6d63cd7ab4e2aae261cd2c312e3..ae744d5354743c6a1b7c9f70761810b832e84a2a 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,12 @@
+Knot Resolver 1.2.1 (2017-02-01)
+====================================
+
+Security:
+---------
+- Under certain conditions, a cached negative answer from a CD query
+  would be reused to construct response for non-CD queries, resulting
+  in Insecure status instead of Bogus.  Only 1.2.0 release was affected.
+
 Knot Resolver 1.2.0 (2017-01-24)
 ====================================
 
index 6bd867485c207fa0f1463c953fe43ddfda7b77b9..2f3b3539427e24d61ca7d6d28cc24ab14e8e0da3 100644 (file)
--- a/config.mk
+++ b/config.mk
@@ -1,7 +1,7 @@
 # Project
 MAJOR := 1
 MINOR := 2
-PATCH := 0
+PATCH := 1
 EXTRA :=
 ABIVER := 2
 BUILDMODE := dynamic