Skip to content

Commit 00c8864

Browse files
committed
Update ChangeLog and bump version for v2.0 release
Signed-off-by: Joachim Wiberg <[email protected]>
1 parent 63ea327 commit 00c8864

File tree

2 files changed

+30
-2
lines changed

2 files changed

+30
-2
lines changed

ChangeLog.md

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

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

6+
[v2.0][] - 2024-03-21
7+
---------------------
8+
9+
Complete rewrite of core IGMP parts, nothing left of the original
10+
`mrouted` code base.
11+
12+
> **Note:** breaking changes to `.conf` file format!
13+
14+
### Changes
15+
- Add support for IGMP query interval per interface
16+
- IGMP global options renamed with `global-` prefix
17+
- Add support for `include GLOB` directive to .conf parser, see
18+
bundled sample `mcd.conf` for an example
19+
- Add support for injecting VLAN tagged frames and receiving frames on
20+
a VLAN filtering bridge without VLAN interfaces
21+
- Add support for tracking remote querier's query interval using QQIC
22+
- Relicense under the ISC license
23+
24+
### Fixes
25+
- Fix output from usage, `-h`, show correct paths used when
26+
program identity changes, also add missing options
27+
- Add missing linefeed in `show igmp json` output
28+
- Fix parsing of max response time (IGMP code field), changed
29+
in IGMPv3 to use float encoding for values >= 128
30+
- Fix JSON output for interface state and querier fields
31+
32+
633
[v1.0][] - 2024-03-09
734
---------------------
835

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

130-
[UNRELEASED]: https://github.com/westermo/querierd/compare/v0.10...HEAD
157+
[UNRELEASED]: https://github.com/westermo/querierd/compare/v2.0...HEAD
158+
[v2.0]: https://github.com/westermo/querierd/compare/v1.0...v2.0
131159
[v1.0]: https://github.com/westermo/querierd/compare/v0.10...v1.0
132160
[v0.10]: https://github.com/westermo/querierd/compare/v0.9...v0.10
133161
[v0.9]: https://github.com/westermo/querierd/compare/v0.8...v0.9

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