mirror of
https://github.com/duncs/clusterssh.git
synced 2025-07-02 01:21:14 +00:00
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:
parent
08d7fead03
commit
8b8a692b6c
8 changed files with 142 additions and 37 deletions
1
Changes
1
Changes
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue