@@ -4,7 +4,32 @@ Change Log
44All relevant, user visible, changes are documented in this file.
55
66
7- [ v2.2] [ ] - 2024-04-08
7+ [ v2.3] [ ] - 2024-04-21
8+ ---------------------
9+
10+ ### Changes
11+ - Add IGMP proto support for raw VLAN interfaces
12+ - New ` mctl show mdb ` command
13+ - New ` mctl check ` command to probe for required tools
14+ - All ` mctl ` commands now run ` mctl check ` internally to ensure
15+ required tools are available
16+ - Refactored logging, all log messages affected and may have been
17+ altered in their output, and severity
18+ - Add ` configure ` support for setting IPC socket group ID when ` mcd `
19+ creates its IPC socket, useful to provide ` wheel ` group access
20+
21+ ### Fixes
22+ - Fix router port detection for VLAN filtering bridges
23+ - Fix duplicate log message on ` send_igmp() ` failure
24+ - Fix ` time_t -> int ` misuse, found by Coverity Scan
25+ - Fix uninitialized scalars, found by Coverity Scan
26+ - Fix resource leak, found by Coverity Scan
27+ - Fix possible out-of-bounds write, found by Coverity Scan
28+ - Fix possible out-of-bounds access, found by Coverity Scan
29+ - Fix build warnings, removing unused functions and adjusting levels
30+
31+
32+ [ v2.2] [ ] - 2024-04-17
833---------------------
934
1035### Changes
0 commit comments