From 30e2eacf8cd4b0e96fb571b0ad196cf713b70ad1 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Ale=C5=A1=20Mr=C3=A1zek?= Date: Thu, 26 Jan 2023 13:21:55 +0100 Subject: [PATCH] release 5.6.0 --- NEWS | 6 +++--- meson.build | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/NEWS b/NEWS index 24ab1cfcd..45078d360 100644 --- 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) diff --git a/meson.build b/meson.build index 9bb00a912..795947e17 100644 --- a/meson.build +++ b/meson.build @@ -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', ) -- 2.47.2