Pull in all fixes from 4.13.x

This commit is contained in:
Duncan Ferguson 2018-03-15 22:09:44 +00:00
commit 7670b0be39
11 changed files with 137 additions and 87 deletions

View file

@ -1,6 +1,13 @@
4.13_01 0000-00-00 Duncan Ferguson <duncan_ferguson@user.sf.net>
4.14_01 0000-00-00 Duncan Ferguson <duncan_ferguson@user.sf.net>
- Move all Tk code into its own module as-is
4.13.2 2018-03-14 Duncan Ferguson <duncan_ferguson@user.sf.net>
- Fix for running builds in parallel
- Improvements to SUPPORT and REPORTING BUGS sections in documentation
4.13.1 2018-03-05 Duncan Ferguson <duncan_ferguson@user.sf.net>
- Minor update to fix failing tests due to 3rd party perltidy changes
4.13 2017-12-27 Duncan Ferguson <duncan_ferguson@user.sf.net>
- Ensure ssh_args is keep unset if it is emptied in the configuration file
- Obey configured console position (Debian bug 758215) (Github issue #100)