forked from mstpd/mstpd
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathNEWS
41 lines (39 loc) · 1.56 KB
/
NEWS
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
mstpd: Multiple Spanning Tree Protocol Daemon
=============================================
Version: 0.0.6
---------------------------------------------
- Tagging this version as 0.0.6, since internally
versions are x.y.z, while the last 2 git tags
were 0.04 & 0.05
- Fixed compilation on GCC 7
- Default protocol version is RSTP since that is
what most people use. To use MSTP, users will need
to use `--setforcevers mstp`.
- Various fixes to `ifupdown.sh` script
- Paul Donohue <[email protected]>
- Small code fixes
- Lionel Flandrin <[email protected]>
Version: 0.05
---------------------------------------------
- [Internal] Integration with Travis-CI
- added shellcheck validation to shell scripts
- support for Debian's travis script (http://travis.debian.net/)
- Build supports autotools
- initial autotools by Jonas Johansson <[email protected]>
- Paul Donohue <[email protected]>
- Gerson Fernando Budke <[email protected]>
- Added support for packaging .deb & .rpm files
- Paul Donohue <[email protected]>
- Luca Boccassi <[email protected]>
- Bumped default netlink socket buffers to 256k
- Display the BPDU receive and transmit status info
by Ian Wilson <[email protected]>
- Support to build with musl libc
- Improve compatibility with generic Bourne Shell
- Mantas Mikulėnas <[email protected]>
- Paul Donohue <[email protected]>
- Various improvements in mstpd's shell scripts
- Paul Donohue <[email protected]>
- dvlemplgk <[email protected]>
- Stop bridges on exit to prevent loops
- Felix Kaiser <[email protected]>