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,21 @@ Change Log
33
44All relevant, user visible, changes are documented in this file.
55
6+ [ v2.1] [ ] - 2024-04-08
7+ ---------------------
8+
9+ No daemon changes, only ` mctl ` output formatting changes.
10+
11+ ### Changes
12+ - Include bridge name in multicast group listings
13+ - Add support for showing IPv6 and MAC multicast groups
14+ - Minor format adjustments to IGMP/MLD interface view
15+
16+ ### Fixes
17+ - Enforce ` -p ` (plain) mode for JSON output. Fixes spurious
18+ NUL characters in JSON output, added by mctl formatter
19+
20+
621[ v2.0] [ ] - 2024-03-21
722---------------------
823
@@ -154,7 +169,8 @@ Initial public release.
154169Limited IGMPv1/v2/v3 querier with hard-coded query interval, etc. Put
155170interfaces in a .conf file, whitespace separated to enable querier.
156171
157- [ UNRELEASED ] : https://github.com/westermo/querierd/compare/v2.0...HEAD
172+ [ UNRELEASED ] : https://github.com/westermo/querierd/compare/v2.1...HEAD
173+ [ v2.1 ] : https://github.com/westermo/querierd/compare/v2.0...v2.1
158174[ v2.0 ] : https://github.com/westermo/querierd/compare/v1.0...v2.0
159175[ v1.0 ] : https://github.com/westermo/querierd/compare/v0.10...v1.0
160176[ v0.10 ] : https://github.com/westermo/querierd/compare/v0.9...v0.10
Original file line number Diff line number Diff line change 11AC_PREREQ ( [ 2.69] )
2- AC_INIT ( [ mcd] , [ 2.0 ] , [ https://github.com/kernelkit/mcd/issues] )
2+ AC_INIT ( [ mcd] , [ 2.1 ] , [ 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