]> git.ipfire.org Git - thirdparty/knot-resolver.git/commitdiff
NEWS for 1.99.1-alpha
authorVladimír Čunát <vladimir.cunat@nic.cz>
Thu, 26 Oct 2017 15:48:53 +0000 (17:48 +0200)
committerVladimír Čunát <vladimir.cunat@nic.cz>
Thu, 26 Oct 2017 15:51:29 +0000 (17:51 +0200)
NEWS
config.mk

diff --git a/NEWS b/NEWS
index 2ea59577e5d58e50b0e279e60d059cc673e96110..60f042228bd8441decd9f36abcdc5e576f2371bd 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,30 @@
+Knot Resolver 1.99.1-alpha (2017-10-26)
+=======================================
+This is an experimental release meant for testing aggressive caching.
+It contains some regressions and might (theoretically) be even vulnerable.
+The current focus is to minimize queries into the root zone.
+
+Improvements
+------------
+- negative answers from validated NSEC (NXDOMAIN, NODATA)
+- verbose log is very chatty around cache operations (maybe too much)
+
+Regressions
+-----------
+- dropped support for alternative cache backends
+  and for some specific cache operations
+- caching doesn't yet work for various cases:
+    * negative answers without NSEC (i.e. with NSEC3 or insecure)
+       * +cd queries (needs other internal changes)
+       * positive wildcard answers
+- spurious SERVFAIL on specific combinations of cached records, printing:
+       <= bad keys, broken trust chain
+- make check
+- a few Deckard tests are broken, probably due to some problems above
++ unknown ones?
+
+
+
 Knot Resolver 1.4.0 (2017-09-22)
 ================================
 
index dbb873d4c7e7f4cc58de6ce4495f2ae1a6b9c99a..ed144ffd430f003d92d5e84e58b2bb2dc38c50cf 100644 (file)
--- a/config.mk
+++ b/config.mk
@@ -1,8 +1,8 @@
 # Project
 MAJOR := 1
-MINOR := 4
-PATCH := 0
-EXTRA :=
+MINOR := 99
+PATCH := 1
+EXTRA := -alpha
 ABIVER := 4
 BUILDMODE := dynamic
 HARDENING := yes