From 15271403c57beb483fcaf04a68b463a058f72df6 Mon Sep 17 00:00:00 2001 From: Daniel Baumann Date: Tue, 23 Jan 2024 06:13:02 +0100 Subject: Merging upstream version 2.14.0. Signed-off-by: Daniel Baumann --- CHANGES | 27 +++++++++++++++++++++++++++ 1 file changed, 27 insertions(+) (limited to 'CHANGES') diff --git a/CHANGES b/CHANGES index 7879bce..430c65e 100644 --- a/CHANGES +++ b/CHANGES @@ -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-" and "perf-recv-". + + 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 -- cgit v1.2.3