*************
version 0.9.9
*************

* closed some gaps in the non-blocking I/O solution introduced in the last
  release
* implemented implicit connections for the SFTPClient class
* implemented the SFTPClient::listFull() method
* implemented the SSH2Base::connected() method
* when errors occur in the SFTPClient class, mark the connection as closed if
  possible
* made cwd persistent in the SFTPClient class across connections to better deal
  with implicit disconnections and reconnections
* use keepalive by default to try and maintain persistent connections


*************
version 0.9.8
*************

* default connect timeout values are set to 60 seconds
* non-blocking I/O implemented for all SFTPClient methods, default timeout set
  to 60s
* send the file mode when opening files read-only in case broken servers will
  erroneously set the remote file's mode to 0 and then the file will not be
  readable
    

*************
version 0.9.7
*************

* an exception will be thrown if a key file is set and either the public or
  private key is not available or readable; previously such errors would
  cause hard-to-debug connection problems
* fixed another deadlock in the SFTPClient::disconnect() method (oops)
* minor doc updates


*************
version 0.9.6
*************

major documentation updates; now using doxygen
fixed a deadlock in the SFTPClient::disconnect() method
requires qore 0.8.1+ to build and run


*************
version 0.9.5
*************

Initial release of the ssh2 module
Requires qore 0.8.0+ to build and run
see README and docs for more information
