diff options
Diffstat (limited to 'CHANGES')
-rw-r--r-- | CHANGES | 27 |
1 files changed, 27 insertions, 0 deletions
@@ -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 |