v1.6 - 06/18/2002 - Added support for SuSe v7.3 root prompts (Thanks to Spectre ) v1.5 - 11/12/2001 - Added '%' as a possible non-root shell prompt (Suggested by Dirk Praet ) - Added some support for shell prompts ending with escape sequences, like Mandrake 8.1 (Suggested by Mike Benoit ) v1.4 - 09/29/2001 - Code cleanups - Feature: Added -P option and 'np' host flag to not use passwords with SSH. This is useful when using no-passphrase keys (Suggested by JLB ) - Feature: Passphrases/RSA authentication can now be used v1.3 - 08/20/2001 - Feature: Added -j option to parallelize updates in many processes. - Feature: Added -v option to show the expect output to standard output. This is equivalent to setting $Expect::Log_Stdout = 1. - Feature: Added -D option to turn on debug. This is equivalent to setting $DEBUG to 1. - Feature: Added -i option to process hosts interactively, prompting before processing each host (Suggested by JLB ). - Feature: Added -s option to not 'su' on remote hosts (Suggested by John Weekley ). - Bugfix: Passwords could sometimes be dumped to the output file. Now the logfile is closed before any password is sent, and also a sleep for .25 seconds before sending passwords after prompt. v1.2 - 08/16/2001 - Bugfix: incorrect processing of 'pwd' output on remote host (Thanks to JLB ). - Bugfix: redefinition of $SCRIPT_DIR or $FILES_DIR would break scp operation. - Bugfix: host/class specific root password could be tried on unrelated hosts. v1.1 - 08/14/2001 - Bugfix: remote scripts were limited to run in 30 seconds. v1.0 - 08/13/2001 - Initial release.