summaryrefslogtreecommitdiffstats
path: root/rpm/dnswire.spec
diff options
context:
space:
mode:
Diffstat (limited to 'rpm/dnswire.spec')
-rw-r--r--rpm/dnswire.spec33
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