Updated for version 3.9

This commit is contained in:
duncan_ferguson 2005-05-11 14:20:22 +00:00
parent ec99eb1400
commit 8052e1c609
3 changed files with 16 additions and 4 deletions

View file

@ -1,3 +1,14 @@
2005-05-11 Duncan Ferguson <duncan_ferguson@user.sf.net> - v3.9
* Allow multiple hosts or tags in the "Add Host" text widget
* Retile all windows (if set) after adding a host
* Do not automatically send a return after hostname (Alt-n)
* Fix bug with sending read hostname instead of internal unique host
name (Alt-n)
* Fix bug whereby cannot start cssh without any hosts on cmd-line
* Fix bug where client name was sent to inactive clients
* Fix bug whereby 0's in sent text were ignored
2005-05-09 Duncan Ferguson <duncan_ferguson@user.sf.net> - v3.8
* Remove the need for xlsfonts (perform function by X window calls instead)
@ -30,7 +41,8 @@
2005-04-26 Duncan Ferguson <duncan_ferguson@user.sf.net> - v3.4
* Changed order of "use POSIX" to put :sys_wait_h first to avoid chance of hitting known issue
* Changed order of "use POSIX" to put :sys_wait_h first to avoid chance of
hitting known issue
* Allow for running from cvs dir in config{comms}
* Add "ConnectTimeout=10" to default ssh options
* Add further debug info

View file

@ -1,6 +1,6 @@
Name: clusterssh
Version: 3.8
Release: 1
Version: 3.9
Release: 2
Summary: Secure concurrent multi-server terminal control
Group: Applications/Productivity

View file

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