]> git.ipfire.org Git - thirdparty/knot-resolver.git/commitdiff
NEWS: fixed formatting docs-develop-dock-51ud85/deployments/5548
authorAleš Mrázek <ales.mrazek@nic.cz>
Mon, 11 Nov 2024 08:16:39 +0000 (09:16 +0100)
committerAleš Mrázek <ales.mrazek@nic.cz>
Mon, 11 Nov 2024 08:22:44 +0000 (09:22 +0100)
NEWS

diff --git a/NEWS b/NEWS
index af5096a47ef653eeba176d6570138495fa67a569..4339ce1c474f767374731f864007b484b1e35215 100644 (file)
--- 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)