Skip to content

Commit

Permalink
Release 2.11.2
Browse files Browse the repository at this point in the history
  • Loading branch information
jelu committed Oct 20, 2020
1 parent f118e96 commit 4b8cc9c
Show file tree
Hide file tree
Showing 4 changed files with 46 additions and 2 deletions.
15 changes: 15 additions & 0 deletions CHANGES
Original file line number Diff line number Diff line change
@@ -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
Expand Down
2 changes: 1 addition & 1 deletion configure.ac
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@
# POSSIBILITY OF SUCH DAMAGE.

AC_PREREQ(2.61)
AC_INIT([DSC], [2.11.1], [[email protected]], [dsc], [https://github.com/DNS-OARC/dsc/issues])
AC_INIT([DSC], [2.11.2], [[email protected]], [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])
Expand Down
17 changes: 17 additions & 0 deletions debian/changelog
Original file line number Diff line number Diff line change
@@ -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 <[email protected]> Tue, 20 Oct 2020 16:11:06 +0200

dsc (2.11.1-1~unstable+1) unstable; urgency=low

* Release 2.11.1
Expand Down
14 changes: 13 additions & 1 deletion rpm/dsc.spec
Original file line number Diff line number Diff line change
@@ -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
Expand Down Expand Up @@ -65,6 +65,18 @@ rm -rf $RPM_BUILD_ROOT


%changelog
* Tue Oct 20 2020 Jerry Lundström <[email protected]> 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 <[email protected]> 2.11.1-1
- Release 2.11.1
* This release fixes a 17-year old code cut&paste mistake in the
Expand Down

0 comments on commit 4b8cc9c

Please sign in to comment.