-
-
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
48 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.13.0], [[email protected]], [dsc], [https://github.com/DNS-OARC/dsc/issues]) | ||
AC_INIT([DSC], [2.13.1], [[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,21 @@ | ||
dsc (2.13.1-1~unstable+1) unstable; urgency=low | ||
|
||
* Release 2.13.1 | ||
|
||
This patch release is mainly for build and packages where MaxMind DB | ||
library is preferred over the legacy GeoIP library. | ||
MaxMind has announced that the databases for GeoIP will be EOL May 2022 | ||
and recommends switching to GeoIP2 databases. | ||
|
||
Also updated DSC's description, removing references to the now | ||
discontinued Presenter and pointing to dsc-datatool instead. | ||
|
||
d891e2c Package, description | ||
c23406c Optional GeoIP | ||
26dd506 GeoIP | ||
|
||
-- Jerry Lundström <[email protected]> Thu, 21 Apr 2022 10:14:47 +0200 | ||
|
||
dsc (2.13.0-1~unstable+1) unstable; urgency=low | ||
|
||
* Release 2.13.0 | ||
|
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.13.0 | ||
Version: 2.13.1 | ||
Release: 1%{?dist} | ||
Summary: DNS Statistics Collector | ||
Group: Productivity/Networking/DNS/Utilities | ||
|
@@ -70,6 +70,18 @@ rm -rf $RPM_BUILD_ROOT | |
|
||
|
||
%changelog | ||
* Thu Apr 21 2022 Jerry Lundström <[email protected]> 2.13.1-1 | ||
- Release 2.13.1 | ||
* This patch release is mainly for build and packages where MaxMind DB | ||
library is preferred over the legacy GeoIP library. | ||
MaxMind has announced that the databases for GeoIP will be EOL May 2022 | ||
and recommends switching to GeoIP2 databases. | ||
* Also updated DSC's description, removing references to the now | ||
discontinued Presenter and pointing to dsc-datatool instead. | ||
* Commits: | ||
d891e2c Package, description | ||
c23406c Optional GeoIP | ||
26dd506 GeoIP | ||
* Fri Jan 28 2022 Jerry Lundström <[email protected]> 2.13.0-1 | ||
- Release 2.13.0 | ||
* This release fixes a huge performance issue with hashing IPv6 | ||
|