]> git.ipfire.org Git - thirdparty/knot-resolver.git/commitdiff
Prepare 1.2.2 release
authorOndřej Surý <ondrej@sury.org>
Fri, 10 Feb 2017 07:52:31 +0000 (08:52 +0100)
committerOndřej Surý <ondrej@sury.org>
Fri, 10 Feb 2017 08:09:53 +0000 (09:09 +0100)
NEWS
config.mk

diff --git a/NEWS b/NEWS
index 2829fa1425ae8c2d0395e6af1c8fd948abcc4e65..e5ce411e162f9b96a3bac6628de943f3646c25de 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,13 @@
+Knot Resolver 1.2.2 (2017-02-10)
+================================
+
+Bugfixes:
+---------
+- Fix -k argument processing to avoid out-of-bounds memory accesses
+- lib/resolve: fix zonecut fetching for explicit DS queries
+- hints: more NULL checks
+- Fix TA bootstrapping for multiple TAs in the IANA XML file
+
 Knot Resolver 1.2.1 (2017-02-01)
 ====================================
 
index 0677e8abe3abb13f7e83e658c4de90a2a79b5b33..b950ea33656c39ca5d192288fa88c85b8b535cd2 100644 (file)
--- a/config.mk
+++ b/config.mk
@@ -1,7 +1,7 @@
 # Project
 MAJOR := 1
 MINOR := 2
-PATCH := 1
+PATCH := 2
 EXTRA :=
 ABIVER := 2
 BUILDMODE := dynamic