Skip to content

Commit

Permalink
Release 2.10.0
Browse files Browse the repository at this point in the history
  • Loading branch information
jelu committed May 7, 2020
1 parent f065a79 commit 9f6def7
Show file tree
Hide file tree
Showing 4 changed files with 47 additions and 2 deletions.
16 changes: 16 additions & 0 deletions CHANGES
Original file line number Diff line number Diff line change
@@ -1,3 +1,19 @@
2020-05-07 Jerry Lundström

Release 2.10.0

This release adds new configuration options to `dnstap_unixsock` to
control ownership and permissions for the DNSTAP socket file.

Other fixes:
- Unlink the DNSTAP socket file if an error during initialization occur
- Do hard exit in forks to not run `atexit()` (which will unlink the
DNSTAP socket file)

Commits:
9d1d49a fork
733b286 DNSTAP socket

2020-04-02 Jerry Lundström

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

* Release 2.10.0

This release adds new configuration options to `dnstap_unixsock` to
control ownership and permissions for the DNSTAP socket file.

Other fixes:
- Unlink the DNSTAP socket file if an error during initialization occur
- Do hard exit in forks to not run `atexit()` (which will unlink the
DNSTAP socket file)

Commits:
9d1d49a fork
733b286 DNSTAP socket

-- Jerry Lundström <[email protected]> Thu, 07 May 2020 11:18:16 +0200

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

* Release 2.9.1
Expand Down
13 changes: 12 additions & 1 deletion rpm/dsc.spec
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
Name: dsc
Version: 2.9.1
Version: 2.10.0
Release: 1%{?dist}
Summary: DNS Statistics Collector
Group: Productivity/Networking/DNS/Utilities
Expand Down Expand Up @@ -65,6 +65,17 @@ rm -rf $RPM_BUILD_ROOT


%changelog
* Thu May 07 2020 Jerry Lundström <[email protected]> 2.10.0-1
- Release 2.10.0
* This release adds new configuration options to `dnstap_unixsock` to
control ownership and permissions for the DNSTAP socket file.
* Other fixes:
- Unlink the DNSTAP socket file if an error during initialization occur
- Do hard exit in forks to not run `atexit()` (which will unlink the
DNSTAP socket file)
* Commits:
9d1d49a fork
733b286 DNSTAP socket
* Thu Apr 02 2020 Jerry Lundström <[email protected]> 2.9.1-1
- Release 2.9.1
* This release fixes a few bugs, removes a lot of the debug messages
Expand Down

0 comments on commit 9f6def7

Please sign in to comment.