Skip to content

Commit

Permalink
Release 2.8.1
Browse files Browse the repository at this point in the history
  • Loading branch information
jelu committed Apr 23, 2019
1 parent 107edcb commit 05e904d
Show file tree
Hide file tree
Showing 4 changed files with 48 additions and 5 deletions.
17 changes: 16 additions & 1 deletion CHANGES
Original file line number Diff line number Diff line change
@@ -1,3 +1,18 @@
2019-04-23 Jerry Lundström

Release 2.8.1

Added all missing config options for the response time indexer:
- `response_time_mode`
- `response_time_bucket_size`
- `response_time_max_queries`
- `response_time_full_mode`
- `response_time_max_seconds`
- `response_time_max_sec_mode`

Commits:
36f0280 Response time config

2019-02-11 Jerry Lundström

Release 2.8.0
Expand Down Expand Up @@ -35,7 +50,7 @@
- `maxminddb_country`: Specify database for country lookups using
MaxMind DB
- `dns_port`: Control the DNS port
- `response_time_mode: Set the output mode of the response time indexer
- `response_time_mode`: Set the output mode of the response time indexer
- `response_time_bucket_size`: The size of bucket (microseconds)
- Following options exists to control internal aspects of `response_time`
indexer, see man-page for more information:
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.8.0], [dsc@dns-oarc.net], [dsc], [https://github.com/DNS-OARC/dsc/issues])
AC_INIT([DSC], [2.8.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
19 changes: 18 additions & 1 deletion debian/changelog
Original file line number Diff line number Diff line change
@@ -1,3 +1,20 @@
dsc (2.8.1-1~unstable+1) unstable; urgency=low

* Release 2.8.1

Added all missing config options for the response time indexer:
- `response_time_mode`
- `response_time_bucket_size`
- `response_time_max_queries`
- `response_time_full_mode`
- `response_time_max_seconds`
- `response_time_max_sec_mode`

Commits:
36f0280 Response time config

-- Jerry Lundström <lundstrom.jerry@gmail.com> Tue, 23 Apr 2019 11:08:57 +0200

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

* Release 2.8.0
Expand Down Expand Up @@ -35,7 +52,7 @@ dsc (2.8.0-1~unstable+1) unstable; urgency=low
- `maxminddb_country`: Specify database for country lookups using
MaxMind DB
- `dns_port`: Control the DNS port
- `response_time_mode: Set the output mode of the response time indexer
- `response_time_mode`: Set the output mode of the response time indexer
- `response_time_bucket_size`: The size of bucket (microseconds)
- Following options exists to control internal aspects of `response_time`
indexer, see man-page for more information:
Expand Down
15 changes: 13 additions & 2 deletions rpm/dsc.spec
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
Name: dsc
Version: 2.8.0
Version: 2.8.1
Release: 1%{?dist}
Summary: DNS Statistics Collector
Group: Productivity/Networking/DNS/Utilities
Expand Down Expand Up @@ -63,6 +63,17 @@ rm -rf $RPM_BUILD_ROOT


%changelog
* Tue Apr 23 2019 Jerry Lundström <lundstrom.jerry@gmail.com> 2.8.1-1
- Release 2.8.1
* Added all missing config options for the response time indexer:
- `response_time_mode`
- `response_time_bucket_size`
- `response_time_max_queries`
- `response_time_full_mode`
- `response_time_max_seconds`
- `response_time_max_sec_mode`
* Commits:
36f0280 Response time config
* Mon Feb 11 2019 Jerry Lundström <lundstrom.jerry@gmail.com> 2.8.0-1
- Release 2.8.0
* This release brings an new indexer `response_time` (funded by NIC.AT!),
Expand Down Expand Up @@ -94,7 +105,7 @@ rm -rf $RPM_BUILD_ROOT
- `maxminddb_country`: Specify database for country lookups using
MaxMind DB
- `dns_port`: Control the DNS port
- `response_time_mode: Set the output mode of the response time indexer
- `response_time_mode`: Set the output mode of the response time indexer
- `response_time_bucket_size`: The size of bucket (microseconds)
- Following options exists to control internal aspects of `response_time`
indexer, see man-page for more information:
Expand Down

0 comments on commit 05e904d

Please sign in to comment.