File tree Expand file tree Collapse file tree 4 files changed +54
-2
lines changed Expand file tree Collapse file tree 4 files changed +54
-2
lines changed Original file line number Diff line number Diff line change
1
+ 2024-04-23 Jerry Lundström
2
+
3
+ Release 2.15.1
4
+
5
+ This release fixes client subnet indexer which overwrote the mask
6
+ options during initialization so the conf option `client_v4_mask` and
7
+ `client_v6_mask` was never used.
8
+
9
+ Other changes:
10
+ - Update documentation
11
+ - Update builtin known TLDs based on PSL
12
+ - Update copyright year
13
+
14
+ d577a97 Copyright
15
+ f71edff Known TLDs
16
+ dedafdd Client mask
17
+ 8ef947c Doc
18
+
1
19
2023-08-09 Jerry Lundström
2
20
3
21
Release 2.15.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.15.0 ] ,
[ [email protected] ] ,
[ dsc] ,
[ https://github.com/DNS-OARC/dsc/issues] )
36
+ AC_INIT ( [ DSC] ,
[ 2.15.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.15.1-1~unstable+1) unstable; urgency=low
2
+
3
+ * Release 2.15.1
4
+
5
+ This release fixes client subnet indexer which overwrote the mask
6
+ options during initialization so the conf option `client_v4_mask` and
7
+ `client_v6_mask` was never used.
8
+
9
+ Other changes:
10
+ - Update documentation
11
+ - Update builtin known TLDs based on PSL
12
+ - Update copyright year
13
+
14
+ d577a97 Copyright
15
+ f71edff Known TLDs
16
+ dedafdd Client mask
17
+ 8ef947c Doc
18
+
19
+ -- Jerry Lundström <
[email protected] > Tue, 23 Apr 2024 14:52:53 +0200
20
+
1
21
dsc (2.15.0-1~unstable+1) unstable; urgency=low
2
22
3
23
* Release 2.15.0
Original file line number Diff line number Diff line change 1
1
Name: dsc
2
- Version: 2.15.0
2
+ Version: 2.15.1
3
3
Release: 1%{?dist }
4
4
Summary: DNS Statistics Collector
5
5
Group: Productivity/Networking/DNS/Utilities
@@ -70,6 +70,20 @@ rm -rf $RPM_BUILD_ROOT
70
70
71
71
72
72
%changelog
73
+ *
Tue Apr 23 2024 Jerry Lundström <[email protected] > 2.15.1-1
74
+ - Release 2.15.1
75
+ * This release fixes client subnet indexer which overwrote the mask
76
+ options during initialization so the conf option `client_v4_mask` and
77
+ `client_v6_mask` was never used.
78
+ * Other changes:
79
+ - Update documentation
80
+ - Update builtin known TLDs based on PSL
81
+ - Update copyright year
82
+ * Commits:
83
+ d577a97 Copyright
84
+ f71edff Known TLDs
85
+ dedafdd Client mask
86
+ 8ef947c Doc
73
87
*
Wed Aug 09 2023 Jerry Lundström <[email protected] > 2.15.0-1
74
88
- Release 2.15.0
75
89
* This release fixes DNS parsing w.r.t. EDNS, implements better loop
You can’t perform that action at this time.
0 commit comments