Adding upstream version 1.0.2.

Signed-off-by: Daniel Baumann <daniel@debian.org>
This commit is contained in:
Daniel Baumann 2025-04-22 17:57:53 +02:00
parent a04160a00d
commit 36fe29e3d5
Signed by: daniel
GPG key ID: FBB4F0E80A80222F
464 changed files with 372850 additions and 0 deletions

42
CHANGES Normal file
View file

@ -0,0 +1,42 @@
2021-06-02 Jerry Lundström
Release 1.0.2
This release fixes an issue with source port being static when only
using `-q` to generate traffic from one host/IP. The source port is
now randomized for every DNS query.
Other changes is mainly about build system, packages and fixed issues
detected by code analysis tools.
05000cc Typo, random source port
6a71707 Coverage
1c724ce SonarCloud
0776d20 Badges
c274884 LGTM
5a12c61 COPR
f77efed Build dependency
a359b66 iconv
2019-10-07 Jerry Lundström
Release 1.0.1
This release fixes a few minor bugs and a dependency issue which made
`dnsmeter` throw an exception when using the `-r` option.
Bugfixes:
- Use existing `rtt_avg`, was showing total RTT divided by number of threads
- Fix an issue which missed the first 8 bytes of a text payload
72197b5 PCAP detect
665be2d RTT average
3fe7b66 pplib dependencies, RTT average
e565d42 Funding
1a1ea40 README
2019-09-23 Jerry Lundström
Release 1.0.0
Initial release after project was moved from DENIC to DNS-OARC.