From: Ondřej Surý Date: Thu, 23 Feb 2017 13:24:50 +0000 (+0100) Subject: Prepare 1.2.3 release X-Git-Tag: v1.2.3^2 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=70f9024f3a46567db06858188364017dd7bd4d4d;p=thirdparty%2Fknot-resolver.git Prepare 1.2.3 release --- diff --git a/NEWS b/NEWS index 6a24411ed..85808a3e2 100644 --- a/NEWS +++ b/NEWS @@ -1,3 +1,14 @@ +Knot Resolver 1.2.3 (2017-02-23) +================================ + +Bugfixes +-------- +- Disable storing GLUE records into the cache even in the + (non-default) QUERY_PERMISSIVE mode +- iterate: skip answer RRs that don't match the query +- layer/iterate: some additional processing for referrals +- lib/resolve: zonecut fetching error was fixed + Knot Resolver 1.2.2 (2017-02-10) ================================ diff --git a/config.mk b/config.mk index b950ea336..2bfd92d5a 100644 --- a/config.mk +++ b/config.mk @@ -1,7 +1,7 @@ # Project MAJOR := 1 MINOR := 2 -PATCH := 2 +PATCH := 3 EXTRA := ABIVER := 2 BUILDMODE := dynamic