File tree Expand file tree Collapse file tree 2 files changed +27
-2
lines changed
Expand file tree Collapse file tree 2 files changed +27
-2
lines changed Original file line number Diff line number Diff line change @@ -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
Original file line number Diff line number Diff line change 11AC_PREREQ ( [ 2.69] )
2- AC_INIT ( [ mcd] , [ 2.2 ] , [ https://github.com/kernelkit/mcd/issues] )
2+ AC_INIT ( [ mcd] , [ 2.3 ] , [ 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