From 705da73478016d61953fc5cf1a46ffbae0a6e19c Mon Sep 17 00:00:00 2001 From: Jonas Gorski Date: Thu, 10 Oct 2024 09:57:59 +0200 Subject: [PATCH] release: update for 0.1.0+bisdn6 Signed-off-by: Jonas Gorski --- NEWS | 5 +++++ configure.ac | 2 +- debian/changelog | 7 +++++++ mstpd.spec | 2 +- 4 files changed, 14 insertions(+), 2 deletions(-) diff --git a/NEWS b/NEWS index e8008d86..04e22816 100644 --- a/NEWS +++ b/NEWS @@ -1,6 +1,11 @@ mstpd: Multiple Spanning Tree Protocol Daemon ============================================= +Version: 0.1.0+bisdn6 +- netif_utils: fix speeds > 65G +- mstpctl-utils-functions.sh: fix shellcheck warnings + - Jonas Gorski + Version: 0.1.0+bisdn5 - brmon: do not try to read beyond the end of vlan messages - Jonas Gorski diff --git a/configure.ac b/configure.ac index fe233c5e..d500860a 100644 --- a/configure.ac +++ b/configure.ac @@ -1,5 +1,5 @@ AC_PREREQ([2.61]) -AC_INIT([mstpd], [0.1.0+bisdn5], [https://github.com/mstpd/mstpd]) +AC_INIT([mstpd], [0.1.0+bisdn6], [https://github.com/mstpd/mstpd]) # bridge-stp must be installed in /sbin/, and the associated scripts and # executables should be installed outside of /usr/ by default. If `./configure` diff --git a/debian/changelog b/debian/changelog index 149e569c..7ed051b3 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,10 @@ +mstpd (0.1.0+bisdn6) unstable; urgency=medium + + * netif_utils: fix speeds > 65G + * mstpctl-utils-functions.sh: fix shellcheck warnings + + -- Jonas Gorski Thu Oct 10 9:57:32 2024 +0200 + mstpd (0.1.0+bisdn5) unstable; urgency=medium * brmon: do not try to read beyond the end of vlan messages diff --git a/mstpd.spec b/mstpd.spec index c725ce21..40fd4add 100644 --- a/mstpd.spec +++ b/mstpd.spec @@ -1,7 +1,7 @@ Name: mstpd Summary: STP/RSTP/PVST+/MSTP Spanning Tree Protocol Daemon URL: https://github.com/mstpd/mstpd -Version: 0.1.0+bisdn5 +Version: 0.1.0+bisdn6 Release: 1%{?dist} License: GPLv2+