]> git.ipfire.org Git - thirdparty/knot-resolver.git/commitdiff
more NEWS for this branch
authorVladimír Čunát <vladimir.cunat@nic.cz>
Tue, 7 May 2019 08:42:01 +0000 (10:42 +0200)
committerVladimír Čunát <vladimir.cunat@nic.cz>
Thu, 13 Jun 2019 13:04:22 +0000 (15:04 +0200)
NEWS

diff --git a/NEWS b/NEWS
index ab10219dc5f49d2031696b7670273d9908d32259..13856812cf2219bcc88a764701900b0533db22aa 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -5,6 +5,9 @@ Improvements
 ------------
 - DNS-over-HTTPS: answers include `access-control-allow-origin: *` (!823)
 - support named AF_UNIX stream sockets for the http module (again)
+- aarch64 support, even kernels with ARM64_VA_BITS >= 48 (#216, !797)
+  This is done by working around a LuaJIT incompatibility.
+- lua modules may omit casting parameters of layer functions (!797)
 - lua tables for C modules are more strict by default, e.g. `nsid.foo`
   will throw an error instead of returning `nil` (!797)