diff options
author | Daniel Baumann <daniel.baumann@progress-linux.org> | 2022-02-10 09:43:16 +0000 |
---|---|---|
committer | Daniel Baumann <daniel.baumann@progress-linux.org> | 2022-02-10 09:43:16 +0000 |
commit | 61524c58020d03b22e750e8bf7a1871acbfdb8c0 (patch) | |
tree | 8761969b2a8fef51432c6b2f5a796a99acffddc1 /rpm/dnswire.spec | |
parent | Releasing debian version 0.2.0-2. (diff) | |
download | dnswire-61524c58020d03b22e750e8bf7a1871acbfdb8c0.tar.xz dnswire-61524c58020d03b22e750e8bf7a1871acbfdb8c0.zip |
Merging upstream version 0.3.3.
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
Diffstat (limited to 'rpm/dnswire.spec')
-rw-r--r-- | rpm/dnswire.spec | 33 |
1 files changed, 31 insertions, 2 deletions
diff --git a/rpm/dnswire.spec b/rpm/dnswire.spec index d1135b7..b79bfc5 100644 --- a/rpm/dnswire.spec +++ b/rpm/dnswire.spec @@ -1,7 +1,7 @@ -%define sover 0 +%define sover 1 %define libname libdnswire%{sover} Name: dnswire -Version: 0.2.0 +Version: 0.3.3 Release: 1%{?dist} Summary: library for DNS encapsulations and transporting of them Group: Development/Libraries/C and C++ @@ -97,6 +97,35 @@ rm -rf $RPM_BUILD_ROOT %changelog +* 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/ + Ubuntu packages. + * Replace/break all previous Debian/Ubuntu versions +* Wed Feb 02 2022 Jerry Lundström <lundstrom.jerry@gmail.com> 0.3.2-1 +- Release 0.3.2 + * This is a package only update release to correct mistakes in Debian/ + Ubuntu packages. + * Fix Debian/Ubuntu package replaces/breaks to solve filename conflicts + * Commits: + dea8e35 Deb packages + 8398f65 Deb packages +* Tue Feb 01 2022 Jerry Lundström <lundstrom.jerry@gmail.com> 0.3.1-1 +- Release 0.3.1 + * This is a package only update release to correct mistakes in Debian/ + Ubuntu packages. + * Bump SO version for Debian/Ubuntu +* Wed Jan 26 2022 Jerry Lundström <lundstrom.jerry@gmail.com> 0.3.0-1 +- Release 0.3.0 + * This release updates the Protobuf definition for DNSTAP to include + new message types, new protocols and the new Policy object. + * Changes: + - Update debhelper compatibility level to 10 + - Update to latest `dnstap.pb`, new message types, protocols and message policy + * Commits: + 87e7909 New dnstap.pb + f215476 debhelper + 20bf38f Bye Travis * Fri Oct 23 2020 Jerry Lundström <lundstrom.jerry@gmail.com> 0.2.0-1 - Release 0.2.0 * This release fixes various issues and bugs in the API, fix typos and |