App-ClusterSSH
view release on metacpan or search on metacpan
4.00_05 2010-06-20 Duncan Ferguson <duncan_ferguson@user.sf.net>
- Tidy up pod for whatis errors
- Amend copyright years and text to be consistent
- Include missing buld prereq (Test::Trap)
- Correct '--font, -f' in cssh documentation
- Thanks to Tony Mancill for reporting these errors
4.00_04 2010-06-20 Duncan Ferguson <duncan_ferguson@user.sf.net>
- Update MANIFEST file to ensure all correct files are included in release
4.00_03 2010-06-20 Duncan Ferguson <duncan_ferguson@user.sf.net>
- Fix silly type in code/tests
4.00_02 2010-06-19 Duncan Ferguson <duncan_ferguson@user.sf.net>
- Add in bugtracker and homepage resources to Build.PL file
- Bring new module App::ClusterSSH::Host into play for parsing host strings
- Patch to override font used on command line (Roland Rosenfeld)
- Put options in cssh pod into alphabetical order
4.00_01 2010-01-08 Duncan Ferguson <duncan_ferguson@user.sf.net>
- Remove GNU tools and switch to Perl module layout using Module::Build
3.29 0000-00-00 Duncan Ferguson <duncan_ferguson@user.sf.net> (unreleased)
- Handle hostnames containing % properly (Debian bug 543368)
- Thanks to Tony Mancill for the patch
3.28 2009-12-19 Duncan Ferguson <duncan_ferguson@user.sf.net>
- Look for usernames when adding clusters
- Thanks to Kristian Lyngstol for the patch
- Allow username@cluster to override all usernames in the cluster
- Account for multiple host definitions within ssh configuration file
- Thanks to anonymous for the patch
- Allow for long line continuation in config files with a backslash
- Thanks to Mike Loseke for the patch
- Improve binary search to
- ignore directories of the same name, and
- always search for the binary if it is not fully qualified
- Thanks to Ian Marsh for the patch
- Always use the given host name, not the resolved host name, when opening the ssh connection (Debian bug 533406)
3.27 2009-09-24 Duncan Ferguson <duncan_ferguson@user.sf.net>
- Add in list of clusters to 'Add Host' window
- thanks for Stanislas Rouvelin for the idea
- Fix bug where unresolvable host stopped program running
- thanks to Sami Kerola
- Add in config for auto-tearoff of send and host menus
- thanks to James Chernikov for the idea
- Add in send menu xml definition file
- thanks to James Chernikov for the idea
3.26_1 2009-06-02 Duncan Ferguson <duncan_ferguson@user.sf.net>
- Allow user to set a different ConnectTimeout and -o string (Tony Mancill)
- Fix warning from 'mandb' (Tony Mancill)
- Continue connecting to unresolvable hosts (debian bug 499935) (Tony Mancill)
- Correct bug with unset default ports (Tony Mancill)
- Rearrange pod documentation to remove extraenous comment (Tony Mancill)
- Cope better with IPv6 addresses
- Fix bug with passing arguments from command line to comms method binary
- Rework defaultport code
- Add new "-a 'command'" option for running a command in each terminal
- Fix bug with some host lookups failing
- Set window hints on terminals slightly differently to help with tiling
- Reserve 5 pixels on top and left hand side of terminals for better tiling
- Increase reserve of screen from bottom from 40 pixels to 60
- Better notes in docs for screen/terminal reserving
- Minor fixup to docs formatting
- Correct pasting mechanism into control window
- Allow use of long options (swap Getopt::Std to Getopt::Long)
- Remove deprecated '-i' option
- Deprecate -d and -D, replaced with --debug
- Allow for configurable max number of hosts within hosts menu before
starting a new column - see .csshrc doc for "max_host_menu_items".
This is until Tk allows for scrollable menus
- Amend default key_addhost from 'Control-plus' to 'Control-Shift-plus'
- Add in a 'default' cluster tag, used when no tags provided on command line
- Fix Alt-n pasting in a resolved hostname instead of the connection hostname
- Disabled unmapping code until such time as a better way of doing it exists
- this is due to virtual desktop change triggering a retile
3.25_1 2009-03-26 Duncan Ferguson <duncan_ferguson@user.sf.net>
- Add patch from David F. Skoll for adding colour to terminals
- Apply fix from Bogdan Pintea for DNS failing to resolve IPs
- Allow the configuration files to be symlinks (debian bug 518196)
- Add an 'EXAMPLES' section to the cssh documentation
- List options alphabetically in documentation
- Apply patch from Gerfried Fuchs/Tony Mancill for ports on the command line
3.24_1 2008-11-14 Duncan Ferguson <duncan_ferguson@user.sf.net>
- Do not attempt to re-resolve IP addresses
- Apply patch from Dan Wallis
- Add '-C <file>' command to load in specific config file
- Typo correct in pod
- Cope with random/strange config files better
- Correct some minor typos
- Create the .csshrc file if it doesnt already exist and amend pod
- Amend host menu items to be a little more descriptive
- Remove 'Catpure Terminal' from Hosts menu as it doesnt do anything useful
3.23_1 2008-01-23 Duncan Ferguson <duncan_ferguson@user.sf.net>
- Apply bugfix supplied by Jima
- Ensure loading of hosts from user ssh config file is case insensitive
3.22_1 2008-01-23 Duncan Ferguson <duncan_ferguson@user.sf.net>
- Update X resources class to allow use of terms other than XTerm
- Apply patch from Harald Weidner to stop error messages in Debian Etch
- Add in key shortcut (alt-h) to toggle history window
- Tidy up pod a little to highlight notes better
- Check terminal_font config for quotes and remove
- Bugfix for shifted non-alphanumeric keyboard chars not being pasted correctly
- Marked version number with 3rd digit to signify beta releases
3.11 2005-05-18 Duncan Ferguson <duncan_ferguson@user.sf.net>
- Remove trailing whitespace from config file lines
- Prevent paste events being sent to non-active clients
- Allow paste events to send capitalised letters
3.10 2005-05-17 Duncan Ferguson <duncan_ferguson@user.sf.net>
- fix for moving atom numbers in font info
3.9 2005-05-11 Duncan Ferguson <duncan_ferguson@user.sf.net>
- 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
3.8 2005-05-09 Duncan Ferguson <duncan_ferguson@user.sf.net>
- Remove the need for xlsfonts (perform function by X window calls instead)
- Debug level output changes
- Ensure windows are overlapping in the right places, instead of any order
- Create config section on window decorations (i.e. title & scroll bars)
3.7 2005-05-05 Duncan Ferguson <duncan_ferguson@user.sf.net>
- Found ConfigureWindow instead of ResizeMoveWindow
3.6 2005-05-05 Duncan Ferguson <duncan_ferguson@user.sf.net>
- Lots of work on window tiling - to fall at last hurdle (No XResizeMoveWindow)
- Documentation updates
- Allow -u ouput when binaries havnt been found
- Start coding for capturing an existing terminal window
- Rebuild hosts menu when all hosts checked, not when each host checked
- Change debug message output level of keysyms
- Cater for config of no tiling, but allow to retile in console window anyhow
3.5 2005-05-03 Duncan Ferguson <duncan_ferguson@user.sf.net>
- Remove some old (commented out) code
- Remove some (unnecessary) debug code
- Start coding for window tiling
- Modify find_binary function to make it more portable
- Output internal vars in "-u -d"
- Small mods to docs to take account of all of the above
3.4 2005-04-26 Duncan Ferguson <duncan_ferguson@user.sf.net>
- 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
- Add check to ensure hostname can be resolved before attempting connection
- Modigy zombie reaping to prevent hand on unconnected cx term closing
- Add "autoquit" feature to close ClusterSSH after last client window closes
- Also produce man page and include as part of install
3.3 2005-04-10 Duncan Ferguson <duncan_ferguson@user.sf.net>
- src/cssh.pl: Rewritten from scratch
- Set up to use Gnu Autotools
( run in 0.696 second using v1.01-cache-2.11-cpan-39bf76dae61 )