diff --git a/CHANGES b/CHANGES index 4279c3e..dc2a3e1 100644 --- a/CHANGES +++ b/CHANGES @@ -1,3 +1,20 @@ +2020-10-23 Jerry Lundström + + Release 1.4.3 + + This release updates the DNS resource record types list with the new + types SVCB and HTTPS. It also fixes a lot of issues reported by code + analysis and adds code coverage tests. + + 0ddbc42 Info, Travis, configure + 37a8136 Add SVCB, HTTPS rrtypes + 6188935 m4 + c159904 Coverage + 7907eb4 Documentation, sonar + 2fe937a Badges + 90a5e55 LGTM + fae992a COPR + 2020-03-02 Jerry Lundström Release 1.4.2 diff --git a/configure.ac b/configure.ac index 5c4625d..2309b50 100644 --- a/configure.ac +++ b/configure.ac @@ -18,7 +18,7 @@ # along with PacketQ. If not, see . AC_PREREQ(2.61) -AC_INIT([packetq], [1.4.2], [admin@dns-oarc.net], [packetq], [https://github.com/DNS-OARC/packetq/issues]) +AC_INIT([packetq], [1.4.3], [admin@dns-oarc.net], [packetq], [https://github.com/DNS-OARC/packetq/issues]) AM_INIT_AUTOMAKE([-Wall -Werror foreign subdir-objects]) AC_CONFIG_SRCDIR([src/packetq.cpp]) AC_CONFIG_HEADER([src/config.h]) diff --git a/debian/changelog b/debian/changelog index b2fa772..9334f2f 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,22 @@ +packetq (1.4.3-1~unstable+1) unstable; urgency=low + + * Release 1.4.3 + + This release updates the DNS resource record types list with the new + types SVCB and HTTPS. It also fixes a lot of issues reported by code + analysis and adds code coverage tests. + + 0ddbc42 Info, Travis, configure + 37a8136 Add SVCB, HTTPS rrtypes + 6188935 m4 + c159904 Coverage + 7907eb4 Documentation, sonar + 2fe937a Badges + 90a5e55 LGTM + fae992a COPR + + -- Jerry Lundström Fri, 23 Oct 2020 15:06:00 +0200 + packetq (1.4.2-1~unstable+1) unstable; urgency=low * Release 1.4.2 diff --git a/rpm/packetq.spec b/rpm/packetq.spec index d55e8ec..a25300f 100644 --- a/rpm/packetq.spec +++ b/rpm/packetq.spec @@ -1,5 +1,5 @@ Name: packetq -Version: 1.4.2 +Version: 1.4.3 Release: 1%{?dist} Summary: A tool that provides a basic SQL-frontend to PCAP-files Group: Productivity/Networking/DNS/Utilities @@ -54,6 +54,20 @@ rm -rf $RPM_BUILD_ROOT %changelog +* Fri Oct 23 2020 Jerry Lundström 1.4.3-1 +- Release 1.4.3 + * This release updates the DNS resource record types list with the new + types SVCB and HTTPS. It also fixes a lot of issues reported by code + analysis and adds code coverage tests. + * Commits: + 0ddbc42 Info, Travis, configure + 37a8136 Add SVCB, HTTPS rrtypes + 6188935 m4 + c159904 Coverage + 7907eb4 Documentation, sonar + 2fe937a Badges + 90a5e55 LGTM + fae992a COPR * Mon Mar 02 2020 Jerry Lundström 1.4.2-1 - Release 1.4.2 * Updated list of DNS resource types and work on CI and packaging.