From: Vladimír Čunát Date: Thu, 26 Oct 2017 15:48:53 +0000 (+0200) Subject: NEWS for 1.99.1-alpha X-Git-Tag: v2.0.0~6^2~77 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=3c2ef1093d771e79a7dcd72093ed88f864f87131;p=thirdparty%2Fknot-resolver.git NEWS for 1.99.1-alpha --- diff --git a/NEWS b/NEWS index 2ea59577e..60f042228 100644 --- 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) ================================ diff --git a/config.mk b/config.mk index dbb873d4c..ed144ffd4 100644 --- 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