]> git.ipfire.org Git - thirdparty/knot-resolver.git/commitdiff
NEWS: add 6.0.0 alpha entry
authorJakub Ružička <jakub.ruzicka@nic.cz>
Thu, 18 May 2023 11:25:23 +0000 (13:25 +0200)
committerJakub Ružička <jakub.ruzicka@nic.cz>
Thu, 18 May 2023 11:27:08 +0000 (13:27 +0200)
Also sync NEWS with latest release 5.6.0 for consistency.

NEWS

diff --git a/NEWS b/NEWS
index b9d3894d90138d4f819740effa123e090ac4373c..3a58af753b632b4d0c5a1314685adafea188a579 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -1,8 +1,28 @@
-Knot Resolver 5.6.0 (202y-mm-dd)
+Knot Resolver 6.0.0 (2023-mm-dd)
 ================================
 
 Improvements
 ------------
+- Knot Resolver v6 alpha starts
+- 6.0.x versions are dedicated to alpha cycle
+
+
+Knot Resolver 5.6.0 (2023-01-26)
+================================
+
+Security
+--------
+- avoid excessive TCP reconnections in some cases (!1380)
+  For example, a DNS server that just closes connections without answer
+  could cause lots of work for the resolver (and itself, too).
+  The number of connections could be up to around 100 per client's query.
+
+  We thank Xiang Li from NISL Lab, Tsinghua University,
+  and Xuesong Bai and Qifan Zhang from DSP Lab, UCI.
+
+Improvements
+------------
+- daemon: feed server selection with more kinds of bad-answer events (!1380)
 - cache.max_ttl(): lower the default from six days to one day
   and apply both limits to the first uncached answer already (!1323 #127)
 - depend on jemalloc, preferably, to improve memory usage (!1353)