Skip to content
Snippets Groups Projects
Verified Commit 254252b8 authored by Tomas Krizek's avatar Tomas Krizek
Browse files

release 5.2.1

parent 491c6ab1
No related branches found
No related tags found
1 merge request!1108release 5.2.1
Pipeline #73290 passed with warnings
...@@ -13,6 +13,7 @@ Alex Forster <aforster@cloudflare.com> ...@@ -13,6 +13,7 @@ Alex Forster <aforster@cloudflare.com>
Ali Asad Lotia <ali.asad.lotia@gmail.com> Ali Asad Lotia <ali.asad.lotia@gmail.com>
Anbang Wen <anbang@cloudflare.com> Anbang Wen <anbang@cloudflare.com>
Andreas Rammhold <andreas@rammhold.de> Andreas Rammhold <andreas@rammhold.de>
Christophe Nowicki <cscm@csquad.org>
Daniel Kahn Gillmor <dkg@fifthhorseman.net> Daniel Kahn Gillmor <dkg@fifthhorseman.net>
Daniel Salzman <daniel.salzman@nic.cz> Daniel Salzman <daniel.salzman@nic.cz>
daurnimator <quae@daurnimator.com> daurnimator <quae@daurnimator.com>
......
Knot Resolver X.Y.X (yyyy-mm-dd) Knot Resolver 5.2.1 (2020-12-09)
================================ ================================
Improvements
------------
- doh2: send Cache-Control header with TTL (#617, !1095)
Bugfixes Bugfixes
-------- --------
- fix map() command on 32-bit platforms; regressed in 5.2.0 (!1093) - fix map() command on 32-bit platforms; regressed in 5.2.0 (!1093)
- doh2: restrict endpoints to doh and dns-query (#636, !1104) - doh2: restrict endpoints to doh and dns-query (#636, !1104)
- renumber: map to correct subnet when using multiple rules (!1107)
Knot Resolver 5.2.0 (2020-11-11) Knot Resolver 5.2.0 (2020-11-11)
......
...@@ -4,7 +4,7 @@ project( ...@@ -4,7 +4,7 @@ project(
'knot-resolver', 'knot-resolver',
['c', 'cpp'], ['c', 'cpp'],
license: 'GPLv3+', license: 'GPLv3+',
version: '5.2.0', version: '5.2.1',
default_options: ['c_std=gnu11', 'b_ndebug=if-release'], default_options: ['c_std=gnu11', 'b_ndebug=if-release'],
meson_version: '>=0.49', meson_version: '>=0.49',
) )
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment