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

Merge branch 'release-5-3-2' into 'master'

release 5.3.2

See merge request !1175
parents 2894d7a7 11d13414
Branches
Tags v5.3.2
1 merge request!1175release 5.3.2
Pipeline #81006 passed with warnings with stages
in 3 hours, 17 minutes, and 2 seconds
# Intermediate container for Knot DNS build (not persistent)
# SPDX-License-Identifier: GPL-3.0-or-later
FROM debian:stable AS knot-dns-build
ARG KNOT_DNS_VERSION=v3.0.0
ARG KNOT_DNS_VERSION=v3.0.5
# Build dependencies
ENV KNOT_DNS_BUILD_DEPS git-core build-essential libtool autoconf pkg-config \
......
Knot Resolver 5.3.2 (2021-0m-dd)
Knot Resolver 5.3.2 (2021-05-05)
================================
Security
......@@ -9,6 +9,7 @@ Security
Improvements
------------
- cache: improve handling write errors from LMDB (!1159)
- doh2: improve handling of stream errors (!1164)
Bugfixes
--------
......@@ -16,6 +17,7 @@ Bugfixes
- validator: fix SERVFAIL for some rare dynamic proofs (!1166)
- fix SIGBUS on uncommon ARM machines (unaligned access; !1167, #426)
- cache: better resilience on abnormal termination/restarts (!1172)
- doh2: fix memleak on stream write failures (!1161)
Knot Resolver 5.3.1 (2021-03-31)
......
......@@ -4,7 +4,7 @@ project(
'knot-resolver',
['c', 'cpp'],
license: 'GPLv3+',
version: '5.3.1',
version: '5.3.2',
default_options: ['c_std=gnu11', 'b_ndebug=if-release'],
meson_version: '>=0.49',
)
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment