]> git.ipfire.org Git - thirdparty/knot-resolver.git/commitdiff
Update NEWS with more new goodies from 1.2.0-rc1
authorOndřej Surý <ondrej@sury.org>
Tue, 17 Jan 2017 15:50:41 +0000 (16:50 +0100)
committerOndřej Surý <ondrej@sury.org>
Tue, 17 Jan 2017 15:50:45 +0000 (16:50 +0100)
NEWS

diff --git a/NEWS b/NEWS
index abfc8af8379e74109840c1a9d4c0ebb02beb79bd..d4b4a5d4c68bb84aa0e96582e579108ee856d40f 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -15,11 +15,22 @@ Improvements:
 - Support CD flag on incoming requests.
 - hints module: previously /etc/hosts was loaded by default, but not anymore.
   Users can now actually avoid loading any file.
+- DNS over TLS now creates ephemeral certs.
+- Configurable cache.{min,max}_tll option, with max_ttl defaulting to 6 days.
+- Option to reorder RRs in the response.
+
+Bugfixes:
+---------
+- Trust Anchor configuration is now more robust.
+- Correctly answer NOTIMPL for meta-types and non-IN RR classes.
+- Free TCP buffer on cancelled connection.
+- Fix crash in hints module on empty hints file.
 
 Miscelaneous:
 -------------
 - It now requires knot >= 2.3.1 to link successfully.
 - The API+ABI for modules changed slightly.
+- New LRU implementation.
 
 Known problems pending in RC:
 ---------------------