Updated for version 3.17

This commit is contained in:
duncan_ferguson 2005-06-24 16:42:22 +00:00
parent 2bf883954f
commit b12dd1a0c5
3 changed files with 13 additions and 2 deletions

View file

@ -1,3 +1,14 @@
2005-06-24 Duncan Ferguson <duncan_ferguson@user.sf.net> - v3..17.1
* Allow _'s in paste text correctly
* Bugfix minimise/maximise again
* Run through "perltidy -i=4 -ce"
* Unmap all windows in one go instead of one at a time when retiling
* Add + doc 'console_position'
* Maintain user position of console between maps (i.e. tell window manager
not to move it)
* Note that ssh options are for OpenSSH not for any other ssh version
2005-06-13 Duncan Ferguson <duncan_ferguson@user.sf.net> - v3.16.1
* Allow ignoring of unresolved hosts (i.e. if hostname aliased in

View file

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