mirror of
https://github.com/duncs/clusterssh.git
synced 2025-07-02 17:33:23 +00:00
Release 4.14
This commit is contained in:
parent
dab4fa2237
commit
6ec912aac2
3 changed files with 3 additions and 3 deletions
2
Changes
2
Changes
|
@ -1,6 +1,6 @@
|
||||||
Revision history for {{$dist->name}}
|
Revision history for {{$dist->name}}
|
||||||
|
|
||||||
4.13.2_03 ????-??-?? Duncan Ferguson <duncan_ferguson@user.sf.net>
|
4.14 2019-08-21 Duncan Ferguson <duncan_ferguson@user.sf.net>
|
||||||
- Include README within the repository, not just created tar.gz files
|
- Include README within the repository, not just created tar.gz files
|
||||||
- Add 'autoquit' setting to 'File' menu (Github issue #114)
|
- Add 'autoquit' setting to 'File' menu (Github issue #114)
|
||||||
- Correct macro_hostname to be the FQDN of the server where cssh is being run (Github issue #116)
|
- Correct macro_hostname to be the FQDN of the server where cssh is being run (Github issue #116)
|
||||||
|
|
2
README
2
README
|
@ -2,7 +2,7 @@ NAME
|
||||||
cssh - Cluster administration tool
|
cssh - Cluster administration tool
|
||||||
|
|
||||||
VERSION
|
VERSION
|
||||||
This documentation is for version: 4.13.2_03
|
This documentation is for version: 4.14
|
||||||
|
|
||||||
SYNOPSIS
|
SYNOPSIS
|
||||||
cssh [-a '<command>'] [-K <seconds>] [-q] [-c '<filename>'] [-x <cols>]
|
cssh [-a '<command>'] [-K <seconds>] [-q] [-c '<filename>'] [-x <cols>]
|
||||||
|
|
|
@ -5,7 +5,7 @@ package App::ClusterSSH;
|
||||||
# ABSTRACT: Cluster administration tool
|
# ABSTRACT: Cluster administration tool
|
||||||
# ABSTRACT: Cluster administration tool
|
# ABSTRACT: Cluster administration tool
|
||||||
|
|
||||||
use version; our $VERSION = version->new('4.13.2_03');
|
use version; our $VERSION = version->new('4.14');
|
||||||
|
|
||||||
=head1 SYNOPSIS
|
=head1 SYNOPSIS
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue