From b586b72e50d2acc0fe195012fdd47dba050cb5c0 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jerry=20Lundstr=C3=B6m?= Date: Wed, 13 Apr 2022 16:23:59 +0200 Subject: [PATCH] Release 1.7.0 --- CHANGES | 22 ++++++++++++++++++++++ configure.ac | 2 +- debian/changelog | 24 ++++++++++++++++++++++++ rpm/packetq.spec | 20 +++++++++++++++++++- 4 files changed, 66 insertions(+), 2 deletions(-) diff --git a/CHANGES b/CHANGES index 7e2b7e5..3369d79 100644 --- a/CHANGES +++ b/CHANGES @@ -1,3 +1,25 @@ +2022-04-13 Jerry Lundström + + Release 1.7.0 + + This release adds two new columns for the number of labels in the + query and in the first answer, and two new functions for looking up + country code and autonomous system number (ASN) of addresses using + MaxMind databases (see `FUNCTIONS.md` on how to specify database + to use). + + - New column `qlabels`, number of labels in `qname` + - New column `alabels`, number of labels in `aname` + - New function `CC(address)`, the 2-letter ISO country code associated with the address + - New function `ASN(address)`, the ASN associated with the address + + 64d1d72 Couting labels + b3b970d Adding field qlabel_count as the count of the number of labels in the query + 0866f45 auto + 53c27ca SonarCloud, LGTM, packages + 1e5f986 MaxMind DB + 3967c31 Adding country-code and ASN lookup from MaxMind DB as functions on address strings + 2022-03-10 Jerry Lundström Release 1.6.0 diff --git a/configure.ac b/configure.ac index cb04c3d..ac7ed4c 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.6.0], [admin@dns-oarc.net], [packetq], [https://github.com/DNS-OARC/packetq/issues]) +AC_INIT([packetq], [1.7.0], [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 1914662..701d1e9 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,27 @@ +packetq (1.7.0-1~unstable+1) unstable; urgency=low + + * Release 1.7.0 + + This release adds two new columns for the number of labels in the + query and in the first answer, and two new functions for looking up + country code and autonomous system number (ASN) of addresses using + MaxMind databases (see `FUNCTIONS.md` on how to specify database + to use). + + - New column `qlabels`, number of labels in `qname` + - New column `alabels`, number of labels in `aname` + - New function `CC(address)`, the 2-letter ISO country code associated with the address + - New function `ASN(address)`, the ASN associated with the address + + 64d1d72 Couting labels + b3b970d Adding field qlabel_count as the count of the number of labels in the query + 0866f45 auto + 53c27ca SonarCloud, LGTM, packages + 1e5f986 MaxMind DB + 3967c31 Adding country-code and ASN lookup from MaxMind DB as functions on address strings + + -- Jerry Lundström Wed, 13 Apr 2022 16:21:54 +0200 + packetq (1.6.0-1~unstable+1) unstable; urgency=low * Release 1.6.0 diff --git a/rpm/packetq.spec b/rpm/packetq.spec index b4ccae3..fdee971 100644 --- a/rpm/packetq.spec +++ b/rpm/packetq.spec @@ -1,5 +1,5 @@ Name: packetq -Version: 1.6.0 +Version: 1.7.0 Release: 1%{?dist} Summary: A tool that provides a basic SQL-frontend to PCAP-files Group: Productivity/Networking/DNS/Utilities @@ -56,6 +56,24 @@ rm -rf $RPM_BUILD_ROOT %changelog +* Wed Apr 13 2022 Jerry Lundström 1.7.0-1 +- Release 1.7.0 + * This release adds two new columns for the number of labels in the + query and in the first answer, and two new functions for looking up + country code and autonomous system number (ASN) of addresses using + MaxMind databases (see `FUNCTIONS.md` on how to specify database + to use). + - New column `qlabels`, number of labels in `qname` + - New column `alabels`, number of labels in `aname` + - New function `CC(address)`, the 2-letter ISO country code associated with the address + - New function `ASN(address)`, the ASN associated with the address + * Commits: + 64d1d72 Couting labels + b3b970d Adding field qlabel_count as the count of the number of labels in the query + 0866f45 auto + 53c27ca SonarCloud, LGTM, packages + 1e5f986 MaxMind DB + 3967c31 Adding country-code and ASN lookup from MaxMind DB as functions on address strings * Thu Mar 10 2022 Jerry Lundström 1.6.0-1 - Release 1.6.0 * This release adds a new SQL function for masking addresses and adds