Skip to content

Commit

Permalink
Update ChangeLog and bump version for v2.0 release
Browse files Browse the repository at this point in the history
Signed-off-by: Joachim Wiberg <[email protected]>
  • Loading branch information
troglobit committed Mar 21, 2024
1 parent 63ea327 commit 00c8864
Show file tree
Hide file tree
Showing 2 changed files with 30 additions and 2 deletions.
30 changes: 29 additions & 1 deletion ChangeLog.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,33 @@ Change Log

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

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

Complete rewrite of core IGMP parts, nothing left of the original
`mrouted` code base.

> **Note:** breaking changes to `.conf` file format!
### Changes
- Add support for IGMP query interval per interface
- IGMP global options renamed with `global-` prefix
- Add support for `include GLOB` directive to .conf parser, see
bundled sample `mcd.conf` for an example
- Add support for injecting VLAN tagged frames and receiving frames on
a VLAN filtering bridge without VLAN interfaces
- Add support for tracking remote querier's query interval using QQIC
- Relicense under the ISC license

### Fixes
- Fix output from usage, `-h`, show correct paths used when
program identity changes, also add missing options
- Add missing linefeed in `show igmp json` output
- Fix parsing of max response time (IGMP code field), changed
in IGMPv3 to use float encoding for values >= 128
- Fix JSON output for interface state and querier fields


[v1.0][] - 2024-03-09
---------------------

Expand Down Expand Up @@ -127,7 +154,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/v0.10...HEAD
[UNRELEASED]: https://github.com/westermo/querierd/compare/v2.0...HEAD
[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
[v0.9]: https://github.com/westermo/querierd/compare/v0.8...v0.9
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-beta1], [https://github.com/kernelkit/mcd/issues])
AC_INIT([mcd], [2.0], [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 00c8864

Please sign in to comment.