]> git.ipfire.org Git - thirdparty/knot-resolver.git/commitdiff
release 4.2.1 obs-knot-resolver-kv62s6/deployments/254 v4.2.1
authorTomas Krizek <tomas.krizek@nic.cz>
Wed, 25 Sep 2019 12:11:56 +0000 (14:11 +0200)
committerTomas Krizek <tomas.krizek@nic.cz>
Thu, 26 Sep 2019 12:00:52 +0000 (14:00 +0200)
NEWS
meson.build

diff --git a/NEWS b/NEWS
index 6aa4f6ff34461d9d21623e04b4f1e329af01f63a..8c1360ddbdd8a6ed8ef9b442a556de278b7f59fc 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -1,4 +1,4 @@
-Knot Resolver 4.x.y (2019-08-dd)
+Knot Resolver 4.2.1 (2019-09-26)
 ================================
 
 Bugfixes
@@ -9,11 +9,11 @@ Bugfixes
 - prefill module: allow a different module-loading style (#506)
 - validation: trim TTLs by RRSIG's expiration and original TTL (#319, #504)
 - NS choice algorithm: fix a regression since 4.0.0 (#497, !868)
+- policy: special domains home.arpa. and local. get NXDOMAIN (!855)
 
 Improvements
 ------------
 - add compatibility with (future) libknot 2.9
-- policy: special domains home.arpa. and local. get NXDOMAIN (!855)
 
 
 Knot Resolver 4.2.0 (2019-08-05)
index c52416647ed4d6210b1d919d99b2890cb2a488e4..1918c48062a7a11fc5c9dcb81bd2420c80affada 100644 (file)
@@ -2,7 +2,7 @@ project(
   'knot-resolver',
   ['c', 'cpp'],
   license: 'GPLv3+',
-  version: '4.2.0',
+  version: '4.2.1',
   default_options: ['c_std=gnu11', 'b_ndebug=if-release'],
   meson_version: '>=0.46',
 )