From: Vladimír Čunát Date: Thu, 5 Oct 2023 10:45:08 +0000 (+0200) Subject: Release 6.0.4, including NEWS this time X-Git-Tag: v6.0.4^2~1 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=da85a75f203a293ac4b6013de03c94cc3f25054e;p=thirdparty%2Fknot-resolver.git Release 6.0.4, including NEWS this time --- diff --git a/NEWS b/NEWS index ce91b3800..ba572f01b 100644 --- a/NEWS +++ b/NEWS @@ -1,10 +1,12 @@ -Knot Resolver 6.0.0 (2023-mm-dd) +Knot Resolver 6.0.4 (2023-10-05) ================================ -Improvements ------------- -- Knot Resolver v6 alpha starts -- 6.0.x versions are dedicated to alpha cycle +6.0.x are "early access" versions, +not generally recommended for production use. + +6.0 contains biggest changes in the history of Knot Resolver releases. +You will have to rewrite your configuration. See documentation, in particular: +https://knot.pages.nic.cz/knot-resolver/upgrading-to-6.html Knot Resolver 5.7.0 (2023-08-22) diff --git a/meson.build b/meson.build index e0f7b14cd..0b3430439 100644 --- a/meson.build +++ b/meson.build @@ -4,7 +4,7 @@ project( 'knot-resolver', ['c', 'cpp'], license: 'GPLv3+', - version: '6.0.3', + version: '6.0.4', default_options: ['c_std=gnu11', 'b_ndebug=true'], meson_version: '>=0.49', )