Skip to content

Commit

Permalink
Update ChangeLog and bump version for v2.1 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 8, 2024
1 parent c79fba8 commit 64eff9e
Show file tree
Hide file tree
Showing 2 changed files with 18 additions and 2 deletions.
18 changes: 17 additions & 1 deletion ChangeLog.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,21 @@ Change Log

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

[v2.1][] - 2024-04-08
---------------------

No daemon changes, only `mctl` output formatting changes.

### Changes
- Include bridge name in multicast group listings
- Add support for showing IPv6 and MAC multicast groups
- Minor format adjustments to IGMP/MLD interface view

### Fixes
- Enforce `-p` (plain) mode for JSON output. Fixes spurious
NUL characters in JSON output, added by mctl formatter


[v2.0][] - 2024-03-21
---------------------

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

[UNRELEASED]: https://github.com/westermo/querierd/compare/v2.0...HEAD
[UNRELEASED]: https://github.com/westermo/querierd/compare/v2.1...HEAD
[v2.1]: https://github.com/westermo/querierd/compare/v2.0...v2.1
[v2.0]: https://github.com/westermo/querierd/compare/v1.0...v2.0
[v1.0]: https://github.com/westermo/querierd/compare/v0.10...v1.0
[v0.10]: https://github.com/westermo/querierd/compare/v0.9...v0.10
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.0], [https://github.com/kernelkit/mcd/issues])
AC_INIT([mcd], [2.1], [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 64eff9e

Please sign in to comment.