Skip to content

Commit

Permalink
Bump version and update ChangeLog for v4.2 release
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 194c894 commit 085d32f
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 9 deletions.
18 changes: 10 additions & 8 deletions ChangeLog.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@ Change Log
All notable changes to the project are documented in this file.


[v4.2][UNRELEASED]
------------------
[v4.2][] - 2021-01-07
---------------------

Major bug fix and feature release. Support for static routes and
improved configuration support for IGMP.
Expand All @@ -14,15 +14,15 @@ improved configuration support for IGMP.
- 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
- 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)
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
- 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
allowed to change state. E.g., in IGMPv1 compat, IGMPv2 LEAVE is
ignored, similar to the phyint being in `igmpv1` mode
ignored for the group, similar to the phyint being in `igmpv1` mode
- Allow IGMP reports from source address 0.0.0.0, required as per
RFC3376, sec. 4.2.13, not supported until now. This should greatly
improve interop with IGMP snooping switches and DHCP clients that
Expand All @@ -46,6 +46,7 @@ improved configuration support for IGMP.
- 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 Expand Up @@ -605,7 +606,8 @@ v3.5 - 1995-05-08
- Multicast traceroute could send a reply on a disabled interface.


[UNRELEASED]: https://github.com/troglobit/mrouted/compare/4.1...HEAD
[UNRELEASED]: https://github.com/troglobit/mrouted/compare/4.2...HEAD
[v4.2]: https://github.com/troglobit/mrouted/compare/4.1...4.2
[v4.1]: https://github.com/troglobit/mrouted/compare/4.0...4.1
[v4.0]: https://github.com/troglobit/mrouted/compare/3.9.8...4.0
[v3.9.8]: https://github.com/troglobit/mrouted/compare/3.9.7...3.9.8
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.61)
AC_INIT([mrouted], [4.2-rc2], [https://github.com/troglobit/mrouted/issues],,
AC_INIT([mrouted], [4.2], [https://github.com/troglobit/mrouted/issues],,
[https://troglobit.com/projects/mrouted/])
AC_CONFIG_AUX_DIR(aux)
AM_INIT_AUTOMAKE([1.11 foreign])
Expand Down

0 comments on commit 085d32f

Please sign in to comment.