From bf94b03c15565c9f8dcef8557b18e04c8e77d812 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jerry=20Lundstr=C3=B6m?= Date: Tue, 23 Apr 2024 15:01:53 +0200 Subject: [PATCH] Release 2.15.1 --- CHANGES | 18 ++++++++++++++++++ configure.ac | 2 +- debian/changelog | 20 ++++++++++++++++++++ rpm/dsc.spec | 16 +++++++++++++++- 4 files changed, 54 insertions(+), 2 deletions(-) diff --git a/CHANGES b/CHANGES index 18817f25..e6d90ea2 100644 --- a/CHANGES +++ b/CHANGES @@ -1,3 +1,21 @@ +2024-04-23 Jerry Lundström + + Release 2.15.1 + + This release fixes client subnet indexer which overwrote the mask + options during initialization so the conf option `client_v4_mask` and + `client_v6_mask` was never used. + + Other changes: + - Update documentation + - Update builtin known TLDs based on PSL + - Update copyright year + + d577a97 Copyright + f71edff Known TLDs + dedafdd Client mask + 8ef947c Doc + 2023-08-09 Jerry Lundström Release 2.15.0 diff --git a/configure.ac b/configure.ac index 3e68974c..ea78ec12 100644 --- a/configure.ac +++ b/configure.ac @@ -33,7 +33,7 @@ # POSSIBILITY OF SUCH DAMAGE. AC_PREREQ(2.61) -AC_INIT([DSC], [2.15.0], [dsc@dns-oarc.net], [dsc], [https://github.com/DNS-OARC/dsc/issues]) +AC_INIT([DSC], [2.15.1], [dsc@dns-oarc.net], [dsc], [https://github.com/DNS-OARC/dsc/issues]) AM_INIT_AUTOMAKE([-Wall -Werror foreign subdir-objects]) AC_CONFIG_SRCDIR([src/md_array.c]) AC_CONFIG_HEADER([src/config.h]) diff --git a/debian/changelog b/debian/changelog index 3e47cefd..73787ce5 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,23 @@ +dsc (2.15.1-1~unstable+1) unstable; urgency=low + + * Release 2.15.1 + + This release fixes client subnet indexer which overwrote the mask + options during initialization so the conf option `client_v4_mask` and + `client_v6_mask` was never used. + + Other changes: + - Update documentation + - Update builtin known TLDs based on PSL + - Update copyright year + + d577a97 Copyright + f71edff Known TLDs + dedafdd Client mask + 8ef947c Doc + + -- Jerry Lundström Tue, 23 Apr 2024 14:52:53 +0200 + dsc (2.15.0-1~unstable+1) unstable; urgency=low * Release 2.15.0 diff --git a/rpm/dsc.spec b/rpm/dsc.spec index 3c102688..6b1681ba 100644 --- a/rpm/dsc.spec +++ b/rpm/dsc.spec @@ -1,5 +1,5 @@ Name: dsc -Version: 2.15.0 +Version: 2.15.1 Release: 1%{?dist} Summary: DNS Statistics Collector Group: Productivity/Networking/DNS/Utilities @@ -70,6 +70,20 @@ rm -rf $RPM_BUILD_ROOT %changelog +* Tue Apr 23 2024 Jerry Lundström 2.15.1-1 +- Release 2.15.1 + * This release fixes client subnet indexer which overwrote the mask + options during initialization so the conf option `client_v4_mask` and + `client_v6_mask` was never used. + * Other changes: + - Update documentation + - Update builtin known TLDs based on PSL + - Update copyright year + * Commits: + d577a97 Copyright + f71edff Known TLDs + dedafdd Client mask + 8ef947c Doc * Wed Aug 09 2023 Jerry Lundström 2.15.0-1 - Release 2.15.0 * This release fixes DNS parsing w.r.t. EDNS, implements better loop