]> git.ipfire.org Git - thirdparty/knot-resolver.git/commitdiff
release 5.1.0
authorTomas Krizek <tomas.krizek@nic.cz>
Mon, 27 Apr 2020 15:37:35 +0000 (17:37 +0200)
committerTomas Krizek <tomas.krizek@nic.cz>
Wed, 29 Apr 2020 10:54:12 +0000 (12:54 +0200)
NEWS
meson.build

diff --git a/NEWS b/NEWS
index bc43716e097ee36eca83dc7bb694fc0fdb641e79..e89c5a25a1f4b01115ea5826ed9770253d8e1fc0 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -1,4 +1,4 @@
-Knot Resolver 5.x.y (2020-0m-0d)
+Knot Resolver 5.1.0 (2020-04-29)
 ================================
 
 Improvements
@@ -22,6 +22,11 @@ Bugfixes
 - cache: fix CNAME caching when validation is disabled (#472, !974)
 - cache: fix CNAME caching in policy.STUB mode (!974)
 - prefill: fix crash caused by race condition with resolver startup (!983)
+- webmgmt: use javascript scheme detection for websockets' protocol (#546)
+- daf module: fix del(), deny(), drop(), tc(), pass() functions (#553, !966)
+- policy and daf modules: expose initial query when evaluating postrules (#556)
+- cache: fix some cases of caching answers over 4 KiB (!976)
+- docs: support sphinx 3.0.0+ (!978)
 
 Incompatible changes
 --------------------
@@ -297,7 +302,6 @@ Bugfixes
 - avoid SERVFAILs due to certain kind of NS dependency cycles, again
   (#374) this time seen as 'circular dependency' in verbose logs
 - policy and view modules do not overwrite result finished requests (!678)
-- cache: fix some cases of caching answers over 4 KiB (!976)
 
 Improvements
 ------------
index 9ca5c60fdc1d5671f4ae4ef1fed486cfd8dc17c5..31923a4bec0782f78b8ee92d105f5d7c80aa8556 100644 (file)
@@ -4,7 +4,7 @@ project(
   'knot-resolver',
   ['c', 'cpp'],
   license: 'GPLv3+',
-  version: '5.0.1',
+  version: '5.1.0',
   default_options: ['c_std=gnu11', 'b_ndebug=if-release'],
   meson_version: '>=0.46',
 )