Merging upstream version 2.9.0.
Signed-off-by: Daniel Baumann <daniel@debian.org>
This commit is contained in:
parent
e32f91254b
commit
a2303c9c61
13 changed files with 202 additions and 21 deletions
19
CHANGES
19
CHANGES
|
@ -1,3 +1,22 @@
|
|||
2021-12-08 Jerry Lundström
|
||||
|
||||
Release 2.9.0
|
||||
|
||||
This release brings a new message suppression option and a way to control
|
||||
how many queries are sent over a connection.
|
||||
|
||||
You can now suppress the message about receiving unexpected DNS message
|
||||
IDs by using `-O suppress=unexpected`.
|
||||
|
||||
With `-O num-queries-per-conn=<num>` you can now limit the number of
|
||||
queries sent over a connection before triggering a re-connection, see
|
||||
the `dnsperf(3)` man-page for more information how this works.
|
||||
|
||||
cd9df40 Tests
|
||||
864a968 Queries per connection
|
||||
7c5d6ab Suppress unexpected
|
||||
8e9f4a2 Suppress
|
||||
|
||||
2021-11-02 Jerry Lundström
|
||||
|
||||
Release 2.8.0
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue