diff options
author | Daniel Salzman <daniel.salzman@nic.cz> | 2017-02-13 09:59:42 +0100 |
---|---|---|
committer | Daniel Salzman <daniel.salzman@nic.cz> | 2017-02-13 09:59:42 +0100 |
commit | 651845ab2d9cb00c78cc6ffebc6faf0a2c0e596e (patch) | |
tree | ba02c6439730f783defed5d1b18d79ad8a5a1a13 /NEWS | |
parent | Add missing apt-get update (diff) | |
download | knot-651845ab2d9cb00c78cc6ffebc6faf0a2c0e596e.tar.xz knot-651845ab2d9cb00c78cc6ffebc6faf0a2c0e596e.zip |
Prepare for next release
Diffstat (limited to 'NEWS')
-rw-r--r-- | NEWS | 26 |
1 files changed, 26 insertions, 0 deletions
@@ -1,3 +1,29 @@ +Knot DNS 2.5.0-dev (2017-xx-xx) +=============================== + +Knot DNS 2.4.1 (2017-02-10) +=========================== + +Improvements: +------------- + - Speed-up of rdata addition into a huge rrset + - Introduce check of minumum timeout for next refresh + - Dnsproxy module can forward all queries without local resolving + +Bugfixes: +-------- + - Transfer of a huge rrset goes into an infinite loop + - Huge response over TCP contains useless TC bit instead of SERVFAIL + - Failed to build utilities with disabled daemon + - Memory leaks during keys removal + - Rough TSIG packet reservation causes early truncation + - Minor out-of-bounds string termination write in rrset dump + - Server crash during stop if failed to open timers DB + - Failed to compile on OS X older than Sierra + - Poor minimum UDP-max-size configuration check + - Failed to receive one-record-per-message IXFR-style AXFR + - Kdig timeouts when receiving RCODE != NOERROR on subsequent transfer message + Knot DNS 2.4.0 (2017-01-18) =========================== |