Rework hostname expansion

Didn't like relying on the bash shell for expansions - instead recoded it to be pure-perl so it is more cross-platform.

Github issue #53
This commit is contained in:
Duncan Ferguson 2016-04-29 18:33:50 +01:00
parent 08d7fead03
commit 8b8a692b6c
8 changed files with 142 additions and 37 deletions

View file

@ -1,6 +1,7 @@
4.07_1 0000-00-00 Duncan Ferguson <duncan_ferguson@user.sf.net>
- Fixed tests on systems where bash is not installed in /bin/bash (Github issue #60)
- Include link to travis-ci site in release emails for automated build and test reports
- Rework hostname expansion to be pure-perl rather than relying on the bash shell (Github issue #53)
4.06 2016-03-26 Duncan Ferguson <duncan_ferguson@user.sf.net>
- Failure to find the terminal binary should not be fatal