]> git.ipfire.org Git - thirdparty/knot-resolver.git/commitdiff
release 5.3.1
authorTomas Krizek <tomas.krizek@nic.cz>
Wed, 31 Mar 2021 14:16:51 +0000 (16:16 +0200)
committerTomas Krizek <tomas.krizek@nic.cz>
Wed, 31 Mar 2021 14:16:51 +0000 (16:16 +0200)
NEWS
meson.build

diff --git a/NEWS b/NEWS
index 49bd72716cfd3ef814968d3e153971b28cb6ef3a..a9e431ff1ee8d39f780280657fe0a6618d978b8c 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -1,10 +1,11 @@
-Knot Resolver 5.3.1 (2021-03-dd)
+Knot Resolver 5.3.1 (2021-03-31)
 ================================
 
 Improvements
 ------------
 - policy.STUB: try to avoid TCP (compared to 5.3.0; !1155)
 - validator: downgrade NSEC3 records with too many iterations (>150; !1160)
+- additional improvements to nameserver selection algorithm (!1154, !1150)
 
 Bugfixes
 --------
index f11a0313d0bf57be761ad67f8b2df1c960576da3..ebbf92370d7290077bf3369683bbce2b7921e51b 100644 (file)
@@ -4,7 +4,7 @@ project(
   'knot-resolver',
   ['c', 'cpp'],
   license: 'GPLv3+',
-  version: '5.3.0',
+  version: '5.3.1',
   default_options: ['c_std=gnu11', 'b_ndebug=if-release'],
   meson_version: '>=0.49',
 )