Skip to content

Commit

Permalink
Release 0.3.3
Browse files Browse the repository at this point in the history
  • Loading branch information
jelu committed Feb 2, 2022
1 parent c4948a2 commit fe7b757
Show file tree
Hide file tree
Showing 5 changed files with 30 additions and 5 deletions.
9 changes: 9 additions & 0 deletions CHANGES
Original file line number Diff line number Diff line change
@@ -1,3 +1,12 @@
2022-02-02 Jerry Lundström

Release 0.3.3

This is a package only update release to correct mistakes in Debian/
Ubuntu packages.

- Replace/break all previous Debian/Ubuntu versions

2022-02-02 Jerry Lundström

Release 0.3.2
Expand Down
4 changes: 2 additions & 2 deletions configure.ac
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
AC_PREREQ(2.61)
AC_INIT([dnswire], [0.3.2], [[email protected]], [dnswire], [https://github.com/DNS-OARC/dnswire/issues])
AC_INIT([dnswire], [0.3.3], [[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], [0002])
AC_SUBST([DNSWIRE_VERSION_PATCH], [0003])
AC_SUBST([DNSWIRE_LIBRARY_VERSION], [1:0:0])
AM_INIT_AUTOMAKE([-Wall -Werror foreign subdir-objects])
AC_CONFIG_SRCDIR([src/dnstap.c])
Expand Down
11 changes: 11 additions & 0 deletions debian/changelog
Original file line number Diff line number Diff line change
@@ -1,3 +1,14 @@
dnswire (0.3.3-1~unstable+1) unstable; urgency=low

* Release 0.3.3

This is a package only update release to correct mistakes in Debian/
Ubuntu packages.

- Replace/break all previous Debian/Ubuntu versions

-- Jerry Lundström <[email protected]> Wed, 02 Feb 2022 16:16:54 +0100

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

* Release 0.3.2
Expand Down
4 changes: 2 additions & 2 deletions debian/control
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,8 @@ Vcs-Browser: https://github.com/DNS-OARC/dnswire
Package: libdnswire1
Architecture: any
Depends: ${shlibs:Depends}, ${misc:Depends}
Replaces: libdnswire0 (>= 0.3.0)
Breaks: libdnswire0 (>= 0.3.0)
Replaces: libdnswire0
Breaks: libdnswire0
Description: library for DNS encapsulations and transporting of them
A C library for encoding/decoding different DNS encapsulations and
transporting them over different protocols.
Expand Down
7 changes: 6 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.2
Version: 0.3.3
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,11 @@ rm -rf $RPM_BUILD_ROOT


%changelog
* 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/
Ubuntu packages.
* Replace/break all previous Debian/Ubuntu versions
* Wed Feb 02 2022 Jerry Lundström <[email protected]> 0.3.2-1
- Release 0.3.2
* This is a package only update release to correct mistakes in Debian/
Expand Down

0 comments on commit fe7b757

Please sign in to comment.