Skip to content

Commit 6ccd365

Browse files
committed
Release 2.13.1
1 parent 1ede3d9 commit 6ccd365

File tree

4 files changed

+48
-2
lines changed

4 files changed

+48
-2
lines changed

CHANGES

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,19 @@
1+
2022-04-21 Jerry Lundström
2+
3+
Release 2.13.1
4+
5+
This patch release is mainly for build and packages where MaxMind DB
6+
library is preferred over the legacy GeoIP library.
7+
MaxMind has announced that the databases for GeoIP will be EOL May 2022
8+
and recommends switching to GeoIP2 databases.
9+
10+
Also updated DSC's description, removing references to the now
11+
discontinued Presenter and pointing to dsc-datatool instead.
12+
13+
d891e2c Package, description
14+
c23406c Optional GeoIP
15+
26dd506 GeoIP
16+
117
2022-01-28 Jerry Lundström
218

319
Release 2.13.0

configure.ac

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@
3333
# POSSIBILITY OF SUCH DAMAGE.
3434

3535
AC_PREREQ(2.61)
36-
AC_INIT([DSC], [2.13.0], [[email protected]], [dsc], [https://github.com/DNS-OARC/dsc/issues])
36+
AC_INIT([DSC], [2.13.1], [[email protected]], [dsc], [https://github.com/DNS-OARC/dsc/issues])
3737
AM_INIT_AUTOMAKE([-Wall -Werror foreign subdir-objects])
3838
AC_CONFIG_SRCDIR([src/md_array.c])
3939
AC_CONFIG_HEADER([src/config.h])

debian/changelog

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,21 @@
1+
dsc (2.13.1-1~unstable+1) unstable; urgency=low
2+
3+
* Release 2.13.1
4+
5+
This patch release is mainly for build and packages where MaxMind DB
6+
library is preferred over the legacy GeoIP library.
7+
MaxMind has announced that the databases for GeoIP will be EOL May 2022
8+
and recommends switching to GeoIP2 databases.
9+
10+
Also updated DSC's description, removing references to the now
11+
discontinued Presenter and pointing to dsc-datatool instead.
12+
13+
d891e2c Package, description
14+
c23406c Optional GeoIP
15+
26dd506 GeoIP
16+
17+
-- Jerry Lundström <[email protected]> Thu, 21 Apr 2022 10:14:47 +0200
18+
119
dsc (2.13.0-1~unstable+1) unstable; urgency=low
220

321
* Release 2.13.0

rpm/dsc.spec

Lines changed: 13 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
Name: dsc
2-
Version: 2.13.0
2+
Version: 2.13.1
33
Release: 1%{?dist}
44
Summary: DNS Statistics Collector
55
Group: Productivity/Networking/DNS/Utilities
@@ -70,6 +70,18 @@ rm -rf $RPM_BUILD_ROOT
7070

7171

7272
%changelog
73+
* Thu Apr 21 2022 Jerry Lundström <[email protected]> 2.13.1-1
74+
- Release 2.13.1
75+
* This patch release is mainly for build and packages where MaxMind DB
76+
library is preferred over the legacy GeoIP library.
77+
MaxMind has announced that the databases for GeoIP will be EOL May 2022
78+
and recommends switching to GeoIP2 databases.
79+
* Also updated DSC's description, removing references to the now
80+
discontinued Presenter and pointing to dsc-datatool instead.
81+
* Commits:
82+
d891e2c Package, description
83+
c23406c Optional GeoIP
84+
26dd506 GeoIP
7385
* Fri Jan 28 2022 Jerry Lundström <[email protected]> 2.13.0-1
7486
- Release 2.13.0
7587
* This release fixes a huge performance issue with hashing IPv6

0 commit comments

Comments
 (0)