Skip to content

Commit 167df03

Browse files
committed
Update ChangeLog and bump version for v2.2 release
Signed-off-by: Joachim Wiberg <troglobit@gmail.com>
1 parent b323a4b commit 167df03

2 files changed

Lines changed: 17 additions & 1 deletion

File tree

ChangeLog.md

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,22 @@ Change Log
33

44
All relevant, user visible, changes are documented in this file.
55

6+
7+
[v2.2][] - 2024-04-08
8+
---------------------
9+
10+
### Changes
11+
- Document required tools for installation
12+
- Add support for `MCD_SOCK` environment variable
13+
- Add helper tools for manual testing on Linux
14+
- Hide IGMP robustness value from default `mctl show` output
15+
- Improved output from `mctl show [json]` on multi-bridge systems
16+
17+
### Fixes
18+
- Fix detection of multicast router ports for `mctl show`
19+
- Fix detection of IGMP/MLD fast-leave
20+
21+
622
[v2.1][] - 2024-04-08
723
---------------------
824

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