Skip to content

Commit

Permalink
Release 2.15.1
Browse files Browse the repository at this point in the history
  • Loading branch information
jelu committed Apr 23, 2024
1 parent b636498 commit bf94b03
Show file tree
Hide file tree
Showing 4 changed files with 54 additions and 2 deletions.
18 changes: 18 additions & 0 deletions CHANGES
Original file line number Diff line number Diff line change
@@ -1,3 +1,21 @@
2024-04-23 Jerry Lundström

Release 2.15.1

This release fixes client subnet indexer which overwrote the mask
options during initialization so the conf option `client_v4_mask` and
`client_v6_mask` was never used.

Other changes:
- Update documentation
- Update builtin known TLDs based on PSL
- Update copyright year

d577a97 Copyright
f71edff Known TLDs
dedafdd Client mask
8ef947c Doc

2023-08-09 Jerry Lundström

Release 2.15.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.15.0], [dsc@dns-oarc.net], [dsc], [https://github.com/DNS-OARC/dsc/issues])
AC_INIT([DSC], [2.15.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
20 changes: 20 additions & 0 deletions debian/changelog
Original file line number Diff line number Diff line change
@@ -1,3 +1,23 @@
dsc (2.15.1-1~unstable+1) unstable; urgency=low

* Release 2.15.1

This release fixes client subnet indexer which overwrote the mask
options during initialization so the conf option `client_v4_mask` and
`client_v6_mask` was never used.

Other changes:
- Update documentation
- Update builtin known TLDs based on PSL
- Update copyright year

d577a97 Copyright
f71edff Known TLDs
dedafdd Client mask
8ef947c Doc

-- Jerry Lundström <lundstrom.jerry@gmail.com> Tue, 23 Apr 2024 14:52:53 +0200

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

* Release 2.15.0
Expand Down
16 changes: 15 additions & 1 deletion rpm/dsc.spec
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
Name: dsc
Version: 2.15.0
Version: 2.15.1
Release: 1%{?dist}
Summary: DNS Statistics Collector
Group: Productivity/Networking/DNS/Utilities
Expand Down Expand Up @@ -70,6 +70,20 @@ rm -rf $RPM_BUILD_ROOT


%changelog
* Tue Apr 23 2024 Jerry Lundström <lundstrom.jerry@gmail.com> 2.15.1-1
- Release 2.15.1
* This release fixes client subnet indexer which overwrote the mask
options during initialization so the conf option `client_v4_mask` and
`client_v6_mask` was never used.
* Other changes:
- Update documentation
- Update builtin known TLDs based on PSL
- Update copyright year
* Commits:
d577a97 Copyright
f71edff Known TLDs
dedafdd Client mask
8ef947c Doc
* Wed Aug 09 2023 Jerry Lundström <lundstrom.jerry@gmail.com> 2.15.0-1
- Release 2.15.0
* This release fixes DNS parsing w.r.t. EDNS, implements better loop
Expand Down

0 comments on commit bf94b03

Please sign in to comment.