Skip to content

Commit

Permalink
Release 2.14.1
Browse files Browse the repository at this point in the history
  • Loading branch information
jelu committed Jun 15, 2023
1 parent 24a2846 commit 4c84969
Show file tree
Hide file tree
Showing 4 changed files with 39 additions and 2 deletions.
13 changes: 13 additions & 0 deletions CHANGES
Original file line number Diff line number Diff line change
@@ -1,3 +1,16 @@
2023-06-15 Jerry Lundström

Release 2.14.1

Fixed a bug in TLD handling when using `tld_list`, it did not reset
where it was in the QNAME when nothing was found and could therefor
wrongly indicate something as a TLD.

Also fixed a typo in the `dsc.conf` man-page.

976589d GCOV
c3afee4 TLD list, doc typo

2023-04-03 Jerry Lundström

Release 2.14.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.14.0], [[email protected]], [dsc], [https://github.com/DNS-OARC/dsc/issues])
AC_INIT([DSC], [2.14.1], [[email protected]], [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
15 changes: 15 additions & 0 deletions debian/changelog
Original file line number Diff line number Diff line change
@@ -1,3 +1,18 @@
dsc (2.14.1-1~unstable+1) unstable; urgency=low

* Release 2.14.1

Fixed a bug in TLD handling when using `tld_list`, it did not reset
where it was in the QNAME when nothing was found and could therefor
wrongly indicate something as a TLD.

Also fixed a typo in the `dsc.conf` man-page.

976589d GCOV
c3afee4 TLD list, doc typo

-- Jerry Lundström <[email protected]> Thu, 15 Jun 2023 08:19:48 +0200

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

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


%changelog
* Thu Jun 15 2023 Jerry Lundström <[email protected]> 2.14.1-1
- Release 2.14.1
* Fixed a bug in TLD handling when using `tld_list`, it did not reset
where it was in the QNAME when nothing was found and could therefor
wrongly indicate something as a TLD.
Also fixed a typo in the `dsc.conf` man-page.
* Commits:
976589d GCOV
c3afee4 TLD list, doc typo
* Mon Apr 03 2023 Jerry Lundström <[email protected]> 2.14.0-1
- Release 2.14.0
* This release adds new configure option to control the file access to
Expand Down

0 comments on commit 4c84969

Please sign in to comment.