]> git.ipfire.org Git - thirdparty/knot-resolver.git/commitdiff
Release 6.0.4, including NEWS this time docs-develop-rele-pg0ipw/deployments/2791
authorVladimír Čunát <vladimir.cunat@nic.cz>
Thu, 5 Oct 2023 10:45:08 +0000 (12:45 +0200)
committerVladimír Čunát <vladimir.cunat@nic.cz>
Thu, 5 Oct 2023 10:45:08 +0000 (12:45 +0200)
NEWS
meson.build

diff --git a/NEWS b/NEWS
index ce91b380091522cc232d286d21202e7359df372c..ba572f01bb3ad10b35c1bd72a92148ca63bfc867 100644 (file)
--- 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)
index e0f7b14cda9ab0ca50d61954f84cc67f02ae8922..0b343043908f1924663eee89cf82893f6ea3b107 100644 (file)
@@ -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',
 )