Skip to content

Commit d48b8dc

Browse files
committed
Update ChangeLog and bump version for v2.5.0 release
Signed-off-by: Joachim Wiberg <troglobit@gmail.com>
1 parent 6fbbc42 commit d48b8dc

2 files changed

Lines changed: 8 additions & 4 deletions

File tree

ChangeLog.md

Lines changed: 7 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,13 +3,15 @@ ChangeLog
33

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

6-
[v2.5.0][UNRELEASED]
7-
--------------------
6+
[v2.5.0][] - 2021-08-19
7+
-----------------------
88

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

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

4145
### Fixes
4246
- Fix #120: failed ASM/SSM IGMP join if interface has no address
@@ -536,7 +540,7 @@ Initial public release by Carsten Schill.
536540

537541
[mrdisc]: https://github.com/troglobit/mrdisc
538542
[RFC4286]: https://tools.ietf.org/html/rfc4286
539-
[UNRELEASED]: https://github.com/troglobit/smcroute/compare/2.4.4...HEAD
543+
[UNRELEASED]: https://github.com/troglobit/smcroute/compare/2.5.0...HEAD
540544
[v2.5.0]: https://github.com/troglobit/smcroute/compare/2.4.4...2.5.0
541545
[v2.4.4]: https://github.com/troglobit/smcroute/compare/2.4.3...2.4.4
542546
[v2.4.3]: https://github.com/troglobit/smcroute/compare/2.4.2...2.4.3

configure.ac

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
# Process this file with autoconf to produce a configure script.
33

44
AC_PREREQ(2.61)
5-
AC_INIT(SMCRoute, 2.5.0-beta1, https://github.com/troglobit/smcroute/issues, smcroute, http://troglobit.com/smcroute.html)
5+
AC_INIT(SMCRoute, 2.5.0, https://github.com/troglobit/smcroute/issues, smcroute, https://troglobit.com/smcroute.html)
66
AC_CONFIG_AUX_DIR(aux)
77
AM_INIT_AUTOMAKE([1.11 foreign])
88
AM_SILENT_RULES([yes])

0 commit comments

Comments
 (0)