diff options
author | Daniel Baumann <daniel.baumann@progress-linux.org> | 2021-10-08 08:43:44 +0000 |
---|---|---|
committer | Daniel Baumann <daniel.baumann@progress-linux.org> | 2021-10-08 08:43:44 +0000 |
commit | ea1f8f1b6b3e7d8ead3758723b9aae08be758f0a (patch) | |
tree | 49f764f6134f55cb76b1577c9152deaabd6a58dc /CHANGES | |
parent | Adding upstream version 2.7.0. (diff) | |
download | dnsperf-upstream/2.7.1.tar.xz dnsperf-upstream/2.7.1.zip |
Adding upstream version 2.7.1.upstream/2.7.1
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
Diffstat (limited to 'CHANGES')
-rw-r--r-- | CHANGES | 13 |
1 files changed, 13 insertions, 0 deletions
@@ -1,3 +1,16 @@ +2021-09-17 Jerry Lundström + + Release 2.7.1 + + This release fixes issues with constructing wire-format DNS when the + domain names includes escaped characters such as `\123` or `\.`. + + Other changes: + - Bump Debian package compat level to 10 + + 4873f02 DNS encoding + c4eccc0 debhelper + 2021-08-09 Jerry Lundström Release 2.7.0 |