Skip to content

Commit 109d764

Browse files
committed
Update ChangeLog and bump version for v2.3 release
Signed-off-by: Joachim Wiberg <troglobit@gmail.com>
1 parent df01cae commit 109d764

File tree

2 files changed

+27
-2
lines changed

2 files changed

+27
-2
lines changed

ChangeLog.md

Lines changed: 26 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,32 @@ Change Log
44
All 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

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.2], [https://github.com/kernelkit/mcd/issues])
2+
AC_INIT([mcd], [2.3], [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)