mirror of
https://github.com/duncs/clusterssh.git
synced 2025-04-22 09:22:24 +00:00
Prep for release of version 3.24
This commit is contained in:
parent
af40a68e06
commit
6ff1f6a822
3 changed files with 3 additions and 3 deletions
|
@ -1,4 +1,4 @@
|
|||
??? Duncan Ferguson <duncan_ferguson@user.sf.net> - v3.24-1
|
||||
2008-11-14 Duncan Ferguson <duncan_ferguson@user.sf.net> - v3.24-1
|
||||
|
||||
* Do not attempt to re-resolve IP addresses
|
||||
* Apply patch from Dan Wallis
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
Name: clusterssh
|
||||
Version: 3.22
|
||||
Version: 3.24
|
||||
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.22)
|
||||
AM_INIT_AUTOMAKE(clusterssh,3.24)
|
||||
AC_PATH_PROGS(PERL, perl perl5)
|
||||
if test ${sysconfdir} = '${prefix}/etc'; then
|
||||
sysconfdir=/etc
|
||||
|
|
Loading…
Add table
Reference in a new issue