summaryrefslogtreecommitdiffstats
path: root/CHANGES
diff options
context:
space:
mode:
authorDaniel Baumann <daniel.baumann@progress-linux.org>2024-01-23 05:13:02 +0000
committerDaniel Baumann <daniel.baumann@progress-linux.org>2024-01-23 05:13:02 +0000
commit15271403c57beb483fcaf04a68b463a058f72df6 (patch)
tree6347c85de16b24ed36ba0b812ac7cb3db42a20eb /CHANGES
parentReleasing debian version 2.13.1-1. (diff)
downloaddnsperf-15271403c57beb483fcaf04a68b463a058f72df6.tar.xz
dnsperf-15271403c57beb483fcaf04a68b463a058f72df6.zip
Merging upstream version 2.14.0.
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
Diffstat (limited to 'CHANGES')
-rw-r--r--CHANGES27
1 files changed, 27 insertions, 0 deletions
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-<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