Skip to content

Commit

Permalink
Update changelogs and bump version for v4.1 release
Browse files Browse the repository at this point in the history
Signed-off-by: Joachim Wiberg <[email protected]>
  • Loading branch information
troglobit committed Oct 2, 2020
1 parent 23b99e2 commit aa80bca
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 3 deletions.
7 changes: 6 additions & 1 deletion ChangeLog.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,14 +3,17 @@ Change Log

All notable changes to the project are documented in this file.

[v4.1][] - 2020-09-29
[v4.1][] - 2020-10-02
---------------------

Minor feature and bug fix release.

### Changes
- Issue #40: Automatically detect and add `altnet` to interfaces with
multiple addresses, possible thanks to work on #36
- Reduce number of exposed aliases to debug sub-systems in online help
text and man page. Only primary name, as of mrouted v3.9-beta3
- Removed noisy `timer` sub-system from `-d all`, use `-d all, timer`
- Document a lot of `mrouted.conf` options available in this version of
mrouted since before v3.9, but not in the OpenBSD, based on v3.8:
- `prune-lifetime`
Expand All @@ -31,6 +34,8 @@ Minor feature and bug fix release.
- Fix update of `mrouted.genid` on SIGHUP and reboot. mrouted replaced
contents with the value zero (0), causing a zero genid in DVMRP as
well, which likely caused peering issues with some implementations
- Fix build warning on Clang 3.4.1 (FreeBSD 10.3)
- Workaround for older autoconf without `--runstatedir` support
- Fix double free in `pidfile()`
- Fix #35: Cannot disable multicast routing in kernel: Permission denied
when starting up.
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.1-rc1], [https://github.com/troglobit/mrouted/issues],,
AC_INIT([mrouted], [4.1], [https://github.com/troglobit/mrouted/issues],,
[https://troglobit.com/projects/mrouted/])
AC_CONFIG_AUX_DIR(aux)
AM_INIT_AUTOMAKE([1.11 foreign])
Expand Down
2 changes: 1 addition & 1 deletion debian/changelog
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ mrouted (4.1) stable; urgency=medium
* Fix annoying message "cCannot disable multicast routing" at startup
* Fix double free in PID file code

-- Joachim Wiberg <[email protected]> Tue, 29 Sep 2020 08:13:15 +0200
-- Joachim Wiberg <[email protected]> Fri, 02 Oct 2020 05:19:06 +0200

mrouted (4.0) unstable; urgency=medium

Expand Down

0 comments on commit aa80bca

Please sign in to comment.