Updated for version 3.15.1

This commit is contained in:
duncan_ferguson 2005-06-09 16:05:37 +00:00
parent 6b18891557
commit 768199df6e
3 changed files with 22 additions and 2 deletions

View file

@ -1,3 +1,23 @@
2005-06-09 Duncan Ferguson <duncan_ferguson@user.sf.net> - v3.15.1
* Add and document "-c <clusterfile>"
* Add and document "-l <username>"
* Add and document "-o <options>"
* Document "-t <title>"
* Set controlled terminals to have user set size & position (WM_SIZE_HINTS)
* Speed up initial terminal openings
* Remove all key bindings from drop down menus (conflicts with emacs and
can all be done by other hotkeys anyhow)
* Allow individual hotkeys to be disabled, instead of all-or-nothing
* Updates to POD
* Update retile code to avoid flickering windows (& also fix cygwin bug)
* Rename -t to -T to match previous series option
* Added in -t to modify cmd line args for terminals
2005-06-04 Duncan Ferguson <duncan_ferguson@user.sf.net> - v3.14.1
* first cut at terminal opening speed up
2005-05-20 Duncan Ferguson <duncan_ferguson@user.sf.net> - v3.13.1
* Bugfix for whitespace in config files (missing a char from regexp)

View file

@ -1,5 +1,5 @@
Name: clusterssh
Version: 3.13.1
Version: 3.15.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.13.1)
AM_INIT_AUTOMAKE(clusterssh,3.15.1)
AC_PATH_PROGS(PERL, perl perl5)
AC_OUTPUT([Makefile src/Makefile])
#