Skip to content

Commit

Permalink
Release 0.4.0
Browse files Browse the repository at this point in the history
  • Loading branch information
jelu committed Mar 3, 2023
1 parent f7f4f07 commit 1361211
Show file tree
Hide file tree
Showing 20 changed files with 51 additions and 22 deletions.
10 changes: 10 additions & 0 deletions CHANGES
Original file line number Diff line number Diff line change
@@ -1,3 +1,13 @@
2023-03-03 Jerry Lundström

Release 0.4.0

Updated `dnstap.pb` to include recently added DNS-over-QUIC (DOQ)
socket protocol.

a03a989 Fix COPR
e3f1167 dnstap.pb, DOQ

2022-02-02 Jerry Lundström

Release 0.3.3
Expand Down
8 changes: 4 additions & 4 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.3.3], [[email protected]], [dnswire], [https://github.com/DNS-OARC/dnswire/issues])
AC_INIT([dnswire], [0.4.0], [[email protected]], [dnswire], [https://github.com/DNS-OARC/dnswire/issues])
AC_SUBST([DNSWIRE_VERSION_MAJOR], [0000])
AC_SUBST([DNSWIRE_VERSION_MINOR], [0003])
AC_SUBST([DNSWIRE_VERSION_PATCH], [0003])
AC_SUBST([DNSWIRE_LIBRARY_VERSION], [1:0:0])
AC_SUBST([DNSWIRE_VERSION_MINOR], [0004])
AC_SUBST([DNSWIRE_VERSION_PATCH], [0000])
AC_SUBST([DNSWIRE_LIBRARY_VERSION], [1:1:0])
AM_INIT_AUTOMAKE([-Wall -Werror foreign subdir-objects])
AC_CONFIG_SRCDIR([src/dnstap.c])
AC_CONFIG_HEADER([src/config.h])
Expand Down
12 changes: 12 additions & 0 deletions debian/changelog
Original file line number Diff line number Diff line change
@@ -1,3 +1,15 @@
dnswire (0.4.0-1~unstable+1) unstable; urgency=low

* Release 0.4.0

Updated `dnstap.pb` to include recently added DNS-over-QUIC (DOQ)
socket protocol.

a03a989 Fix COPR
e3f1167 dnstap.pb, DOQ

-- Jerry Lundström <[email protected]> Fri, 03 Mar 2023 13:39:49 +0100

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

* Release 0.3.3
Expand Down
4 changes: 2 additions & 2 deletions debian/copyright
Original file line number Diff line number Diff line change
Expand Up @@ -3,11 +3,11 @@ Upstream-Name: dnswire
Source: https://github.com/DNS-OARC/dnswire

Files: *
Copyright: 2020 OARC, Inc.
Copyright: 2019-2023 OARC, Inc.
License: LGPL-3.0-or-later

Files: debian/*
Copyright: 2020 Jerry Lundström <[email protected]>
Copyright: 2023 Jerry Lundström <[email protected]>
License: BSD-3-Clause

License: LGPL-3.0-or-later
Expand Down
9 changes: 8 additions & 1 deletion rpm/dnswire.spec
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
%define sover 1
%define libname libdnswire%{sover}
Name: dnswire
Version: 0.3.3
Version: 0.4.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,13 @@ rm -rf $RPM_BUILD_ROOT


%changelog
* Fri Mar 03 2023 Jerry Lundström <[email protected]> 0.4.0-1
- Release 0.4.0
* Updated `dnstap.pb` to include recently added DNS-over-QUIC (DOQ)
socket protocol.
* Commits:
a03a989 Fix COPR
e3f1167 dnstap.pb, DOQ
* Wed Feb 02 2022 Jerry Lundström <[email protected]> 0.3.3-1
- Release 0.3.3
* This is a package only update release to correct mistakes in Debian/
Expand Down
2 changes: 1 addition & 1 deletion src/decoder.c
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
/*
* Author Jerry Lundström <[email protected]>
* Copyright (c) 2019, OARC, Inc.
* Copyright (c) 2019-2023, OARC, Inc.
* All rights reserved.
*
* This file is part of the dnswire library.
Expand Down
2 changes: 1 addition & 1 deletion src/dnstap.c
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
/*
* Author Jerry Lundström <[email protected]>
* Copyright (c) 2019, OARC, Inc.
* Copyright (c) 2019-2023, OARC, Inc.
* All rights reserved.
*
* This file is part of the dnswire library.
Expand Down
2 changes: 1 addition & 1 deletion src/dnswire.c
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
/*
* Author Jerry Lundström <[email protected]>
* Copyright (c) 2019, OARC, Inc.
* Copyright (c) 2019-2023, OARC, Inc.
* All rights reserved.
*
* This file is part of the dnswire library.
Expand Down
2 changes: 1 addition & 1 deletion src/dnswire/decoder.h
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
/*
* Author Jerry Lundström <[email protected]>
* Copyright (c) 2019, OARC, Inc.
* Copyright (c) 2019-2023, OARC, Inc.
* All rights reserved.
*
* This file is part of the dnswire library.
Expand Down
2 changes: 1 addition & 1 deletion src/dnswire/dnstap.h
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
/*
* Author Jerry Lundström <[email protected]>
* Copyright (c) 2019, OARC, Inc.
* Copyright (c) 2019-2023, OARC, Inc.
* All rights reserved.
*
* This file is part of the dnswire library.
Expand Down
2 changes: 1 addition & 1 deletion src/dnswire/dnswire.h
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
/*
* Author Jerry Lundström <[email protected]>
* Copyright (c) 2019, OARC, Inc.
* Copyright (c) 2019-2023, OARC, Inc.
* All rights reserved.
*
* This file is part of the dnswire library.
Expand Down
2 changes: 1 addition & 1 deletion src/dnswire/encoder.h
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
/*
* Author Jerry Lundström <[email protected]>
* Copyright (c) 2019, OARC, Inc.
* Copyright (c) 2019-2023, OARC, Inc.
* All rights reserved.
*
* This file is part of the dnswire library.
Expand Down
2 changes: 1 addition & 1 deletion src/dnswire/reader.h
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
/*
* Author Jerry Lundström <[email protected]>
* Copyright (c) 2019, OARC, Inc.
* Copyright (c) 2019-2023, OARC, Inc.
* All rights reserved.
*
* This file is part of the dnswire library.
Expand Down
2 changes: 1 addition & 1 deletion src/dnswire/trace.h.in
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
/*
* Author Jerry Lundström <[email protected]>
* Copyright (c) 2019, OARC, Inc.
* Copyright (c) 2019-2023, OARC, Inc.
* All rights reserved.
*
* This file is part of the dnswire library.
Expand Down
2 changes: 1 addition & 1 deletion src/dnswire/version.h.in
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
/*
* Author Jerry Lundström <[email protected]>
* Copyright (c) 2019, OARC, Inc.
* Copyright (c) 2019-2023, OARC, Inc.
* All rights reserved.
*
* This file is part of the dnswire library.
Expand Down
2 changes: 1 addition & 1 deletion src/dnswire/writer.h
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
/*
* Author Jerry Lundström <[email protected]>
* Copyright (c) 2019, OARC, Inc.
* Copyright (c) 2019-2023, OARC, Inc.
* All rights reserved.
*
* This file is part of the dnswire library.
Expand Down
2 changes: 1 addition & 1 deletion src/encoder.c
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
/*
* Author Jerry Lundström <[email protected]>
* Copyright (c) 2019, OARC, Inc.
* Copyright (c) 2019-2023, OARC, Inc.
* All rights reserved.
*
* This file is part of the dnswire library.
Expand Down
2 changes: 1 addition & 1 deletion src/reader.c
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
/*
* Author Jerry Lundström <[email protected]>
* Copyright (c) 2019, OARC, Inc.
* Copyright (c) 2019-2023, OARC, Inc.
* All rights reserved.
*
* This file is part of the dnswire library.
Expand Down
2 changes: 1 addition & 1 deletion src/trace.c
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
/*
* Author Jerry Lundström <[email protected]>
* Copyright (c) 2019, OARC, Inc.
* Copyright (c) 2019-2023, OARC, Inc.
* All rights reserved.
*
* This file is part of the dnswire library.
Expand Down
2 changes: 1 addition & 1 deletion src/writer.c
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
/*
* Author Jerry Lundström <[email protected]>
* Copyright (c) 2019, OARC, Inc.
* Copyright (c) 2019-2023, OARC, Inc.
* All rights reserved.
*
* This file is part of the dnswire library.
Expand Down

0 comments on commit 1361211

Please sign in to comment.