diff options
author | Daniel Baumann <daniel.baumann@progress-linux.org> | 2023-03-07 17:57:49 +0000 |
---|---|---|
committer | Daniel Baumann <daniel.baumann@progress-linux.org> | 2023-03-07 17:57:49 +0000 |
commit | 1233f2826ccb20e0dd7042e45fa41316c1a565f2 (patch) | |
tree | 208b121bc5becb304de159c93f7945774bbd6061 /rpm | |
parent | Releasing debian version 0.3.3-4. (diff) | |
download | dnswire-1233f2826ccb20e0dd7042e45fa41316c1a565f2.tar.xz dnswire-1233f2826ccb20e0dd7042e45fa41316c1a565f2.zip |
Merging upstream version 0.4.0.
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
Diffstat (limited to 'rpm')
-rw-r--r-- | rpm/dnswire.spec | 9 |
1 files changed, 8 insertions, 1 deletions
diff --git a/rpm/dnswire.spec b/rpm/dnswire.spec index b79bfc5..d9edf3b 100644 --- a/rpm/dnswire.spec +++ b/rpm/dnswire.spec @@ -1,7 +1,7 @@ %define sover 1 %define libname libdnswire%{sover} Name: dnswire -Version: 0.3.3 +Version: 0.4.0 Release: 1%{?dist} Summary: library for DNS encapsulations and transporting of them Group: Development/Libraries/C and C++ @@ -97,6 +97,13 @@ rm -rf $RPM_BUILD_ROOT %changelog +* Fri Mar 03 2023 Jerry Lundström <lundstrom.jerry@gmail.com> 0.4.0-1 +- Release 0.4.0 + * Updated `dnstap.pb` to include recently added DNS-over-QUIC (DOQ) + socket protocol. + * Commits: + a03a989 Fix COPR + e3f1167 dnstap.pb, DOQ * Wed Feb 02 2022 Jerry Lundström <lundstrom.jerry@gmail.com> 0.3.3-1 - Release 0.3.3 * This is a package only update release to correct mistakes in Debian/ |