Skip to content

Commit

Permalink
Release 0.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
jelu committed Jan 26, 2022
1 parent 0faffa2 commit 46593ec
Show file tree
Hide file tree
Showing 4 changed files with 46 additions and 5 deletions.
14 changes: 14 additions & 0 deletions CHANGES
Original file line number Diff line number Diff line change
@@ -1,3 +1,17 @@
2022-01-26 Jerry Lundström

Release 0.3.0

This release updates the Protobuf definition for DNSTAP to include
new message types, new protocols and the new Policy object.

- Update debhelper compatibility level to 10
- Update to latest `dnstap.pb`, new message types, protocols and message policy

87e7909 New dnstap.pb
f215476 debhelper
20bf38f Bye Travis

2020-10-23 Jerry Lundström

Release 0.2.0
Expand Down
6 changes: 3 additions & 3 deletions configure.ac
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
AC_PREREQ(2.61)
AC_INIT([dnswire], [0.2.0], [[email protected]], [dnswire], [https://github.com/DNS-OARC/dnswire/issues])
AC_INIT([dnswire], [0.3.0], [[email protected]], [dnswire], [https://github.com/DNS-OARC/dnswire/issues])
AC_SUBST([DNSWIRE_VERSION_MAJOR], [0000])
AC_SUBST([DNSWIRE_VERSION_MINOR], [0001])
AC_SUBST([DNSWIRE_VERSION_MINOR], [0003])
AC_SUBST([DNSWIRE_VERSION_PATCH], [0000])
AC_SUBST([DNSWIRE_LIBRARY_VERSION], [0:1:0])
AC_SUBST([DNSWIRE_LIBRARY_VERSION], [1:0:0])
AM_INIT_AUTOMAKE([-Wall -Werror foreign subdir-objects])
AC_CONFIG_SRCDIR([src/dnstap.c])
AC_CONFIG_HEADER([src/config.h])
Expand Down
16 changes: 16 additions & 0 deletions debian/changelog
Original file line number Diff line number Diff line change
@@ -1,3 +1,19 @@
dnswire (0.3.0-1~unstable+1) unstable; urgency=low

* Release 0.3.0

This release updates the Protobuf definition for DNSTAP to include
new message types, new protocols and the new Policy object.

- Update debhelper compatibility level to 10
- Update to latest `dnstap.pb`, new message types, protocols and message policy

87e7909 New dnstap.pb
f215476 debhelper
20bf38f Bye Travis

-- Jerry Lundström <[email protected]> Wed, 26 Jan 2022 13:57:48 +0100

dnswire (0.2.0-1~unstable+1) unstable; urgency=low

* Release 0.2.0
Expand Down
15 changes: 13 additions & 2 deletions rpm/dnswire.spec
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
%define sover 0
%define sover 1
%define libname libdnswire%{sover}
Name: dnswire
Version: 0.2.0
Version: 0.3.0
Release: 1%{?dist}
Summary: library for DNS encapsulations and transporting of them
Group: Development/Libraries/C and C++
Expand Down Expand Up @@ -97,6 +97,17 @@ rm -rf $RPM_BUILD_ROOT


%changelog
* Wed Jan 26 2022 Jerry Lundström <[email protected]> 0.3.0-1
- Release 0.3.0
* This release updates the Protobuf definition for DNSTAP to include
new message types, new protocols and the new Policy object.
* Changes:
- Update debhelper compatibility level to 10
- Update to latest `dnstap.pb`, new message types, protocols and message policy
* Commits:
87e7909 New dnstap.pb
f215476 debhelper
20bf38f Bye Travis
* Fri Oct 23 2020 Jerry Lundström <[email protected]> 0.2.0-1
- Release 0.2.0
* This release fixes various issues and bugs in the API, fix typos and
Expand Down

0 comments on commit 46593ec

Please sign in to comment.