From: Tomas Krizek Date: Tue, 27 Mar 2018 08:52:40 +0000 (+0200) Subject: release 2.2.0 X-Git-Tag: v2.2.0^2~3 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=b96302ea4ca77fe28cc9ee089abcf34239000d90;p=thirdparty%2Fknot-resolver.git release 2.2.0 --- diff --git a/NEWS b/NEWS index 359cce91d..a32f43b95 100644 --- a/NEWS +++ b/NEWS @@ -1,5 +1,19 @@ +Knot Resolver 2.2.0 (2018-03-28) +================================ + +New features +------------ +- cache server unavailability to prevent flooding unreachable servers + (Please note that caching algorithm needs further optimization + and will change in further versions but we need to gather operational + experience first.) +Bugfixes +-------- - don't magically -D_FORTIFY_SOURCE=2 in some cases +- allow large responses for outbound over TCP +- fix crash with RR sets with over 255 records + Knot Resolver 2.1.1 (2018-02-23) ================================ diff --git a/config.mk b/config.mk index 69770d428..be798d396 100644 --- a/config.mk +++ b/config.mk @@ -1,9 +1,9 @@ # Project MAJOR := 2 -MINOR := 1 -PATCH := 1 +MINOR := 2 +PATCH := 0 EXTRA := -ABIVER := 6 +ABIVER := 7 BUILDMODE := dynamic HARDENING := yes