mirror of
https://github.com/duncs/clusterssh.git
synced 2025-07-03 09:53:23 +00:00
Version bump to prepare for release
This commit is contained in:
parent
33bf550aee
commit
76a2e5f8c7
2 changed files with 3 additions and 2 deletions
3
Changes
3
Changes
|
@ -1,8 +1,9 @@
|
||||||
Revision history for {{$dist->name}}
|
Revision history for {{$dist->name}}
|
||||||
|
|
||||||
4.17_01 0000-00-00 Duncan Ferguson <duncan_ferguson@user.sf.net>
|
4.17 2024-10-16 Duncan Ferguson <duncan_ferguson@user.sf.net>
|
||||||
- Swap the hostname lookup macro from DNS to using the system hostname (Github issue #158)
|
- Swap the hostname lookup macro from DNS to using the system hostname (Github issue #158)
|
||||||
- Swap from using Travis-CI to Github Actions
|
- Swap from using Travis-CI to Github Actions
|
||||||
|
- Fix tests on perl 5.38 and 5.40 (Github Issue #153)
|
||||||
|
|
||||||
4.16 2020-06-20 Duncan Ferguson <duncan_ferguson@user.sf.net>
|
4.16 2020-06-20 Duncan Ferguson <duncan_ferguson@user.sf.net>
|
||||||
- Further fix for 'resolve_names' error when adding hosts via the UI
|
- Further fix for 'resolve_names' error when adding hosts via the UI
|
||||||
|
|
|
@ -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.16');
|
use version; our $VERSION = version->new('4.17');
|
||||||
|
|
||||||
=head1 SYNOPSIS
|
=head1 SYNOPSIS
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue