]> git.ipfire.org Git - thirdparty/knot-resolver.git/commitdiff
release 5.0.1
authorTomas Krizek <tomas.krizek@nic.cz>
Wed, 5 Feb 2020 15:16:19 +0000 (16:16 +0100)
committerTomas Krizek <tomas.krizek@nic.cz>
Wed, 5 Feb 2020 15:29:45 +0000 (16:29 +0100)
NEWS
meson.build

diff --git a/NEWS b/NEWS
index 5207920d9e7683b9c5e56541a02f6eb13d692676..6442664093bb0c66dc05cc9617155146f242fa00 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -1,4 +1,4 @@
-Knot Resolver 5.y.z (yyyy-mm-dd)
+Knot Resolver 5.0.1 (2020-02-05)
 ================================
 
 Bugfixes
@@ -7,7 +7,8 @@ Bugfixes
 
 Improvements
 ------------
-- cache: add fssize lua function to configure entire free disk space on dedicated cache partition (#524, !932)
+- cache: add cache.fssize() lua function to configure entire free disk space on
+  dedicated cache partition (#524, !932)
 
 
 Knot Resolver 5.0.0 (2020-01-27)
index 8bff63a5b16c76c66ee8269ca3c00dd0944ae0e0..a839eb2375cd53228423de204fa3fc2eae837efb 100644 (file)
@@ -2,7 +2,7 @@ project(
   'knot-resolver',
   ['c', 'cpp'],
   license: 'GPLv3+',
-  version: '5.0.0',
+  version: '5.0.1',
   default_options: ['c_std=gnu11', 'b_ndebug=if-release'],
   meson_version: '>=0.46',
 )