@@ -3,6 +3,33 @@ Change Log
33
44All 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.
127154Limited IGMPv1/v2/v3 querier with hard-coded query interval, etc. Put
128155interfaces 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
0 commit comments