mirror of
https://github.com/duncs/clusterssh.git
synced 2025-04-22 09:22:24 +00:00
Release 3.27
This commit is contained in:
parent
df2584b6d2
commit
cbb31ca09c
5 changed files with 5 additions and 10 deletions
|
@ -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
|
||||
- thanks for Stanislas Rouvelin for the idea
|
||||
|
|
|
@ -14,7 +14,7 @@ Run "./reconf"
|
|||
Run "./configure"
|
||||
Run "make distcheck" to ensure the package builds correctly
|
||||
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
|
||||
NOTE: always check "Release:" and "Version:" and "%changelog"
|
||||
Run "make dist" and release as appropriate.
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
Name: clusterssh
|
||||
Version: 3.26
|
||||
Version: 3.27
|
||||
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.26)
|
||||
AM_INIT_AUTOMAKE(clusterssh,3.27)
|
||||
AC_PATH_PROGS(PERL, perl perl5)
|
||||
if test ${sysconfdir} = '${prefix}/etc'; then
|
||||
sysconfdir=/etc
|
||||
|
|
|
@ -50,12 +50,7 @@
|
|||
# http://www.opensource.org/licenses/gpl-license.php
|
||||
#
|
||||
############################################################################
|
||||
my $VERSION = '$Revision$ ($Date$)';
|
||||
|
||||
# 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;
|
||||
my $VERSION = '3.27';
|
||||
|
||||
### all use statements ###
|
||||
use strict;
|
||||
|
|
Loading…
Add table
Reference in a new issue