File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -3,6 +3,22 @@ Change Log
33
44All relevant, user visible, changes are documented in this file.
55
6+
7+ [ v2.2] [ ] - 2024-04-08
8+ ---------------------
9+
10+ ### Changes
11+ - Document required tools for installation
12+ - Add support for ` MCD_SOCK ` environment variable
13+ - Add helper tools for manual testing on Linux
14+ - Hide IGMP robustness value from default ` mctl show ` output
15+ - Improved output from ` mctl show [json] ` on multi-bridge systems
16+
17+ ### Fixes
18+ - Fix detection of multicast router ports for ` mctl show `
19+ - Fix detection of IGMP/MLD fast-leave
20+
21+
622[ v2.1] [ ] - 2024-04-08
723---------------------
824
Original file line number Diff line number Diff line change 11AC_PREREQ ( [ 2.69] )
2- AC_INIT ( [ mcd] , [ 2.1 ] , [ https://github.com/kernelkit/mcd/issues] )
2+ AC_INIT ( [ mcd] , [ 2.2 ] , [ https://github.com/kernelkit/mcd/issues] )
33AC_CONFIG_AUX_DIR ( .aux )
44AM_INIT_AUTOMAKE ( [ 1.11 foreign] )
55AM_SILENT_RULES ([ yes] )
You can’t perform that action at this time.
0 commit comments