Updated for version 3.16

This commit is contained in:
duncan_ferguson 2005-06-13 13:58:05 +00:00
parent 71fa34be95
commit 2c17040505
3 changed files with 7 additions and 2 deletions

View file

@ -1,3 +1,8 @@
2005-06-13 Duncan Ferguson <duncan_ferguson@user.sf.net> - v3.16.1
* Allow ignoring of unresolved hosts (i.e. if hostname aliased in
ssh config file)
2005-06-09 Duncan Ferguson <duncan_ferguson@user.sf.net> - v3.15.1
* Add and document "-c <clusterfile>"

View file

@ -1,5 +1,5 @@
Name: clusterssh
Version: 3.15.1
Version: 3.16.1
Release: 1
Summary: Secure concurrent multi-server terminal control

View file

@ -16,7 +16,7 @@
# Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
#
AC_INIT
AM_INIT_AUTOMAKE(clusterssh,3.15.1)
AM_INIT_AUTOMAKE(clusterssh,3.16.1)
AC_PATH_PROGS(PERL, perl perl5)
AC_OUTPUT([Makefile src/Makefile])
#