Duncan Ferguson
b002b1aac2
Correct reference to previous version (4.04_04 vs the correct 4.03_04)
2015-01-31 10:55:30 +00:00
Duncan Ferguson
5fbc452d29
Version 4.03_06 release changes
2015-01-31 10:50:36 +00:00
Duncan Ferguson
c53eedaf1c
Update version and changes file with patch from Andrew Stevenson
2015-01-31 10:47:30 +00:00
Duncan Ferguson
74720d6b2f
Version 4.03_05 release changes
2014-12-20 22:28:22 +00:00
Duncan Ferguson
6f30f9976e
Fix Changes file test
2014-12-20 18:18:27 +00:00
Duncan Ferguson
fb4d991053
Fix some tests failures
...
Fix failures picked up via cpantesters
- Bump version
- Remove accidental duplicate option in test file
- Add TODO to test for duplicate options correctly
- Fix test error when @ARGV is set to undef when this should never happen
2014-12-20 18:05:08 +00:00
Duncan Ferguson
457c3e8e1c
Version 4.03_04 release changes
2014-12-12 17:31:14 +00:00
Duncan Ferguson
e528584eb0
Correct version/history and add in recent changes
2014-12-12 17:23:38 +00:00
Duncan Ferguson
fdf4d0c1dd
Merge branch 'master' of github.com:duncs/clusterssh
2014-12-11 20:19:19 +00:00
Duncan Ferguson
4971005d17
Version bump and prereq change
2014-12-11 20:19:15 +00:00
Duncan Ferguson
6bf4b932ee
Do not use system perl
...
Use whichever perl is configured first on the users PATH, not the system perl. This fixes problems when building in a perlbrew environment.
2014-11-23 22:01:34 +00:00
Duncan Ferguson
12587955b2
Remove history when window closed
...
Thanks for patch to Bill Rushmore
2014-09-28 09:01:31 +01:00
Duncan Ferguson
296580227a
Record patch by Andrew (cqexbesd)
2014-09-19 23:14:33 +01:00
Duncan Ferguson
8aaea928d7
Ensure ssh_args in config file is honored
...
Because the default value is defined for --options parameter, the config file value was always overwritten
Only use --options if config file option is not defined and --options is not the default value
2014-09-19 23:01:41 +01:00
Duncan Ferguson
26e783be1c
Skip permissions check test when run as root
...
This is because root has access to the file even when it is locked down in this simple test, so it always fails
Github issue: 11
Thanks to Deny Dias
2014-09-19 22:39:48 +01:00
Duncan Ferguson
a93b3f3cac
Force tests to have English locale
...
Important when user has something else set else tests can fail
Github issue: 10
Thanks to Emanuele Tomasi
2014-09-19 22:33:33 +01:00
Duncan Ferguson
f88353d3dd
Fix behaviour when no cluster command defined
...
Also tidyup output to 'cssh -L' when no external clusters defined
2014-08-10 10:37:34 +01:00
Duncan Ferguson
93146a023d
Release 4.03_01
2014-07-09 20:57:12 +01:00
Duncan Ferguson
395a35e018
Fix changes test
2014-07-09 20:26:10 +01:00
Duncan Ferguson
d424b59228
Merge branch 'getopt'
2014-07-07 20:30:15 +01:00
Duncan Ferguson
ee9ec5a366
Additional host menu options
...
Add in 'Set all active' and 'Set half active' options. Thanks to Andrew Stevenson
2014-07-07 20:22:32 +01:00
Duncan Ferguson
c0ac1169eb
Tidy up formatting/wording
2014-07-05 23:31:28 +01:00
Duncan Ferguson
085803c328
List external clusters
...
List on command line (cssh -L) and in 'add host' dialogue in GUI
2014-07-05 20:26:44 +01:00
Duncan Ferguson
0853d8fee6
Alternative IPv6 address port
...
Allow for parsing ports from 'xxxx:xxxx:xxxx:xxxx/pppp' style IPv6 addresses
2014-07-02 18:48:06 +01:00
Duncan Ferguson
83cfd73a11
Update changes file
2014-07-01 19:07:18 +01:00
Duncan Ferguson
61a04ac3d2
Release 4.02_04
2014-05-17 17:17:43 +01:00
Duncan Ferguson
155b861e08
Fix 'Add host or cluster' to contain cluster names
2014-05-15 18:24:15 +01:00
Duncan Ferguson
74151fe5e0
Fix 'title' option
...
Thanks to Barry Roberts
2014-05-15 17:54:43 +01:00
Duncan Ferguson
6924bca28d
Note Github issue number
2014-05-13 15:35:51 +01:00
Duncan Ferguson
f8723f2dce
Fix use_all_a_records option
...
Thanks to Simon Fraser for reporting it with a patch
2014-05-13 15:22:18 +01:00
Duncan Ferguson
437b8c4867
Note autoclose option fix
2014-05-10 09:00:35 +01:00
Duncan Ferguson
cd1abe15b9
Amend Changes file format
...
This is to match CPAN::Changes spec, which also allows for tests.
Also add 'email' Build rule to help generate announcement email
2014-01-31 21:05:17 +00:00
Duncan Ferguson
ac41ffeb2b
Release 4.02_03
2014-01-31 08:36:26 +00:00
Duncan Ferguson
58bd88a023
Amend 'tag-file' short option to 'r'
...
This is to avoid an option clash with the cluster file option
2014-01-17 09:31:19 +00:00
Duncan Ferguson
56faa0ac30
Fix 'File->Show History'
...
Missed an object reference in the original call for showing the window
2014-01-14 11:17:50 +00:00
Duncan Ferguson
b8ee135487
Release 4.02_02
2014-01-13 18:58:37 +00:00
Duncan Ferguson
3fa50f0b49
Add in config for macro's
...
Allow for changing macro strings. Also add option in UI to enable/disable macro processing
2014-01-13 18:44:12 +00:00
Duncan Ferguson
583c8bbe53
Fixed the default cluster not being opened
...
This was due to a method being called in scalar context, which returned incorrect detail
Reported by Aaron C. de Bruyn
2014-01-04 15:07:34 +00:00
Duncan Ferguson
e825bc17ca
Fixed "uninitialised errors in hash element" bug
2013-12-31 11:18:46 +00:00
Duncan Ferguson
6aca350f8b
Add in key shortcut for local hostname macro
...
Another useful macro to have - ALT-l
2013-04-21 22:13:54 +01:00
Duncan Ferguson
85a796600a
Fixed a bug with 'show history' key shortcut
...
Fix incorrect method call
2013-04-21 22:09:43 +01:00
Duncan Ferguson
b93253123d
Add in key shortcut for username (ALT-u)
...
Seems a useful shortcut to have
2013-04-21 22:05:17 +01:00
Duncan Ferguson
e9bb9ef34c
Fixed macros (%u,%s,%h,%n) multiple replacements
2013-04-20 09:17:20 +01:00
Duncan Ferguson
ea8081ea91
Correct release date
2013-04-16 09:27:37 +01:00
Duncan Ferguson
5bda4438cd
Update changes file fo release
2013-04-16 09:24:06 +01:00
Duncan Ferguson
d4fbceee42
Fix library path on bin/cssh (Sf bug 3610601)
...
Thanks for Diab Jerius
2013-04-16 08:43:14 +01:00
Duncan Ferguson
f1546a0d7d
Resolving tags by external command
...
Start coding up resolving tags by an external command instead of a cluster or tag file
2013-03-25 13:13:03 +00:00
Duncan Ferguson
6fccd92d6a
Bring new 'tag' file into use
...
/etc/tags and $HOME/.clusterssh/tags is now used
Refacter some code to make it clearer and update docs for new options
2013-03-19 21:06:00 +00:00
Duncan Ferguson
b2ba4daa46
Start of tags file handling
...
Refactor file loading code into one place since it should all work in a similar way.
Added in tag functionality.
- Cluster files are: tag host host host host
- Tag files are: host tag tag tag
Yes to add in remainder of code to load in the files automatically
2013-03-16 21:56:56 +00:00
Duncan Ferguson
ddeab341c9
Fix typo
2013-03-08 09:59:00 +00:00