Skip to content

Commit

Permalink
release: prepare details for 0.1.0 release
Browse files Browse the repository at this point in the history
Add release notes and bump version.

Signed-off-by: Alexandru Ardelean <ardeleanalex@gmail.com>
  • Loading branch information
commodo committed Sep 30, 2021
1 parent 23b3020 commit 833b2f2
Show file tree
Hide file tree
Showing 3 changed files with 19 additions and 2 deletions.
17 changes: 17 additions & 0 deletions NEWS
@@ -1,6 +1,23 @@
mstpd: Multiple Spanning Tree Protocol Daemon
=============================================

Version: 0.1.0
---------------------------------------------
- libnetlink changes to start supporting Linux per-VLAN STP
- libnetlink: Set NLA_F_NESTED in rta_nest
- libnetlink: introduce rta_nest and u8, u16, u64 helpers for nesting within rtattr
- Jonas Gorski <jonas.gorski@bisdn.de>
- make libnetlink.h standalone
- Signed-off-by: Pavel Šimerda <code@simerda.eu>
- utils/ifquery: drop python2 support
- Jan Klare <jan.klare@bisdn.de>
- Replace brctl with ip and bridge commands
- Scott Shambarger <devel@shambarger.net>
- rpm.spec: Fix mock build, requires and quoting
- Scott Shambarger <devel@shambarger.net>
- build: add option to enable installation of ifupdown scripts
- Alexandru Ardelean <ardeleanalex@gmail.com>

Version: 0.0.9
---------------------------------------------
- Add the "bpdu-filter-port" and "num-rx-bpdu-filtered" attributes to
Expand Down
2 changes: 1 addition & 1 deletion configure.ac
@@ -1,5 +1,5 @@
AC_PREREQ([2.61])
AC_INIT([mstpd], [0.0.9], [https://github.com/mstpd/mstpd])
AC_INIT([mstpd], [0.1.0], [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`
Expand Down
2 changes: 1 addition & 1 deletion 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.0.9
Version: 0.1.0
Release: 1%{?dist}

License: GPLv2+
Expand Down

0 comments on commit 833b2f2

Please sign in to comment.