Release 3.27

This commit is contained in:
Duncan Ferguson 2009-09-24 18:31:57 +01:00
parent df2584b6d2
commit cbb31ca09c
5 changed files with 5 additions and 10 deletions

View file

@ -1,4 +1,4 @@
??? Duncan Ferguson <duncan_ferguson@user.sf.net> - v3.27-1 2009-09-24 Duncan Ferguson <duncan_ferguson@user.sf.net> - v3.27
* Add in list of clusters to 'Add Host' window * Add in list of clusters to 'Add Host' window
- thanks for Stanislas Rouvelin for the idea - thanks for Stanislas Rouvelin for the idea

View file

@ -14,7 +14,7 @@ Run "./reconf"
Run "./configure" Run "./configure"
Run "make distcheck" to ensure the package builds correctly Run "make distcheck" to ensure the package builds correctly
Modify "ChangeLog" as necessary Modify "ChangeLog" as necessary
Update version in configure.in Update version in configure.in and src/cssh.pl
When all is ok, modify "cluster.spec" as necssary When all is ok, modify "cluster.spec" as necssary
NOTE: always check "Release:" and "Version:" and "%changelog" NOTE: always check "Release:" and "Version:" and "%changelog"
Run "make dist" and release as appropriate. Run "make dist" and release as appropriate.

View file

@ -1,5 +1,5 @@
Name: clusterssh Name: clusterssh
Version: 3.26 Version: 3.27
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.26) AM_INIT_AUTOMAKE(clusterssh,3.27)
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,12 +50,7 @@
# http://www.opensource.org/licenses/gpl-license.php # http://www.opensource.org/licenses/gpl-license.php
# #
############################################################################ ############################################################################
my $VERSION = '$Revision$ ($Date$)'; my $VERSION = '3.27';
# Now tidy it up, but in such as way cvs doesn't kill the tidy up stuff
$VERSION =~ s/\$Revision: //;
$VERSION =~ s/\$Date: //;
$VERSION =~ s/ \$//g;
### all use statements ### ### all use statements ###
use strict; use strict;