Release Notes: This release slightly improves automatic configuration of the Python modules.
Release Notes: The documentation was updated to include new and changed options.
Release Notes: This release improves support for session multiplexing in OpenSSH 3.9. With the addition of the 'check_multiplex' configuration directive, it's now easy to configure all pywrat commands to automatically set up a master connection for session multiplexing if one isn't already available. Apparently, OpenSSH does not include such a feature.
Release Notes: This release adds support for environment setup and clean up for all pywrat commands. That is particularly useful if pywrat is used in combination with the "session multiplexing" feature available in OpenSSH versions 3.9 and later. Then the environment setup can be used to make sure that the master connection is available so that multiplexing can continue.
Release Notes: This release adds support for 'fsh' to considerably speed up repeated connections to the same remote host.
Release Notes: The previous update unintentionally removed the code to compensate for the local shell interpretation of the remote commands. The original code sequence has been reintroduced.
Release Notes: This release adds support for full configuration from the commandline, fixes the up/download problem which occurred when the local and remote paths differed, adds a test script for copying directories, and updates the documentation.
Release Notes: The man pages and other documentation were updated. The configuration file arguments were made optional. The version was changed to mark the end of the first test phase.
Release Notes: This version fixes the return values.
Release Notes: Installation locations have been further restructured to use 'bin' for scripts. Scripts have been renamed to pywrat_X to avoid name clashes. Man pages have been added.