mirror of
https://github.com/duncs/clusterssh.git
synced 2025-07-03 18:03:23 +00:00
Release 3.28
This commit is contained in:
parent
5712301e65
commit
2aae6cd0e4
4 changed files with 4 additions and 4 deletions
|
@ -1,4 +1,4 @@
|
|||
0000-00-00 Duncan Ferguson <duncan_ferguson@user.sf.net> - v3.28
|
||||
2009-12-19 Duncan Ferguson <duncan_ferguson@user.sf.net> - v3.28
|
||||
|
||||
* Look for usernames when adding clusters
|
||||
- Thanks to Kristian Lyngstol for the patch
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
Name: clusterssh
|
||||
Version: 3.27
|
||||
Version: 3.28
|
||||
Release: 1%{?dist}
|
||||
Summary: Secure concurrent multi-server terminal control
|
||||
|
||||
|
|
|
@ -16,7 +16,7 @@
|
|||
# Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
|
||||
#
|
||||
AC_INIT
|
||||
AM_INIT_AUTOMAKE(clusterssh,3.27)
|
||||
AM_INIT_AUTOMAKE(clusterssh,3.28)
|
||||
AC_PATH_PROGS(PERL, perl perl5)
|
||||
if test ${sysconfdir} = '${prefix}/etc'; then
|
||||
sysconfdir=/etc
|
||||
|
|
|
@ -50,7 +50,7 @@
|
|||
# http://www.opensource.org/licenses/gpl-license.php
|
||||
#
|
||||
############################################################################
|
||||
my $VERSION = '3.27';
|
||||
my $VERSION = '3.28';
|
||||
|
||||
### all use statements ###
|
||||
use strict;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue