diff --git a/CHANGES b/CHANGES index 99ef14c..6a23639 100644 --- a/CHANGES +++ b/CHANGES @@ -1,3 +1,27 @@ +2021-11-02 Jerry Lundström + + Release 2.8.0 + + This release fixes response handling for DNS-over-HTTPS when multiple + responses are received within the same receive cycle, and adds a new + option to suppress some of the normal and verbose output. + + The network model within dnsperf and resperf can not process more then + one response at a time from a protocol module, so a buffer has been added + to the DNS-over-HTTPS module to handle this situation (this already exists + in all other modules). + + The new option `-O suppress=` can selectively suppress parts + of the normal and verbose output. Some of these messages might be + excessively displayed due to the network model and depending on what + protocol you use which makes usage harder then necessary. For example + during TCP connection stage, if you end-point is slow to establish + connection you will get a lot of output saying that the socket isn't ready + yet. + + 6a452b0 DoH response handling + e2828e7 Suppress + 2021-09-17 Jerry Lundström Release 2.7.1 diff --git a/configure.ac b/configure.ac index a4e044b..b3436df 100644 --- a/configure.ac +++ b/configure.ac @@ -16,7 +16,7 @@ # limitations under the License. AC_PREREQ(2.64) -AC_INIT([dnsperf], [2.7.1], [admin@dns-oarc.net], [dnsperf], [https://github.com/DNS-OARC/dnsperf/issues]) +AC_INIT([dnsperf], [2.8.0], [admin@dns-oarc.net], [dnsperf], [https://github.com/DNS-OARC/dnsperf/issues]) AM_INIT_AUTOMAKE([-Wall -Werror foreign subdir-objects]) AC_CONFIG_SRCDIR([src/dnsperf.c]) AC_CONFIG_HEADER([src/config.h]) diff --git a/debian/changelog b/debian/changelog index 268fb47..dc65633 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,29 @@ +dnsperf (2.8.0-1~unstable+1) unstable; urgency=low + + * Release 2.8.0 + + This release fixes response handling for DNS-over-HTTPS when multiple + responses are received within the same receive cycle, and adds a new + option to suppress some of the normal and verbose output. + + The network model within dnsperf and resperf can not process more then + one response at a time from a protocol module, so a buffer has been added + to the DNS-over-HTTPS module to handle this situation (this already exists + in all other modules). + + The new option `-O suppress=` can selectively suppress parts + of the normal and verbose output. Some of these messages might be + excessively displayed due to the network model and depending on what + protocol you use which makes usage harder then necessary. For example + during TCP connection stage, if you end-point is slow to establish + connection you will get a lot of output saying that the socket isn't ready + yet. + + 6a452b0 DoH response handling + e2828e7 Suppress + + -- Jerry Lundström Tue, 02 Nov 2021 10:49:07 +0100 + dnsperf (2.7.1-1~unstable+1) unstable; urgency=low * Release 2.7.1 diff --git a/rpm/dnsperf.spec b/rpm/dnsperf.spec index a437af8..6d353b1 100644 --- a/rpm/dnsperf.spec +++ b/rpm/dnsperf.spec @@ -1,5 +1,5 @@ Name: dnsperf -Version: 2.7.1 +Version: 2.8.0 Release: 1%{?dist} Summary: DNS Performance Testing Tool Group: Productivity/Networking/DNS/Utilities @@ -95,6 +95,25 @@ rm -rf $RPM_BUILD_ROOT %changelog +* Tue Nov 02 2021 Jerry Lundström 2.8.0-1 +- Release 2.8.0 + * This release fixes response handling for DNS-over-HTTPS when multiple + responses are received within the same receive cycle, and adds a new + option to suppress some of the normal and verbose output. + * The network model within dnsperf and resperf can not process more then + one response at a time from a protocol module, so a buffer has been added + to the DNS-over-HTTPS module to handle this situation (this already exists + in all other modules). + * The new option `-O suppress=` can selectively suppress parts + of the normal and verbose output. Some of these messages might be + excessively displayed due to the network model and depending on what + protocol you use which makes usage harder then necessary. For example + during TCP connection stage, if you end-point is slow to establish + connection you will get a lot of output saying that the socket isn't ready + yet. + * Commits: + 6a452b0 DoH response handling + e2828e7 Suppress * Fri Sep 17 2021 Jerry Lundström 2.7.1-1 - Release 2.7.1 * This release fixes issues with constructing wire-format DNS when the