Skip to content

Commit

Permalink
Bump version and update changelogs for v2.8 release
Browse files Browse the repository at this point in the history
Signed-off-by: Joachim Wiberg <[email protected]>
  • Loading branch information
troglobit committed Jan 8, 2021
1 parent c55a74d commit a880249
Show file tree
Hide file tree
Showing 3 changed files with 29 additions and 1 deletion.
14 changes: 14 additions & 0 deletions ChangeLog.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,20 @@ ChangeLog

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

[v2.8][] - 2021-01-08
---------------------

- Detect a default interface even on systems without default route
- Support Ctrl-L to refresh a garbled display
- Support for a deadline timeout `-W sec`, issue #12
- Support for redirecting output to a log file; `mcjoin -l debug > file`
- Document reverse path filtering in Linux
- Document how to test with older IGMP versions in Linux
- Fix resize glitch in plotter (new event based framework)
- Fix TTY restore on abort or abnormal exit
- Fix #12: fully restore support for old output, `-o`


[v2.7][] - 2020-11-10
---------------------

Expand Down
2 changes: 1 addition & 1 deletion configure.ac
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
AC_INIT(mcjoin, 2.7, https://github.com/troglobit/mcjoin/issues,, https://github.com/troglobit/mcjoin/)
AC_INIT(mcjoin, 2.8, https://github.com/troglobit/mcjoin/issues,, https://github.com/troglobit/mcjoin/)
AC_CONFIG_AUX_DIR(aux)
AM_INIT_AUTOMAKE([1.11 foreign])

Expand Down
14 changes: 14 additions & 0 deletions debian/changelog
Original file line number Diff line number Diff line change
@@ -1,3 +1,17 @@
mcjoin (2.8) unstable; urgency=medium

* Detect a default interface when system doesn't have a default route
* Support Ctrl-L to refresh a garbled display
* Support for a deadline timeout `-W sec`, issue #12
* Support for redirecting output to a log file; `mcjoin -l debug > file`
* Document reverse path filtering in Linux
* Document how to test with older IGMP versions in Linux
* Fix resize glitch in plotter (new event based framework)
* Fix TTY restore on abort or abnormal exit
* Fix #12: fully restore support for old output, `-o`

-- Joachim Wiberg <[email protected]> Fri, 08 Jan 2021 16:48:27 +0100

mcjoin (2.7) stable; urgency=medium

* Update maintainer last name
Expand Down

0 comments on commit a880249

Please sign in to comment.