From e8feed0a6a236ab53c974c563d67685ecf93084d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jerry=20Lundstr=C3=B6m?= Date: Wed, 23 Aug 2023 14:02:04 +0200 Subject: [PATCH] Release 2.2.0 --- CHANGES | 24 ++++++++++++++++++++++++ configure.ac | 2 +- debian/changelog | 26 ++++++++++++++++++++++++++ rpm/dnscap.spec | 21 ++++++++++++++++++++- 4 files changed, 71 insertions(+), 2 deletions(-) diff --git a/CHANGES b/CHANGES index cf773e4..72e63a9 100644 --- a/CHANGES +++ b/CHANGES @@ -1,3 +1,27 @@ +2023-08-23 Jerry Lundström + + Release 2.2.0 + + This release adds anonymization of EDNS Client Subnet to all + anonymizer plugins and improves TCP state handling by adding a hash + table for lookup rather than walking a list. + + Plugins that anonymize can now take two new options: + - `-e`: also anonymize EDNS Client Subnet + - `-E`: only anonymize EDNS Client Subnet + + Other changes: + - Cleanup and improvements to building and testing + - Mention PowerTools repository for building on CentOS etc + - Remove old workarounds in tests before #133 + + d4e0b2c TCP state hash table + 1ea8d3f Doc + 12ea061 EDNS Client Subnet anonymization + c9ed7be pcap-dist + b76f745 Cleanup + 7682d41 hashtbl + 2023-06-27 Jerry Lundström Release 2.1.3 diff --git a/configure.ac b/configure.ac index 4abdce8..dbfcaa3 100644 --- a/configure.ac +++ b/configure.ac @@ -33,7 +33,7 @@ # POSSIBILITY OF SUCH DAMAGE. AC_PREREQ(2.61) -AC_INIT([dnscap], [2.1.3], [dnscap-users@dns-oarc.net], [dnscap], [https://github.com/DNS-OARC/dnscap/issues]) +AC_INIT([dnscap], [2.2.0], [dnscap-users@dns-oarc.net], [dnscap], [https://github.com/DNS-OARC/dnscap/issues]) AM_INIT_AUTOMAKE([-Wall -Werror foreign subdir-objects]) AC_CONFIG_SRCDIR([src/dnscap.c]) AC_CONFIG_HEADER([src/config.h]) diff --git a/debian/changelog b/debian/changelog index c0f86d8..0e8a4e1 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,29 @@ +dnscap (2.2.0-1~unstable+1) unstable; urgency=low + + * Release 2.2.0 + + This release adds anonymization of EDNS Client Subnet to all + anonymizer plugins and improves TCP state handling by adding a hash + table for lookup rather than walking a list. + + Plugins that anonymize can now take two new options: + - `-e`: also anonymize EDNS Client Subnet + - `-E`: only anonymize EDNS Client Subnet + + Other changes: + - Cleanup and improvements to building and testing + - Mention PowerTools repository for building on CentOS etc + - Remove old workarounds in tests before #133 + + d4e0b2c TCP state hash table + 1ea8d3f Doc + 12ea061 EDNS Client Subnet anonymization + c9ed7be pcap-dist + b76f745 Cleanup + 7682d41 hashtbl + + -- Jerry Lundström Wed, 23 Aug 2023 13:59:21 +0200 + dnscap (2.1.3-1~unstable+1) unstable; urgency=low * Release 2.1.3 diff --git a/rpm/dnscap.spec b/rpm/dnscap.spec index 51d86aa..6ae430b 100644 --- a/rpm/dnscap.spec +++ b/rpm/dnscap.spec @@ -1,5 +1,5 @@ Name: dnscap -Version: 2.1.3 +Version: 2.2.0 Release: 1%{?dist} Summary: Network capture utility designed specifically for DNS traffic Group: Productivity/Networking/DNS/Utilities @@ -60,6 +60,25 @@ rm -rf $RPM_BUILD_ROOT %changelog +* Wed Aug 23 2023 Jerry Lundström 2.2.0-1 +- Release 2.2.0 + * This release adds anonymization of EDNS Client Subnet to all + anonymizer plugins and improves TCP state handling by adding a hash + table for lookup rather than walking a list. + * Plugins that anonymize can now take two new options: + - `-e`: also anonymize EDNS Client Subnet + - `-E`: only anonymize EDNS Client Subnet + * Other changes: + - Cleanup and improvements to building and testing + - Mention PowerTools repository for building on CentOS etc + - Remove old workarounds in tests before #133 + * Commits: + d4e0b2c TCP state hash table + 1ea8d3f Doc + 12ea061 EDNS Client Subnet anonymization + c9ed7be pcap-dist + b76f745 Cleanup + 7682d41 hashtbl * Tue Jun 27 2023 Jerry Lundström 2.1.3-1 - Release 2.1.3 * This release fixes a memory leak when using pattern matching options