]> git.ipfire.org Git - thirdparty/knot-resolver.git/commitdiff
release 5.1.3
authorTomas Krizek <tomas.krizek@nic.cz>
Tue, 8 Sep 2020 10:38:40 +0000 (12:38 +0200)
committerTomas Krizek <tomas.krizek@nic.cz>
Tue, 8 Sep 2020 10:47:33 +0000 (12:47 +0200)
NEWS
meson.build

diff --git a/NEWS b/NEWS
index 724145c43309ded2d94aab18fb2bfc2f2e112903..ef1e9620af3d269398662b587d7b52d89c967197 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -4,8 +4,8 @@ Knot Resolver 5.1.3 (2020-09-08)
 Improvements
 ------------
 - capabilities are no longer constrained when running as root (!1012)
-- cache: add percentage usage to cache.stats() (!1025)
-- cache: add number of cache entries to cache.stats() (!1028)
+- cache: add percentage usage to cache.stats() (#580, !1025)
+- cache: add number of cache entries to cache.stats() (#510, !1028)
 - aarch64 support again, as some systems still didn't work (!1033)
 - support building against Knot DNS 3.0 (!1053)
 
index 6d732e186637de98f4dc63cc63e5c3cc81fec134..4eb17169601ae81226c6578546bd88335d30df84 100644 (file)
@@ -4,7 +4,7 @@ project(
   'knot-resolver',
   ['c', 'cpp'],
   license: 'GPLv3+',
-  version: '5.1.2',
+  version: '5.1.3',
   default_options: ['c_std=gnu11', 'b_ndebug=if-release'],
   meson_version: '>=0.46',
 )