mirror of
https://github.com/duncs/clusterssh.git
synced 2025-07-03 09:53:23 +00:00
Prep for release of version 3.26
This commit is contained in:
parent
7e1dfccb88
commit
70d96b54b6
3 changed files with 3 additions and 3 deletions
|
@ -1,4 +1,4 @@
|
||||||
??? Duncan Ferguson <duncan_ferguson@user.sf.net> - v3.26-1
|
2009-06-02 Duncan Ferguson <duncan_ferguson@user.sf.net> - v3.26-1
|
||||||
|
|
||||||
* Allow user to set a different ConnectTimeout and -o string (Tony Mancill)
|
* Allow user to set a different ConnectTimeout and -o string (Tony Mancill)
|
||||||
* Fix warning from 'mandb' (Tony Mancill)
|
* Fix warning from 'mandb' (Tony Mancill)
|
||||||
|
|
|
@ -1,5 +1,5 @@
|
||||||
Name: clusterssh
|
Name: clusterssh
|
||||||
Version: 3.25
|
Version: 3.26
|
||||||
Release: 1%{?dist}
|
Release: 1%{?dist}
|
||||||
Summary: Secure concurrent multi-server terminal control
|
Summary: Secure concurrent multi-server terminal control
|
||||||
|
|
||||||
|
|
|
@ -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.25)
|
AM_INIT_AUTOMAKE(clusterssh,3.26)
|
||||||
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
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue