-
-
Notifications
You must be signed in to change notification settings - Fork 25
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
4 changed files
with
46 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -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]) | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 | ||
|
@@ -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 | ||
|