Skip to content

Commit

Permalink
Release 1.4.3
Browse files Browse the repository at this point in the history
  • Loading branch information
jelu committed Oct 23, 2020
1 parent 388aa82 commit 29a8288
Show file tree
Hide file tree
Showing 4 changed files with 52 additions and 2 deletions.
17 changes: 17 additions & 0 deletions CHANGES
Original file line number Diff line number Diff line change
@@ -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
Expand Down
2 changes: 1 addition & 1 deletion configure.ac
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
# along with PacketQ. If not, see <http://www.gnu.org/licenses/>.

AC_PREREQ(2.61)
AC_INIT([packetq], [1.4.2], [[email protected]], [packetq], [https://github.com/DNS-OARC/packetq/issues])
AC_INIT([packetq], [1.4.3], [[email protected]], [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])
Expand Down
19 changes: 19 additions & 0 deletions debian/changelog
Original file line number Diff line number Diff line change
@@ -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 <[email protected]> Fri, 23 Oct 2020 15:06:00 +0200

packetq (1.4.2-1~unstable+1) unstable; urgency=low

* Release 1.4.2
Expand Down
16 changes: 15 additions & 1 deletion rpm/packetq.spec
Original file line number Diff line number Diff line change
@@ -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
Expand Down Expand Up @@ -54,6 +54,20 @@ rm -rf $RPM_BUILD_ROOT


%changelog
* Fri Oct 23 2020 Jerry Lundström <[email protected]> 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 <[email protected]> 1.4.2-1
- Release 1.4.2
* Updated list of DNS resource types and work on CI and packaging.
Expand Down

0 comments on commit 29a8288

Please sign in to comment.