-
-
Notifications
You must be signed in to change notification settings - Fork 57
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
4 changed files
with
52 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -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]) | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 | ||
|
@@ -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. | ||
|