Skip to content

Commit bf94b03

Browse files
committed
Release 2.15.1
1 parent b636498 commit bf94b03

File tree

4 files changed

+54
-2
lines changed

4 files changed

+54
-2
lines changed

CHANGES

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,21 @@
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+
119
2023-08-09 Jerry Lundström
220

321
Release 2.15.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.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])
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: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,23 @@
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+
121
dsc (2.15.0-1~unstable+1) unstable; urgency=low
222

323
* Release 2.15.0

rpm/dsc.spec

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

7171

7272
%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
7387
* Wed Aug 09 2023 Jerry Lundström <[email protected]> 2.15.0-1
7488
- Release 2.15.0
7589
* This release fixes DNS parsing w.r.t. EDNS, implements better loop

0 commit comments

Comments
 (0)