]> git.ipfire.org Git - thirdparty/knot-resolver.git/commitdiff
Update to 1.2.4-dev
authorOndřej Surý <ondrej@sury.org>
Tue, 28 Feb 2017 11:03:19 +0000 (12:03 +0100)
committerOndřej Surý <ondrej@sury.org>
Tue, 28 Feb 2017 11:03:19 +0000 (12:03 +0100)
NEWS
config.mk

diff --git a/NEWS b/NEWS
index 85808a3e2699a0cd0e720e638016b1b34e655b0f..436e91ac099a28e63612acdcf037515cbe967be6 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,21 @@
+Knot Resolver 1.2.4-dev (2017-03-XX)
+================================
+
+Improvements
+------------
+- modules/policy: allow QTRACE policy to be chained with other policies
+- hints.add_hosts(path): a new property
+- module: document the API and simplify the code
+- policy.MIRROR: support IPv6 link-local addresses
+- policy.FORWARD: support IPv6 link-local addresses
+
+Bugfixes
+--------
+- layer/iterate: some improvements in cname chain unrolling
+- layer/validate: fix duplicate records in AUTHORITY section in case of WC expansion proof
+- lua: do *not* truncate cache size to unsigned
+
+
 Knot Resolver 1.2.3 (2017-02-23)
 ================================
 
@@ -9,6 +27,7 @@ Bugfixes
 - layer/iterate: some additional processing for referrals
 - lib/resolve: zonecut fetching error was fixed
 
+
 Knot Resolver 1.2.2 (2017-02-10)
 ================================
 
@@ -23,6 +42,7 @@ Testing:
 --------
 - Update tests to run tests with and without QNAME minimization
 
+
 Knot Resolver 1.2.1 (2017-02-01)
 ====================================
 
@@ -41,6 +61,7 @@ Bugfixes:
 ---------
 - lua: make the map command check its arguments
 
+
 Knot Resolver 1.2.0 (2017-01-24)
 ====================================
 
index 2bfd92d5a61d5b7932d4af5bf4fc84889801bff8..f934a7441eb8ef1455cff7653a1ac9a12d52b6c1 100644 (file)
--- a/config.mk
+++ b/config.mk
@@ -1,8 +1,8 @@
 # Project
 MAJOR := 1
 MINOR := 2
-PATCH := 3
-EXTRA :=
+PATCH := 4
+EXTRA := -dev
 ABIVER := 2
 BUILDMODE := dynamic
 HARDENING := yes