File tree Expand file tree Collapse file tree 4 files changed +48
-2
lines changed Expand file tree Collapse file tree 4 files changed +48
-2
lines changed Original file line number Diff line number Diff line change
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
+
1
17
2022-01-28 Jerry Lundström
2
18
3
19
Release 2.13.0
Original file line number Diff line number Diff line change 33
33
# POSSIBILITY OF SUCH DAMAGE.
34
34
35
35
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] )
37
37
AM_INIT_AUTOMAKE ( [ -Wall -Werror foreign subdir-objects] )
38
38
AC_CONFIG_SRCDIR ( [ src/md_array.c] )
39
39
AC_CONFIG_HEADER([ src/config.h] )
Original file line number Diff line number Diff line change
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
+
1
19
dsc (2.13.0-1~unstable+1) unstable; urgency=low
2
20
3
21
* Release 2.13.0
Original file line number Diff line number Diff line change 1
1
Name: dsc
2
- Version: 2.13.0
2
+ Version: 2.13.1
3
3
Release: 1%{?dist }
4
4
Summary: DNS Statistics Collector
5
5
Group: Productivity/Networking/DNS/Utilities
@@ -70,6 +70,18 @@ rm -rf $RPM_BUILD_ROOT
70
70
71
71
72
72
%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
73
85
*
Fri Jan 28 2022 Jerry Lundström <[email protected] > 2.13.0-1
74
86
- Release 2.13.0
75
87
* This release fixes a huge performance issue with hashing IPv6
You can’t perform that action at this time.
0 commit comments