Skip to content

Debian Changelog clusterssh (3.19.1-4)

2006

clusterssh (3.19.1-4) unstable; urgency=medium

   * cssh can now handle directories named ssh and rsh in the PWD
     Thanks to Peter Palfrader for the patch.  (closes: #397201)

 -- tony mancill <tmancill@debian.org>  Mon, 6 Nov 2006 17:51:10 -0800

clusterssh (3.19.1-3) unstable; urgency=low

   * release of 3.19.1-2 with unmap_on_redraw patch to unstable

 -- tony mancill <tmancill@debian.org>  Sat, 19 Aug 2006 17:55:05 -0700

clusterssh (3.19.1-2) experimental; urgency=low

   * added 'unmap_on_redraw' parameter that defaults to "no" to address
     problems with window tiling on fvwm (closes: #329440)
   * upload to experimental for testing prior to introduction to unstable

 -- tony mancill <tmancill@debian.org>  Wed, 9 Aug 2006 15:19:19 -0700

clusterssh (3.19.1-1) unstable; urgency=low

   * New upstream release
   * sync up Debian's clusterssh.desktop file with upstream

 -- tony mancill <tmancill@debian.org>  Sun, 30 Jul 2006 13:28:39 -0700

clusterssh (3.18.1+3.18.2pre3-2) unstable; urgency=low

   * another upstream pre-release
    - key_paste (Control-v) mapping now configurable (closes: #366671)

 -- tony mancill <tmancill@debian.org>  Thu, 29 Jun 2006 22:55:14 -0700

clusterssh (3.18.1+3.18.2pre3-1) unstable; urgency=low

   * pre-release of upcoming upstream version
     - better support for non-qwerty keys during paste (#364565)
     - fixes multi-line paste buffer problem (Ubuntu #38515)
   * added desktop file (Ubuntu #46524)
   * added icon file for menu entry

 -- tony mancill <tmancill@debian.org>  Mon, 29 May 2006 20:48:57 -0700

clusterssh (3.18.1-2) unstable; urgency=low

   * update path to xterm (closes: #353890)

 -- tony mancill <tmancill@debian.org>  Tue, 21 Feb 2006 22:17:01 -0800

2005

clusterssh (3.18.1-1) unstable; urgency=low

   * new upstream release

 -- tony mancill <tmancill@debian.org>  Wed, 14 Dec 2005 21:27:01 -0800

clusterssh (3.17.1-2) unstable; urgency=low

   * no longer depends on the virtual x-terminal-emulator package because
     of numerous reported problems with terminal emulators that do not
     support all of the xterm resources; specific dependency declared on
     xterm.
   * updated README.Debian with list of terminal emulators that are known
     to work (e.g. rxvt and rxvt-beta) as well as those that will not.

 -- tony mancill <tmancill@debian.org>  Wed, 3 Aug 2005 04:29:33 +0000

clusterssh (3.17.1-1) unstable; urgency=low

   * new upstream release
     - Allow _'s in paste text correctly
     - Maintain position of console and add console_position option
   * default terminal is once again x-terminal-emulator, not xterm
     (fixes regression that occurred package for 3.16.1)

 -- tony mancill <tmancill@debian.org>  Sun, 26 Jun 2005 17:27:44 -0700

clusterssh (3.16.1-2) unstable; urgency=low

   * changed dependency on ssh to openssh-client (closes: #315666)

 -- tony mancill <tmancill@debian.org>  Fri, 24 Jun 2005 14:08:44 -0700

clusterssh (3.16.1-1) unstable; urgency=low

   * new upstream release
     - added support for -i/ignore_host_errors (closes: #312881)
     - restored "-l <user>" command-line option (closes: #312555)
     - Meta-key support no longer conflicts with UI keys (closes: #283936)
       (add "use_hotkeys = no" to ~/.csshrc to disable UI hotkeys)

 -- tony mancill <tmancill@debian.org>  Mon, 13 Jun 2005 14:48:35 -0700

clusterssh (3.13.1-2) unstable; urgency=low

   * patch to support user@hostname as ssh target (closes: #312476)
     (thanks to Jan Schumacher and Michel Meyers for the bug report)

 -- tony mancill <tmancill@debian.org>  Wed, 8 Jun 2005 10:36:12 -0700

clusterssh (3.13.1-1) unstable; urgency=low

   * new upstream release
     - no longer depends on libconfig-simple-perl or xbase-clients
     - depends on libx11-protocol-perl
     - much better support for META (ALT) keys

 -- tony mancill <tmancill@debian.org>  Mon, 6 Jun 2005 10:32:10 -0700

clusterssh (2.20-1) unstable; urgency=low

   * New upstream release
   * removed dependency on perl-suid (script is no longer suid)

 -- tony mancill <tmancill@debian.org>  Sat, 23 Apr 2005 16:00:03 -0700

clusterssh (2.18-2) unstable; urgency=low

   * default cx_args of "-C" only used for ssh (closes: #303561)
   * added debian/watch file

 -- tony mancill <tmancill@debian.org>  Sat, 16 Apr 2005 23:24:00 -0700

clusterssh (2.18-1) unstable; urgency=low

   * new upstream release
   * now depends on xbase-clients (for xlsfonts)

 -- tony mancill <tmancill@debian.org>  Mon, 31 Jan 2005 21:05:54 -0800

2004

clusterssh (2.17-2) unstable; urgency=low

   * no more ssh-specific arguments to rsh by default (closes: #282129)
   * hacked in fix for "Add Host" to column 1 when tiling (closes: #282251)
   * added note to manpage and README.Debian about sshd and MaxStartups

 -- tony mancill <tmancill@debian.org>  Sat, 20 Nov 2004 09:46:34 -0800

clusterssh (2.17-1) unstable; urgency=low

   * new upstream release
     - default now is to tile windows (opposite of 2.16)
     - adds support for -k <secs> to keep windows open after disconnect

 -- tony mancill <tmancill@debian.org>  Tue, 19 Oct 2004 20:43:32 -0700

clusterssh (2.16-1) unstable; urgency=low

   * new upstream version

 -- tony mancill <tmancill@debian.org>  Wed, 25 Aug 2004 11:40:54 -0700

clusterssh (2.15-2) unstable; urgency=low

   * hacked in support for cchp_sleep
   * set default.cchp_sleep to 0.1 (seconds)
   * added reserve_{bottom|right} patches from Wayne Scott
      - these serve to restrict the screen geometry for window tiling
   * changed interpretation of return of system() call (closes: #249651)
      - this gets rid of the bogus exec() warning (thanks to Brendan O'Dea)

 -- tony mancill <tmancill@debian.org>  Thu, 3 Jun 2004 23:22:17 -0700

clusterssh (2.15-1) unstable; urgency=low

   * new upstream release (minor tidying of code internals)

 -- tony mancill <tmancill@debian.org>  Wed, 12 May 2004 08:44:43 -0700

clusterssh (2.14-1) unstable; urgency=low

   * new upstream release
      - more tweaks for window tiling
      - performance increases

 -- tony mancill <tmancill@debian.org>  Fri, 7 May 2004 07:41:41 -0700

clusterssh (2.9-1) unstable; urgency=low

   * new upstream release (fix for -g/window-tiling)
      - includes /usr/lib/cchp (clusterssh connection helper)

 -- tony mancill <tmancill@debian.org>  Wed, 21 Apr 2004 10:13:08 -0700

clusterssh (2.8-1) unstable; urgency=low

   * new upstream release; adds support for:
      - tiling of windows ("always_tile" in .csshrc)

 -- tony mancill <tmancill@debian.org>  Tue, 20 Apr 2004 13:15:45 -0700

clusterssh (2.5-1) unstable; urgency=low

   * new upstream release
       - fixes focus for add_host dialog
       - catches paste error with nothingin the clipboard
       - fixes loop in startup if invalid host is specified (closes: #243715)

 -- tony mancill <tmancill@debian.org>  Thu, 15 Apr 2004 13:36:21 -0700

clusterssh (2.4-1) unstable; urgency=low

   * new upstream release (adds support for arrow keys)

 -- tony mancill <tmancill@debian.org>  Tue, 13 Apr 2004 07:25:18 -0700

clusterssh (2.3-1) unstable; urgency=low

   * another new upstream release - support for "-l <user>"
   * cleaned up unecessary statoverride (thank to Brendan O'Dea)
     (closes: #243439)

 -- tony mancill <tmancill@debian.org>  Thu, 8 Apr 2004 21:14:42 -0700

clusterssh (2.0-1) unstable; urgency=low

   * new upstream release - removes necessity for setuid root!

 -- tony mancill <tmancill@debian.org>  Mon, 5 Apr 2004 21:51:06 -0700

clusterssh (1.56-1) unstable; urgency=low

   * new upstream release
       - user-configurable accelerator keys via .csshrc
       - support for sending the client name to the remote system(s)

 -- tony mancill <tmancill@debian.org>  Sun, 28 Mar 2004 17:00:14 -0800

clusterssh (1.50-3) unstable; urgency=low

   * s/suidperl/perl/ in cssh shebang; suidperl is deprecated (closes: #240728)

 -- tony mancill <tmancill@debian.org>  Sun, 28 Mar 2004 15:31:57 -0800

clusterssh (1.50-2) unstable; urgency=low

   * minor bug fixes:
     - untaint HOME after it's been used (thanks to David Dorgan)
     - set $0 explicitly only if $ENV{_} is defined (fixes problem with menu)
   * added info about reason for setuid to manpage (closes: #236319)

 -- tony mancill <tmancill@debian.org>  Thu, 11 Mar 2004 22:01:33 -0800

clusterssh (1.50-1) unstable; urgency=low

   * new upstream release
   * utilizes x-terminal-emulator instead of xterm (closes: #234896)

 -- tony mancill <tmancill@debian.org>  Sun, 29 Feb 2004 11:19:24 -0800

clusterssh (1.49-1) unstable; urgency=low

   * Intial release.  (closes: #230720)

 -- tony mancill <tmancill@debian.org>  Sun, 1 Feb 2004 21:02:01 -0800