Skip to content

Commit

Permalink
Release 2.12.0
Browse files Browse the repository at this point in the history
  • Loading branch information
jelu committed Jan 13, 2022
1 parent 8eb812f commit 6f6d5e1
Show file tree
Hide file tree
Showing 4 changed files with 77 additions and 2 deletions.
26 changes: 26 additions & 0 deletions CHANGES
Original file line number Diff line number Diff line change
@@ -1,3 +1,29 @@
2022-01-13 Jerry Lundström

Release 2.12.0

This release adds a new conf option `tld_list` to control what DSC
considers are TLDs, and a script to convert the Public Suffix List to
this format (see `man dsc-psl-convert` for more information).

For example, using this option will allow DSC to gather statistics on
domains like `co.uk` and `net.au` that would otherwise be counted as
`uk` and `au`.

The release also updates the man-pages, clarifying how to use multiple
`interface` and other similar options. And removes the deprecated cron
upload scripts.

e779a87 Remove upload scripts
2880f93 PSL TLD list
ea04022 Update Copyright and known TLDs
5cbc7a4 Output format
b7e6c35 Doc
e66dae4 dh_auto_test
6a3e817 debhelper
89d033f Bye Travis
fa1c179 Mattermost

2020-10-20 Jerry Lundström

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

* Release 2.12.0

This release adds a new conf option `tld_list` to control what DSC
considers are TLDs, and a script to convert the Public Suffix List to
this format (see `man dsc-psl-convert` for more information).

For example, using this option will allow DSC to gather statistics on
domains like `co.uk` and `net.au` that would otherwise be counted as
`uk` and `au`.

The release also updates the man-pages, clarifying how to use multiple
`interface` and other similar options. And removes the deprecated cron
upload scripts.

e779a87 Remove upload scripts
2880f93 PSL TLD list
ea04022 Update Copyright and known TLDs
5cbc7a4 Output format
b7e6c35 Doc
e66dae4 dh_auto_test
6a3e817 debhelper
89d033f Bye Travis
fa1c179 Mattermost

-- Jerry Lundström <lundstrom.jerry@gmail.com> Thu, 13 Jan 2022 14:34:03 +0100

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

* Release 2.11.2
Expand Down
23 changes: 22 additions & 1 deletion rpm/dsc.spec
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
Name: dsc
Version: 2.11.2
Version: 2.12.0
Release: 1%{?dist}
Summary: DNS Statistics Collector
Group: Productivity/Networking/DNS/Utilities
Expand Down Expand Up @@ -62,6 +62,27 @@ rm -rf $RPM_BUILD_ROOT


%changelog
* Thu Jan 13 2022 Jerry Lundström <lundstrom.jerry@gmail.com> 2.12.0-1
- Release 2.12.0
* This release adds a new conf option `tld_list` to control what DSC
considers are TLDs, and a script to convert the Public Suffix List to
this format (see `man dsc-psl-convert` for more information).
* For example, using this option will allow DSC to gather statistics on
domains like `co.uk` and `net.au` that would otherwise be counted as
`uk` and `au`.
* The release also updates the man-pages, clarifying how to use multiple
`interface` and other similar options. And removes the deprecated cron
upload scripts.
* Commits:
e779a87 Remove upload scripts
2880f93 PSL TLD list
ea04022 Update Copyright and known TLDs
5cbc7a4 Output format
b7e6c35 Doc
e66dae4 dh_auto_test
6a3e817 debhelper
89d033f Bye Travis
fa1c179 Mattermost
* Tue Oct 20 2020 Jerry Lundström <lundstrom.jerry@gmail.com> 2.11.2-1
- Release 2.11.2
* This release fixes a bug in `asn_indexer` that didn't enabled the usage
Expand Down

0 comments on commit 6f6d5e1

Please sign in to comment.