ChangeLog of JRexec ==================================================================== Last modified: Wed Jul 25 15:00:32 UTC 2001 Changes since version 1.0.1: ............................ - added a method 'doit_wait', which will wait for the end of execution of remotely execed program. If error occurs, 'JRexecException' will be thrown. - added a listener class 'JRexecListner', which will enable you to capture stdout/stderr messages from remotely execed program in the Delegation Model style. Changes since version 1.0.0: ............................ - changed the package name from com.jcraft.util to com.jcraft.jrexec . - added the support of the auxiliary channel for diagnostic output from the remote process. - added the support of sendig signals to the remote process. For example, JRexec can run 'tail -f /etc/httpd/logs/access_log' remotely and kill this remote process from client side.