]> git.ipfire.org Git - thirdparty/knot-resolver.git/commitdiff
NEWS: cleanup
authorVladimír Čunát <vladimir.cunat@nic.cz>
Mon, 23 Apr 2018 10:43:52 +0000 (12:43 +0200)
committerVladimír Čunát <vladimir.cunat@nic.cz>
Mon, 23 Apr 2018 10:43:52 +0000 (12:43 +0200)
- TLS errors were mentioned twice
- the option mode wasn't changed, just a static function name

NEWS

diff --git a/NEWS b/NEWS
index 33ecc593f48c8dbf10087e34fc7d197c0ee18c0d..c99207441b1b02300334f475bfc83d3314394f9b 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -7,11 +7,6 @@ Security
   (!550, !558, security!2, security!4)
 - increase resilience against slow lorris attack (security!5)
 
-Incompatible changes
---------------------
-- rename serve stale configuration option cache_touted_ns_clean_interval
-  to cache_ns_tout (!537)
-
 Bugfixes
 --------
 - validation: fix SERVFAIL in case of CNAME to NXDOMAIN in a single zone (!538)
@@ -25,7 +20,6 @@ Improvements
 - prefill: new module to periodically import root zone into cache
   (replacement for RFC 7706, !511)
 - network_listen_fd: always create end point for supervisor supplied file descriptor
-- daemon: improved TLS error handling
 - use CPPFLAGS build environment variable if set (!547)