Skip to content

Commit

Permalink
Update ChangeLog and bump version for v2.3 release
Browse files Browse the repository at this point in the history
Signed-off-by: Joachim Wiberg <[email protected]>
  • Loading branch information
troglobit committed Apr 21, 2024
1 parent df01cae commit 109d764
Show file tree
Hide file tree
Showing 2 changed files with 27 additions and 2 deletions.
27 changes: 26 additions & 1 deletion ChangeLog.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,32 @@ Change Log
All relevant, user visible, changes are documented in this file.


[v2.2][] - 2024-04-08
[v2.3][] - 2024-04-21
---------------------

### Changes
- Add IGMP proto support for raw VLAN interfaces
- New `mctl show mdb` command
- New `mctl check` command to probe for required tools
- All `mctl` commands now run `mctl check` internally to ensure
required tools are available
- Refactored logging, all log messages affected and may have been
altered in their output, and severity
- Add `configure` support for setting IPC socket group ID when `mcd`
creates its IPC socket, useful to provide `wheel` group access

### Fixes
- Fix router port detection for VLAN filtering bridges
- Fix duplicate log message on `send_igmp()` failure
- Fix `time_t -> int` misuse, found by Coverity Scan
- Fix uninitialized scalars, found by Coverity Scan
- Fix resource leak, found by Coverity Scan
- Fix possible out-of-bounds write, found by Coverity Scan
- Fix possible out-of-bounds access, found by Coverity Scan
- Fix build warnings, removing unused functions and adjusting levels


[v2.2][] - 2024-04-17
---------------------

### Changes
Expand Down
2 changes: 1 addition & 1 deletion configure.ac
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
AC_PREREQ([2.69])
AC_INIT([mcd], [2.2], [https://github.com/kernelkit/mcd/issues])
AC_INIT([mcd], [2.3], [https://github.com/kernelkit/mcd/issues])
AC_CONFIG_AUX_DIR(.aux)
AM_INIT_AUTOMAKE([1.11 foreign])
AM_SILENT_RULES([yes])
Expand Down

0 comments on commit 109d764

Please sign in to comment.