Skip to content

Commit 0a39e7c

Browse files
committed
Update ChangeLog and bump version for v2.5.1 release
Signed-off-by: Joachim Wiberg <troglobit@gmail.com>
1 parent e9a4dc7 commit 0a39e7c

File tree

2 files changed

+7
-4
lines changed

2 files changed

+7
-4
lines changed

ChangeLog.md

+6-3
Original file line numberDiff line numberDiff line change
@@ -3,13 +3,16 @@ ChangeLog
33

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

6-
[v2.5.1][UNRELEASED]
6+
[v2.5.1][] - 2021-08-22
77
-----------------------
88

9-
Minor build fixes, mostly related to older compilers pre-C99.
9+
### Changes
10+
- Add .sha256 checksum to dist files, useful for packagers
1011

1112
### Fixes
13+
- Fix #155: systemd Notify integration, restore `NotifyAccess=main`
1214
- Fix #165: ftbfs on older compilers, e.g. gcc 4.8.3, use -std=gnu99
15+
- Fix Documentation refs in systemd unit file, new man pages
1316

1417

1518
[v2.5.0][] - 2021-08-19
@@ -549,7 +552,7 @@ Initial public release by Carsten Schill.
549552

550553
[mrdisc]: https://github.com/troglobit/mrdisc
551554
[RFC4286]: https://tools.ietf.org/html/rfc4286
552-
[UNRELEASED]: https://github.com/troglobit/smcroute/compare/2.5.0...HEAD
555+
[UNRELEASED]: https://github.com/troglobit/smcroute/compare/2.5.1...HEAD
553556
[v2.5.1]: https://github.com/troglobit/smcroute/compare/2.5.1...2.5.1
554557
[v2.5.0]: https://github.com/troglobit/smcroute/compare/2.4.4...2.5.0
555558
[v2.4.4]: https://github.com/troglobit/smcroute/compare/2.4.3...2.4.4

configure.ac

+1-1
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.1-beta1, https://github.com/troglobit/smcroute/issues, smcroute, https://troglobit.com/smcroute.html)
5+
AC_INIT(SMCRoute, 2.5.1, 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)