]> git.ipfire.org Git - thirdparty/knot-resolver.git/commitdiff
release 5.6.0 obs-knot-resolver-bs4hbr/deployments/2417
authorAleš Mrázek <ales.mrazek@nic.cz>
Thu, 26 Jan 2023 12:21:55 +0000 (13:21 +0100)
committerAleš Mrázek <ales.mrazek@nic.cz>
Thu, 26 Jan 2023 12:21:55 +0000 (13:21 +0100)
NEWS
meson.build

diff --git a/NEWS b/NEWS
index 24ab1cfcd8314705ab35e75384e909c6c9ef5acc..45078d360fd1075d7b8c777470745becd4333613 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -1,9 +1,9 @@
-Knot Resolver 5.6.0 (202y-mm-dd)
+Knot Resolver 5.6.0 (2023-01-26)
 ================================
 
 Security
 --------
-- avoid excessive TCP reconnections in some cases
+- 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.
@@ -13,7 +13,7 @@ Security
 
 Improvements
 ------------
-- daemon: feed server selection with more kinds of bad-answer events
+- 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)
index 9bb00a912acb8c57d869cd569facbef11386a4bd..795947e17888585ab01422c06cd1bb6ad38ef51f 100644 (file)
@@ -4,7 +4,7 @@ project(
   'knot-resolver',
   ['c', 'cpp'],
   license: 'GPLv3+',
-  version: '5.5.3',
+  version: '5.6.0',
   default_options: ['c_std=gnu11', 'b_ndebug=true'],
   meson_version: '>=0.49',
 )