Skip to content

Commit

Permalink
Update ChangeLog and bump version for v2.5.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 Aug 27, 2021
1 parent d3be39c commit a75dfbc
Show file tree
Hide file tree
Showing 2 changed files with 25 additions and 2 deletions.
25 changes: 24 additions & 1 deletion ChangeLog.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,28 @@ ChangeLog

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

[v2.5.2][] - 2021-08-27
-----------------------

### Changes
- Allow installing routes with no outbound interfaces
- Reinitialize VIFs on reload in case of new interfaces
- Handle cases when interfaces change ifindex, i.e. they've first been
removed and then re-added with the same name

### Fixes
- Fix VIF leak when deleting interfaces with MRDISC enabled
- Fix handling when an (S,G) moves to another IIF. This fixes issues
where the SMCRoute kernel cache was out of sync with the kernel MFC
- Fix handling of lost/disabled interfaces at reload. This fixes a
couple of issues where routes were not updated properly at runtime
- Update interface flags on reload, this fixes issues when SMCRoute
failed to detect interfaces that had their MULTICAST flag set or
cleared at runtime
. Skip `setsockopt()` for IPC sockets. This fixes warnings in syslog
about failing to disable `MULTICAST_LOOP` and `MULTICAST_ALL`


[v2.5.1][] - 2021-08-22
-----------------------

Expand Down Expand Up @@ -552,7 +574,8 @@ Initial public release by Carsten Schill.

[mrdisc]: https://github.com/troglobit/mrdisc
[RFC4286]: https://tools.ietf.org/html/rfc4286
[UNRELEASED]: https://github.com/troglobit/smcroute/compare/2.5.1...HEAD
[UNRELEASED]: https://github.com/troglobit/smcroute/compare/2.5.2...HEAD
[v2.5.2]: https://github.com/troglobit/smcroute/compare/2.5.1...2.5.2
[v2.5.1]: https://github.com/troglobit/smcroute/compare/2.5.0...2.5.1
[v2.5.0]: https://github.com/troglobit/smcroute/compare/2.4.4...2.5.0
[v2.4.4]: https://github.com/troglobit/smcroute/compare/2.4.3...2.4.4
Expand Down
2 changes: 1 addition & 1 deletion configure.ac
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
# Process this file with autoconf to produce a configure script.

AC_PREREQ(2.61)
AC_INIT(SMCRoute, 2.5.1, https://github.com/troglobit/smcroute/issues, smcroute, https://troglobit.com/smcroute.html)
AC_INIT(SMCRoute, 2.5.2, https://github.com/troglobit/smcroute/issues, smcroute, https://troglobit.com/smcroute.html)
AC_CONFIG_AUX_DIR(aux)
AM_INIT_AUTOMAKE([1.11 foreign])
AM_SILENT_RULES([yes])
Expand Down

0 comments on commit a75dfbc

Please sign in to comment.