]> git.ipfire.org Git - thirdparty/knot-resolver.git/commitdiff
NEWS nit: prefer imperative formulations
authorVladimír Čunát <vladimir.cunat@nic.cz>
Sun, 14 Aug 2022 15:15:18 +0000 (17:15 +0200)
committerVladimír Čunát <vladimir.cunat@nic.cz>
Sun, 14 Aug 2022 15:15:18 +0000 (17:15 +0200)
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.

NEWS

diff --git a/NEWS b/NEWS
index a1813b18b11004ffb1a5d3f967de84e5ad5e6195..57a1d8535196ef12207cf6104293da06a569c153 100644 (file)
--- 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)