-
-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
6 changed files
with
30 additions
and
5 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,8 +1,8 @@ | ||
AC_PREREQ(2.61) | ||
AC_INIT([dnswire], [0.3.0], [[email protected]], [dnswire], [https://github.com/DNS-OARC/dnswire/issues]) | ||
AC_INIT([dnswire], [0.3.1], [[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], [0000]) | ||
AC_SUBST([DNSWIRE_VERSION_PATCH], [0001]) | ||
AC_SUBST([DNSWIRE_LIBRARY_VERSION], [1:0:0]) | ||
AM_INIT_AUTOMAKE([-Wall -Werror foreign subdir-objects]) | ||
AC_CONFIG_SRCDIR([src/dnstap.c]) | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,14 @@ | ||
dnswire (0.3.1-1~unstable+1) unstable; urgency=low | ||
|
||
* Release 0.3.1 | ||
|
||
This is a package only update release to correct mistakes in Debian/ | ||
Ubuntu packages. | ||
|
||
- Bump SO version for Debian/Ubuntu | ||
|
||
-- Jerry Lundström <[email protected]> Tue, 01 Feb 2022 16:41:43 +0100 | ||
|
||
dnswire (0.3.0-1~unstable+1) unstable; urgency=low | ||
|
||
* Release 0.3.0 | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
File renamed without changes.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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.0 | ||
Version: 0.3.1 | ||
Release: 1%{?dist} | ||
Summary: library for DNS encapsulations and transporting of them | ||
Group: Development/Libraries/C and C++ | ||
|
@@ -97,6 +97,11 @@ rm -rf $RPM_BUILD_ROOT | |
|
||
|
||
%changelog | ||
* Tue Feb 01 2022 Jerry Lundström <[email protected]> 0.3.1-1 | ||
- Release 0.3.1 | ||
* This is a package only update release to correct mistakes in Debian/ | ||
Ubuntu packages. | ||
* Bump SO version for Debian/Ubuntu | ||
* 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 | ||
|