Skip to content

Commit

Permalink
Update ChangeLog and bump version for v2.5.0 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 19, 2021
1 parent 6fbbc42 commit d48b8dc
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 4 deletions.
10 changes: 7 additions & 3 deletions ChangeLog.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,13 +3,15 @@ ChangeLog

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

[v2.5.0][UNRELEASED]
--------------------
[v2.5.0][] - 2021-08-19
-----------------------

**Highlights:** native `/etc/smcroute.d/*.conf` support and seamless
update/removal of routes and groups by reloading `.conf` files or
using `smcroutectl`.

Tested on Linux 5.11 and FreeBSD 12.2

### Changes
- Fully automated test suite with 15 tests covering many use cases
- Support for `/etc/smcroute.d/*.conf`, issue #103
Expand Down Expand Up @@ -37,6 +39,8 @@ All notable changes to the project are documented in this file.
removed to simplify and guarantee full function
- Output format from `smcroutectl` has been extensively changed. E.g,
new `/LEN` support means wider columns, but heading have also changed
- The `.tar.xz` archive has been has been dropped as distribution format,
keeping only `tar.gz`

### Fixes
- Fix #120: failed ASM/SSM IGMP join if interface has no address
Expand Down Expand Up @@ -536,7 +540,7 @@ 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.4.4...HEAD
[UNRELEASED]: https://github.com/troglobit/smcroute/compare/2.5.0...HEAD
[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
[v2.4.3]: https://github.com/troglobit/smcroute/compare/2.4.2...2.4.3
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.0-beta1, https://github.com/troglobit/smcroute/issues, smcroute, http://troglobit.com/smcroute.html)
AC_INIT(SMCRoute, 2.5.0, 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 d48b8dc

Please sign in to comment.