Release 3.28

This commit is contained in:
Duncan Ferguson 2009-12-19 14:41:51 +00:00
parent 5712301e65
commit 2aae6cd0e4
4 changed files with 4 additions and 4 deletions

View file

@ -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 * Look for usernames when adding clusters
- Thanks to Kristian Lyngstol for the patch - Thanks to Kristian Lyngstol for the patch

View file

@ -1,5 +1,5 @@
Name: clusterssh Name: clusterssh
Version: 3.27 Version: 3.28
Release: 1%{?dist} Release: 1%{?dist}
Summary: Secure concurrent multi-server terminal control Summary: Secure concurrent multi-server terminal control

View file

@ -16,7 +16,7 @@
# Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. # Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
# #
AC_INIT AC_INIT
AM_INIT_AUTOMAKE(clusterssh,3.27) AM_INIT_AUTOMAKE(clusterssh,3.28)
AC_PATH_PROGS(PERL, perl perl5) AC_PATH_PROGS(PERL, perl perl5)
if test ${sysconfdir} = '${prefix}/etc'; then if test ${sysconfdir} = '${prefix}/etc'; then
sysconfdir=/etc sysconfdir=/etc

View file

@ -50,7 +50,7 @@
# http://www.opensource.org/licenses/gpl-license.php # http://www.opensource.org/licenses/gpl-license.php
# #
############################################################################ ############################################################################
my $VERSION = '3.27'; my $VERSION = '3.28';
### all use statements ### ### all use statements ###
use strict; use strict;