Skip to content

Commit

Permalink
Update ChangeLog and bump version for v2.1.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 Aug 19, 2016
1 parent b954ebd commit 7077314
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 @@ -4,8 +4,8 @@ ChangeLog
All notable changes to the project are documented in this file.


[v2.1.1][UNRELEASED] - 2016-07-XX
---------------------------------
[v2.1.1][] - 2016-08-19
-----------------------

### Changes
- When `SIGHUP` is received SMCRoute now touches its PID file as an
Expand All @@ -21,6 +21,9 @@ All notable changes to the project are documented in this file.
older systems, or uClinux, memory is not freed at program exit.
- Fix issue #39: Removing wildcard route at runtime does not work if no
kernel routes have been set.
- Fix issue #44: IPv6 disabled by default, despite what `configure` says
in its help text. Enabling it disables it ... fixed by enablig IPv6
by default.


[v2.1.0][] - 2016-02-17
Expand Down Expand Up @@ -300,7 +303,8 @@ v0.8 - August 2001
Initial public release by Carsten Schill.


[UNRELEASED]: https://github.com/troglobit/smcroute/compare/2.1.0...HEAD
[UNRELEASED]: https://github.com/troglobit/smcroute/compare/2.1.1...HEAD
[v2.1.1]: https://github.com/troglobit/smcroute/compare/2.1.0...2.1.1
[v2.1.0]: https://github.com/troglobit/smcroute/compare/2.0.0...2.1.0
[v2.0.0]: https://github.com/troglobit/smcroute/compare/1.99.2...2.0.0
[v1.99.2]: https://github.com/troglobit/smcroute/compare/1.99.1...1.99.2
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.1.1-rc1, https://github.com/troglobit/smcroute/issues, smcroute, http://troglobit.com/smcroute.html)
AC_INIT(SMCRoute, 2.1.1, https://github.com/troglobit/smcroute/issues, smcroute, http://troglobit.com/smcroute.html)
AM_INIT_AUTOMAKE([1.11 foreign no-dist-gzip dist-xz])
AM_SILENT_RULES()

Expand Down

0 comments on commit 7077314

Please sign in to comment.