Skip to content

Commit

Permalink
Release 2.14.0
Browse files Browse the repository at this point in the history
  • Loading branch information
jelu committed Apr 3, 2023
1 parent fa64e56 commit c4f90e2
Show file tree
Hide file tree
Showing 4 changed files with 63 additions and 2 deletions.
21 changes: 21 additions & 0 deletions CHANGES
Original file line number Diff line number Diff line change
@@ -1,3 +1,24 @@
2023-04-03 Jerry Lundström

Release 2.14.0

This release adds new configure option to control the file access to
the output files, support for newer DNSTAP, improved DNSTAP message
handling and updated Public Suffix List.

- Fix #279: Add new conf options to control output file access:
- `output_user`: set output file user ownership
- `output_group`: set output file group ownership
- `output_mod`: set output file mode bits
- `dnstap`: Move DNSTAP essential attributes checks inside each type and customize them for that specific type
- Update dnswire dependencies to v0.4.0
- `encryption_index`: Add support for new DNSTAP DNS-over-QUIC socket protocol
- Update builtin Public Suffix List (PSL)

abfe245 DNSTAP
da06317 Output file access
af01a48 DOQ transport, PSL update

2023-02-10 Jerry Lundström

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

* Release 2.14.0

This release adds new configure option to control the file access to
the output files, support for newer DNSTAP, improved DNSTAP message
handling and updated Public Suffix List.

- Fix #279: Add new conf options to control output file access:
- `output_user`: set output file user ownership
- `output_group`: set output file group ownership
- `output_mod`: set output file mode bits
- `dnstap`: Move DNSTAP essential attributes checks inside each type and customize them for that specific type
- Update dnswire dependencies to v0.4.0
- `encryption_index`: Add support for new DNSTAP DNS-over-QUIC socket protocol
- Update builtin Public Suffix List (PSL)

abfe245 DNSTAP
da06317 Output file access
af01a48 DOQ transport, PSL update

-- Jerry Lundström <[email protected]> Mon, 03 Apr 2023 15:35:03 +0200

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

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


%changelog
* 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
the output files, support for newer DNSTAP, improved DNSTAP message
handling and updated Public Suffix List.
- Fix #279: Add new conf options to control output file access:
- `output_user`: set output file user ownership
- `output_group`: set output file group ownership
- `output_mod`: set output file mode bits
- `dnstap`: Move DNSTAP essential attributes checks inside each type and customize them for that specific type
- Update dnswire dependencies to v0.4.0
- `encryption_index`: Add support for new DNSTAP DNS-over-QUIC socket protocol
- Update builtin Public Suffix List (PSL)
* Commits:
abfe245 DNSTAP
da06317 Output file access
af01a48 DOQ transport, PSL update
* Fri Feb 10 2023 Jerry Lundström <[email protected]> 2.13.2-1
- Release 2.13.2
* Updated pcap-thread to v4.0.1:
Expand Down

0 comments on commit c4f90e2

Please sign in to comment.