Skip to content

Commit 37a54d8

Browse files
committed
Update ChangeLog and bump version for v2.4 release
Signed-off-by: Joachim Wiberg <troglobit@gmail.com>
1 parent 81dacb1 commit 37a54d8

2 files changed

Lines changed: 22 additions & 1 deletion

File tree

ChangeLog.md

Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,27 @@ Change Log
44
All relevant, user visible, changes are documented in this file.
55

66

7+
[v2.4][] - 2026-04-29
8+
---------------------
9+
10+
### Changes
11+
- New `mctl show router-ports` command to list multicast router ports grouped
12+
per bridge, also available as JSON, issue kernelkit/infix#395
13+
- Improve `mctl show igmp json` multicast-router-ports output; entries are
14+
now per-bridge objects with `bridge` and `ports` keys
15+
- RFC3376 §8.6/§8.7: send a startup query burst when assuming the querier
16+
role. The querier now sends `Robustness Variable` General Queries at
17+
`Query Interval / 4` before switching to the normal query cadence, giving
18+
hosts a much faster initial response, issue #5
19+
- `mctl` output width now follows the actual terminal width instead of being
20+
capped at 78 columns; line wrapping is left to the terminal
21+
22+
### Fixes
23+
- Fix #4: IGMP queries sent with all-zeroes source MAC when an interface
24+
appears via netlink after the configuration file has already been parsed.
25+
The hardware address is now re-fetched on every netlink `RTM_NEWLINK` event
26+
27+
728
[v2.3][] - 2024-04-21
829
---------------------
930

configure.ac

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
AC_PREREQ([2.69])
2-
AC_INIT([mcd], [2.3], [https://github.com/kernelkit/mcd/issues])
2+
AC_INIT([mcd], [2.4], [https://github.com/kernelkit/mcd/issues])
33
AC_CONFIG_AUX_DIR(.aux)
44
AM_INIT_AUTOMAKE([1.11 foreign])
55
AM_SILENT_RULES([yes])

0 commit comments

Comments
 (0)