From 4b8cc9c86de1bd903c95bdfca469fd2c72a999b8 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jerry=20Lundstr=C3=B6m?= Date: Tue, 20 Oct 2020 16:25:12 +0200 Subject: [PATCH] Release 2.11.2 --- CHANGES | 15 +++++++++++++++ configure.ac | 2 +- debian/changelog | 17 +++++++++++++++++ rpm/dsc.spec | 14 +++++++++++++- 4 files changed, 46 insertions(+), 2 deletions(-) diff --git a/CHANGES b/CHANGES index e479b78d..3265494e 100644 --- a/CHANGES +++ b/CHANGES @@ -1,3 +1,18 @@ +2020-10-20 Jerry Lundström + + Release 2.11.2 + + This release fixes a bug in `asn_indexer` that didn't enabled the usage + of MaxMindDB after successful initiation. Other changes include a typo + fix in `configure` and a lot of coverage tests. + + 395b11a Travis, configure + ffea9ed Tests + 8b0bebd Tests + 09f8174 Config tests + d1514d4 Coverage + 66b018c Coverage, ASN indexer + 2020-08-18 Jerry Lundström Release 2.11.1 diff --git a/configure.ac b/configure.ac index 789b1e80..0801d456 100644 --- a/configure.ac +++ b/configure.ac @@ -33,7 +33,7 @@ # POSSIBILITY OF SUCH DAMAGE. AC_PREREQ(2.61) -AC_INIT([DSC], [2.11.1], [dsc@dns-oarc.net], [dsc], [https://github.com/DNS-OARC/dsc/issues]) +AC_INIT([DSC], [2.11.2], [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 74bcb879..dac0efb2 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,20 @@ +dsc (2.11.2-1~unstable+1) unstable; urgency=low + + * Release 2.11.2 + + This release fixes a bug in `asn_indexer` that didn't enabled the usage + of MaxMindDB after successful initiation. Other changes include a typo + fix in `configure` and a lot of coverage tests. + + 395b11a Travis, configure + ffea9ed Tests + 8b0bebd Tests + 09f8174 Config tests + d1514d4 Coverage + 66b018c Coverage, ASN indexer + + -- Jerry Lundström Tue, 20 Oct 2020 16:11:06 +0200 + dsc (2.11.1-1~unstable+1) unstable; urgency=low * Release 2.11.1 diff --git a/rpm/dsc.spec b/rpm/dsc.spec index bed0d8f9..ec068e8e 100644 --- a/rpm/dsc.spec +++ b/rpm/dsc.spec @@ -1,5 +1,5 @@ Name: dsc -Version: 2.11.1 +Version: 2.11.2 Release: 1%{?dist} Summary: DNS Statistics Collector Group: Productivity/Networking/DNS/Utilities @@ -65,6 +65,18 @@ rm -rf $RPM_BUILD_ROOT %changelog +* Tue Oct 20 2020 Jerry Lundström 2.11.2-1 +- Release 2.11.2 + * This release fixes a bug in `asn_indexer` that didn't enabled the usage + of MaxMindDB after successful initiation. Other changes include a typo + fix in `configure` and a lot of coverage tests. + * Commits: + 395b11a Travis, configure + ffea9ed Tests + 8b0bebd Tests + 09f8174 Config tests + d1514d4 Coverage + 66b018c Coverage, ASN indexer * Tue Aug 18 2020 Jerry Lundström 2.11.1-1 - Release 2.11.1 * This release fixes a 17-year old code cut&paste mistake in the