Skip to content

Commit

Permalink
Update ChangeLog and bump version for v2.3.1 release
Browse files Browse the repository at this point in the history
Signed-off-by: Joachim Nilsson <[email protected]>
  • Loading branch information
troglobit committed Jun 13, 2017
1 parent 9d6b55a commit 8d46ae0
Show file tree
Hide file tree
Showing 2 changed files with 19 additions and 1 deletion.
18 changes: 18 additions & 0 deletions ChangeLog.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,24 @@ ChangeLog
All notable changes to the project are documented in this file.


[v2.3.1][] - 2017-06-13
-----------------------

Bug fix release courtesy of the Westermo WeOS automated testing
framework. Many thanks to Johan Askerin at Westermo for working
on integrating SMCRoute v2.3 into WeOS v4.22!

### Changes
- Add `utimensat()` replacement for systems that don't have it
- Ignore error messages from `send()` on interface link down

### Fixes
- Fix build error(s) on FreeBSD 9/9.3-RELEASE
- Fix possible invalid interface name reference in new mrdisc support
- Fix log macro bug in the .conf parser
- Fix buggy interface and VIF re-initialization on SIGHUP


[v2.3.0][] - 2017-05-28
-----------------------

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.3.0, https://github.com/troglobit/smcroute/issues, smcroute, http://troglobit.com/smcroute.html)
AC_INIT(SMCRoute, 2.3.1, 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 8d46ae0

Please sign in to comment.