Changes in release 0.0.5 alpha
* SFTP server bug fix where SSH_FXP_FSTAT was not implemented.
* Processes are created in a suspended state before being resumed in order to make sure that no channel data is sent before the channel has been actually opened, this sometimes caused the beginning of the shell output to be lost.
* Fixed forwarding bug where local forwarding channels were not being created.
* <AllowTcpForward>true</AllowTcpForward> optional element added to server.xml configuration, defaults to true.