From: Tomas Krizek Date: Wed, 5 Feb 2020 15:16:19 +0000 (+0100) Subject: release 5.0.1 X-Git-Tag: v5.0.1^2 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=3d34db59505d87d773dcc418ba5490041264a2ec;p=thirdparty%2Fknot-resolver.git release 5.0.1 --- diff --git a/NEWS b/NEWS index 5207920d9..644266409 100644 --- 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) diff --git a/meson.build b/meson.build index 8bff63a5b..a839eb237 100644 --- a/meson.build +++ b/meson.build @@ -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', )