From: Tomas Krizek Date: Thu, 18 Apr 2019 11:05:39 +0000 (+0200) Subject: release 4.0.0 X-Git-Tag: v4.0.0^2 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=5f9f887a697ec69cc11a46431ce11bc8afee8e24;p=thirdparty%2Fknot-resolver.git release 4.0.0 --- diff --git a/NEWS b/NEWS index 1d8651007..16322916b 100644 --- a/NEWS +++ b/NEWS @@ -1,10 +1,9 @@ -Knot Resolver 4.0.0 (2019-0m-dd) +Knot Resolver 4.0.0 (2019-04-18) ================================ Incompatible changes -------------------- -- see upgrading guide: - https://knot-resolver.readthedocs.io/en/v4.0.0/upgrading.html#upgrade-from-3-to-4 +- see upgrading guide: https://knot-resolver.readthedocs.io/en/stable/upgrading.html - configuration: trust_anchors aliases .file, .config() and .negative were removed (!788) - configuration: trust_anchors.keyfile_default is no longer accessible (!788) - daemon: -k/--keyfile and -K/--keyfile-ro options were removed @@ -14,17 +13,24 @@ Incompatible changes - DNSSEC is enabled by default - upstream packages for Debian now require systemd - libknot >= 2.8 is required -- net.list() output format changed +- net.list() output format changed (#448) - net.listen() reports error when address-port pair is in use +- bind to DNS-over-TLS port by default (!792) +- stop versioning libkres library +- default port for web management and APIs changed to 8453 Improvements ------------ -- policy.TLS_FORWARD: if hostname is configured, send it on wire (!759) +- policy.TLS_FORWARD: if hostname is configured, send it on wire (!762) - hints module: allow configuring the TTL and change default from 0 to 5s - policy module: policy.rpz() will watch the file for changes by default - packaging: lua cqueues added to default dependencies where available - systemd: service is no longer auto-restarted on configuration errors -- always send DO+CD flags upstream, even in insecure zones +- always send DO+CD flags upstream, even in insecure zones (#153) +- cache.stats() output is completely new; see docs (!775) +- improve usability of table_print() (!790, !801) +- add DNS-over-HTTPS support (#280) +- docker image supports and exposes DNS-over-HTTPS Bugfixes -------- @@ -35,10 +41,11 @@ Bugfixes - policy module: support '#' for separating port numbers, for consistency - fix startup on macOS+BSD when =0.46', )