From: Aleš Mrázek Date: Mon, 11 Nov 2024 08:16:39 +0000 (+0100) Subject: NEWS: fixed formatting X-Git-Tag: v6.0.9~2^2 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=refs%2Fenvironments%2Fdocs-develop-dock-51ud85%2Fdeployments%2F5548;p=thirdparty%2Fknot-resolver.git NEWS: fixed formatting --- diff --git a/NEWS b/NEWS index af5096a47..4339ce1c4 100644 --- a/NEWS +++ b/NEWS @@ -41,8 +41,8 @@ Security -------- - reduce buffering of transmitted data, especially TCP-based in userspace Also expose some of the new tweaks in lua: - (require 'ffi').C.the_worker.engine.net.tcp.user_timeout = 1000 - (require 'ffi').C.the_worker.engine.net.listen_{tcp,udp}_buflens.{snd,rcv} + - (require 'ffi').C.the_worker.engine.net.tcp.user_timeout = 1000 + - (require 'ffi').C.the_worker.engine.net.listen_{tcp,udp}_buflens.{snd,rcv} Packaging --------- @@ -70,12 +70,11 @@ Improvements ------------ - TLS (DoT, DoH): respect crypto policy overrides in OS (!1526) - manager: export metrics to JSON via management HTTP API (!1527) - * JSON is the new default metrics output format - * the ``prometheus-client`` Python package is now an optional dependency, - required only for Prometheus export to work + - JSON is the new default metrics output format + - the ``prometheus-client`` Python package is now an optional dependency, required only for Prometheus export to work - cache: prefetching records - * predict module: prefetching expiring records moved to prefetch module - * prefetch module: new module to prefetch expiring records + - predict module: prefetching expiring records moved to prefetch module + - prefetch module: new module to prefetch expiring records - stats: add separate metrics for IPv6 and IPv4 (!1545) - add the fresh DNSSEC root key "KSK-2024" already, Key ID 38696 (!1556) - manager: policy-loader: new component for separate loading of policy rules (!1540)