]> git.ipfire.org Git - thirdparty/knot-resolver.git/commitdiff
release 2.2.0
authorTomas Krizek <tomas.krizek@nic.cz>
Tue, 27 Mar 2018 08:52:40 +0000 (10:52 +0200)
committerTomas Krizek <tomas.krizek@nic.cz>
Wed, 28 Mar 2018 09:39:36 +0000 (11:39 +0200)
NEWS
config.mk

diff --git a/NEWS b/NEWS
index 359cce91d48a29f760734fd565e55a23b352686c..a32f43b9550f4e228d90d68759e20fd2c9f48306 100644 (file)
--- 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)
 ================================
index 69770d428ac3e448227a3b9dd66d24fa4aaae41f..be798d396b3667d1baec08623612c1dcfb592901 100644 (file)
--- 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