diff --git a/CHANGES b/CHANGES index bbf5d46..324bac6 100644 --- a/CHANGES +++ b/CHANGES @@ -1,3 +1,12 @@ +2022-02-01 Jerry Lundström + + Release 0.3.1 + + This is a package only update release to correct mistakes in Debian/ + Ubuntu packages. + + - Bump SO version for Debian/Ubuntu + 2022-01-26 Jerry Lundström Release 0.3.0 diff --git a/configure.ac b/configure.ac index 562bcd8..44cd41e 100644 --- a/configure.ac +++ b/configure.ac @@ -1,8 +1,8 @@ AC_PREREQ(2.61) -AC_INIT([dnswire], [0.3.0], [admin@dns-oarc.net], [dnswire], [https://github.com/DNS-OARC/dnswire/issues]) +AC_INIT([dnswire], [0.3.1], [admin@dns-oarc.net], [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]) diff --git a/debian/changelog b/debian/changelog index bdc3c7f..8ce3ac8 100644 --- a/debian/changelog +++ b/debian/changelog @@ -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 Tue, 01 Feb 2022 16:41:43 +0100 + dnswire (0.3.0-1~unstable+1) unstable; urgency=low * Release 0.3.0 diff --git a/debian/control b/debian/control index 2e98735..60fae93 100644 --- a/debian/control +++ b/debian/control @@ -10,7 +10,7 @@ Homepage: https://github.com/DNS-OARC/dnswire Vcs-Git: https://github.com/DNS-OARC/dnswire.git Vcs-Browser: https://github.com/DNS-OARC/dnswire -Package: libdnswire0 +Package: libdnswire1 Architecture: any Depends: ${shlibs:Depends}, ${misc:Depends} Description: library for DNS encapsulations and transporting of them @@ -19,7 +19,7 @@ Description: library for DNS encapsulations and transporting of them Package: libdnswire-dev Architecture: any -Depends: libdnswire0, libtinyframe-dev, libprotobuf-c-dev, ${misc:Depends} +Depends: libdnswire1, libtinyframe-dev, libprotobuf-c-dev, ${misc:Depends} Description: library for DNS encapsulations and transporting of them - development files A C library for encoding/decoding different DNS encapsulations and transporting them over different protocols. diff --git a/debian/libdnswire0.install b/debian/libdnswire1.install similarity index 100% rename from debian/libdnswire0.install rename to debian/libdnswire1.install diff --git a/rpm/dnswire.spec b/rpm/dnswire.spec index cc64e76..89b4f45 100644 --- a/rpm/dnswire.spec +++ b/rpm/dnswire.spec @@ -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 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 0.3.0-1 - Release 0.3.0 * This release updates the Protobuf definition for DNSTAP to include