Skip to content

Commit

Permalink
Update changelogs with latest fixes
Browse files Browse the repository at this point in the history
Signed-off-by: Joachim Wiberg <[email protected]>
  • Loading branch information
troglobit committed Jan 7, 2021
1 parent 8995cd6 commit 6e32479
Show file tree
Hide file tree
Showing 2 changed files with 19 additions and 7 deletions.
16 changes: 11 additions & 5 deletions ChangeLog.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,16 +7,17 @@ All notable changes to the project are documented in this file.
[v4.2][UNRELEASED]
------------------

Major bug fix release.
Major bug fix and feature release. Support for static routes and
improved configuration support for IGMP.

### Changes
- Support for controlling IGMP Last Member Query Count using the
`igmp-robustness` setting in `mrouted.conf`, default 2
- Support for tuning the IGMP Last Member Query Interval using a
new setting `igmp-query-last-member-interval <1-1024>`, issue #44
- Support for static multicast routing (*,G), similar to SMCRoute.
New `phyint static-group GROUP` setting in mrouted.conf, multiple
statements supported, but no ranges (yet)
- Issue #31: support for static multicast routing (*,G), similar to
SMCRoute. New `phyint static-group GROUP` setting in mrouted.conf,
multiple statements supported, but no ranges (yet)
- Proper tracking of lower-version host members (IGMP), when a lower
version host is detected for a group, a timer is set according to
RFC3376, and while in this compat mode higher-version IGMP is not
Expand All @@ -28,6 +29,9 @@ Major bug fix release.
have not yet received a lease
- Improved support for running mroutectl under watch(1). No more
artifacts due to unknown ANSI escape sequences to probe width
- Delayed PID file creation until after initial startup delay, there
is nobody home until after that delay, so no point in announcing
availability until after that

### Fixes
- Issue #43: IGMPv3 membership reports were parsed incorrectly. The
Expand All @@ -38,7 +42,9 @@ Major bug fix release.
longer had the group field set, despite the query being addressed to
a specific group. Regression introduced in [v4.0][]
- Issue #47: The optional phyint flag `igmpv3` did not work.

- Fix buffer overrun in descriptor `poll()` handling
- Fix double-close on SIGHUP, Linux systems only
- Various non-critical memory leak fixes, critical for no-MMU systems

[v4.1][] - 2020-10-02
---------------------
Expand Down
10 changes: 8 additions & 2 deletions debian/changelog
Original file line number Diff line number Diff line change
Expand Up @@ -22,8 +22,14 @@ mrouted (4.2) stable; urgency=medium
* Issue #47: parser did not allow the (optional) phyint keyword 'igmpv3'
* Improved support for running mroutectl under watch(1). No more
artifacts due to unknown ANSI escape sequences to probe width

-- Joachim Wiberg <[email protected]> Tue, 05 Jan 2021 18:41:30 +0100
* Delayed PID file creation until after initial startup delay, there
is nobody home until after that delay, so no point in announcing
availability until after that
* Fix buffer overrun in descriptor `poll()` handling
* Fix double-close on SIGHUP, Linux systems only
* Various non-critical memory leak fixes, critical for no-MMU systems

-- Joachim Wiberg <[email protected]> Thu, 07 Jan 2021 04:57:48 +0100

mrouted (4.1) stable; urgency=medium

Expand Down

0 comments on commit 6e32479

Please sign in to comment.