Skip to content

Commit

Permalink
Release 2.13.1
Browse files Browse the repository at this point in the history
  • Loading branch information
jelu committed Apr 21, 2022
1 parent 1ede3d9 commit 6ccd365
Show file tree
Hide file tree
Showing 4 changed files with 48 additions and 2 deletions.
16 changes: 16 additions & 0 deletions CHANGES
Original file line number Diff line number Diff line change
@@ -1,3 +1,19 @@
2022-04-21 Jerry Lundström

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

2022-01-28 Jerry Lundström

Release 2.13.0
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.13.0], [dsc@dns-oarc.net], [dsc], [https://github.com/DNS-OARC/dsc/issues])
AC_INIT([DSC], [2.13.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])
Expand Down
18 changes: 18 additions & 0 deletions debian/changelog
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 <lundstrom.jerry@gmail.com> Thu, 21 Apr 2022 10:14:47 +0200

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

* Release 2.13.0
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.13.0
Version: 2.13.1
Release: 1%{?dist}
Summary: DNS Statistics Collector
Group: Productivity/Networking/DNS/Utilities
Expand Down Expand Up @@ -70,6 +70,18 @@ rm -rf $RPM_BUILD_ROOT


%changelog
* Thu Apr 21 2022 Jerry Lundström <lundstrom.jerry@gmail.com> 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 <lundstrom.jerry@gmail.com> 2.13.0-1
- Release 2.13.0
* This release fixes a huge performance issue with hashing IPv6
Expand Down

0 comments on commit 6ccd365

Please sign in to comment.