Skip to content

Commit

Permalink
Update ChangeLog and bump version for v2.4.3 release
Browse files Browse the repository at this point in the history
Signed-off-by: Joachim Nilsson <troglobit@gmail.com>
  • Loading branch information
troglobit committed Nov 7, 2018
1 parent 54d4ac7 commit a95cec9
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,8 +3,10 @@ ChangeLog

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

[v2.4.3][UNRELEASED]
--------------------
[v2.4.3][]
----------

The Lyon release.

### Changes
- Add `strlcat()` replacement from OpenBSD, use instead of `strcat()`
Expand All @@ -22,6 +24,7 @@ All notable changes to the project are documented in this file.
VIFs to be registered for the same base interface causing multicast
routes to use the wrong inbound or outbound VIF. Alias interfaces
use the same underlying physical interface so only one VIF needed
- Fix display of route counters and column alignment
- Minor spelling fixes, found by Debian
- Add missing status command to SysV init script, found by Debian
- Simplify `utimensat()` replacement, `AT_SYMLINK_NOFOLLOW` unused
Expand Down Expand Up @@ -470,7 +473,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.4.2...HEAD
[UNRELEASED]: https://github.com/troglobit/smcroute/compare/2.4.3...HEAD
[v2.4.2]: https://github.com/troglobit/smcroute/compare/2.4.2...2.4.3
[v2.4.2]: https://github.com/troglobit/smcroute/compare/2.4.1...2.4.2
[v2.4.1]: https://github.com/troglobit/smcroute/compare/2.4.1...2.4.1
[v2.4.0]: https://github.com/troglobit/smcroute/compare/2.3.1...2.4.0
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.4.3-rc1, https://github.com/troglobit/smcroute/issues, smcroute, http://troglobit.com/smcroute.html)
AC_INIT(SMCRoute, 2.4.3, https://github.com/troglobit/smcroute/issues, smcroute, http://troglobit.com/smcroute.html)
AM_INIT_AUTOMAKE([1.11 foreign dist-xz])
AM_SILENT_RULES([yes])

Expand Down

0 comments on commit a95cec9

Please sign in to comment.