Merging upstream version 2.14.0.

Signed-off-by: Daniel Baumann <daniel@debian.org>
This commit is contained in:
Daniel Baumann 2025-02-09 09:12:07 +01:00
parent 9824aa74b3
commit 2d0d862dd6
Signed by: daniel
GPG key ID: FBB4F0E80A80222F
45 changed files with 1468 additions and 192 deletions

27
CHANGES
View file

@ -1,3 +1,30 @@
2024-01-18 Jerry Lundström
Release 2.14.0
This release rewords connection statistics, adds names to threads and
fixes a bug with using TSIG in more than one thread.
In "Connection Statistics", reconnections has been renamed to
connection attempts and now includes both the initial connection
attempt and following reconnections.
If supported, threads will now be named after what they do, such as
"perf-send-<num>" and "perf-recv-<num>".
The TSIG context was shared between all threads and would case a crash
if more than one sending thread was used. This has been fixed and TSIG
contexts are now per thread.
81dc36b TSIG context per thread
55011c6 Thread names
8bdd480 thread names
17c680d Set thread names for dnsperf
54e641d Add library function to set thread names
fb19440 Dockerfile
a80de21 Reword connection statistics
688a4fd Reword connection statistics
2023-08-23 Jerry Lundström
Release 2.13.1