]> git.ipfire.org Git - thirdparty/knot-resolver.git/commitdiff
release 5.0.0
authorTomas Krizek <tomas.krizek@nic.cz>
Mon, 27 Jan 2020 11:18:01 +0000 (12:18 +0100)
committerTomas Krizek <tomas.krizek@nic.cz>
Mon, 27 Jan 2020 12:09:16 +0000 (13:09 +0100)
NEWS
meson.build

diff --git a/NEWS b/NEWS
index 8845942a6a6f606f6d5a83a473ceba31dde3ecb0..8e1cf7226f432156e85a2fad469cd8b0dc2b8ae0 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -1,11 +1,12 @@
-Knot Resolver 5.0.0 (20yy-mm-dd)
+Knot Resolver 5.0.0 (2020-01-27)
 ================================
 
 Incompatible changes
 --------------------
 - see upgrading guide: https://knot-resolver.readthedocs.io/en/stable/upgrading.html
+- systemd sockets are no longer supported (#485)
 - net.listen() throws an error if it fails to bind; use freebind option if needed
-- control socket location has changed
+- control socket location has changed (!922)
 - -f/--forks is deprecated (#529, !919)
 
 Improvements
@@ -13,9 +14,14 @@ Improvements
 - logging: control-socket commands don't log unless --verbose (#528)
 - use SO_REUSEPORT_LB if available (FreeBSD 12.0+)
 - lua: remove dependency on lua-socket and lua-sec, used lua-http and cqueues (#512, #521, !894)
+- lua: remove dependency on lua-filesystem (#520, !912)
 - net.listen(): allow binding to non-local address with freebind option (!898)
 - cache: pre-allocate the file to avoid SIGBUS later (not macOS; !917, #525)
 - lua: be stricter around nonsense returned from modules (!901)
+- user documentation was reorganized and extended (!900, !867)
+- multiple config files can be used with --config/-c option (!909)
+- lua: stop trying to tweak lua's GC (!201)
+- systemd: add SYSTEMD_INSTANCE env variable to identify different instances (!906)
 
 Bugfixes
 --------
index 4bd17aed14660061d4c580233ca49d50c8038767..8bff63a5b16c76c66ee8269ca3c00dd0944ae0e0 100644 (file)
@@ -2,7 +2,7 @@ project(
   'knot-resolver',
   ['c', 'cpp'],
   license: 'GPLv3+',
-  version: '4.3.0',
+  version: '5.0.0',
   default_options: ['c_std=gnu11', 'b_ndebug=if-release'],
   meson_version: '>=0.46',
 )