Skip to content

Commit 64eff9e

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

2 files changed

Lines changed: 18 additions & 2 deletions

File tree

ChangeLog.md

Lines changed: 17 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,21 @@ Change Log
33

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

6+
[v2.1][] - 2024-04-08
7+
---------------------
8+
9+
No daemon changes, only `mctl` output formatting changes.
10+
11+
### Changes
12+
- Include bridge name in multicast group listings
13+
- Add support for showing IPv6 and MAC multicast groups
14+
- Minor format adjustments to IGMP/MLD interface view
15+
16+
### Fixes
17+
- Enforce `-p` (plain) mode for JSON output. Fixes spurious
18+
NUL characters in JSON output, added by mctl formatter
19+
20+
621
[v2.0][] - 2024-03-21
722
---------------------
823

@@ -154,7 +169,8 @@ Initial public release.
154169
Limited IGMPv1/v2/v3 querier with hard-coded query interval, etc. Put
155170
interfaces in a .conf file, whitespace separated to enable querier.
156171

157-
[UNRELEASED]: https://github.com/westermo/querierd/compare/v2.0...HEAD
172+
[UNRELEASED]: https://github.com/westermo/querierd/compare/v2.1...HEAD
173+
[v2.1]: https://github.com/westermo/querierd/compare/v2.0...v2.1
158174
[v2.0]: https://github.com/westermo/querierd/compare/v1.0...v2.0
159175
[v1.0]: https://github.com/westermo/querierd/compare/v0.10...v1.0
160176
[v0.10]: https://github.com/westermo/querierd/compare/v0.9...v0.10

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