From: Vladimír Čunát Date: Sun, 14 Aug 2022 15:15:18 +0000 (+0200) Subject: NEWS nit: prefer imperative formulations X-Git-Tag: v5.5.2^2~4 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=81554bc6294b9da39c4a091014b1c898b4020073;p=thirdparty%2Fknot-resolver.git NEWS nit: prefer imperative formulations We're mostly using those in NEWS and first line of commit messages. I'm not sure if they're much better than alternatives, but at least consistency is nice. --- diff --git a/NEWS b/NEWS index a1813b18b..57a1d8535 100644 --- a/NEWS +++ b/NEWS @@ -3,16 +3,16 @@ Knot Resolver 5.5.2 (2022-mm-dd) Improvements ------------ -- libknot 3.2 is supported (!1309) +- support libknot 3.2 (!1309) - priming module: hide failures from the default log level (!1310) -- less memory usage in some cases (!1328) +- reduce memory usage in some cases (!1328) Bugfixes -------- -- daemon/http: improved URI checks to fix some proxies (#746, !1311) -- daemon/tls: fixed a double-free for some cases of policy.TLS_FORWARD (!1314) +- daemon/http: improve URI checks to fix some proxies (#746, !1311) +- daemon/tls: fix a double-free for some cases of policy.TLS_FORWARD (!1314) - hints module: improve parsing comments in hosts files (!1315) -- renumber module: renumbering works with name matching again (#760, !1334) +- renumber module: fix renumbering with name matching again (#760, !1334) Knot Resolver 5.5.1 (2022-06-14)