v8.8.0 Release Notes
The major new features/fixes for the 8-February-2009 release are:
SOCKS4, SOCKS5 Proxy Support for POP3, SMTP, IMAP, FTP, MHT, HTTP, and Socket.
The following properties have been added to each component for SOCKS4/SOCKS5 support: SocksHostname, SocksPort, SocksUsername, SocksPassword, and SocksVersion (4 or 5). Setting these properties to non-empty values is all that is required to use SOCKS4 or SOCKS5 proxies.
Chilkat Socket: Added a SocksProxy class to make it easy to create SOCKS4/5 proxy servers. (Documentation and examples are forthcoming.)
Chilkat FTP2
- Restarting uploads is improved (didn’t work with all FTP servers, now it does).
- otp-md4 is now supported. (in addition to otp-md5 and otp-sha1)
Chilkat HTTP
- HTTP proxies with SSL/TLS now working correctly.
- New LoginDomain property for NTLM/Negotiate/Kerberos Authentication.
Chilkat Zip
- VerboseLogging property to help diagnose issues with AppendFiles.
- QuickAppend method fixed.
Chilkat Crypt2
- New hash algorithms: MD4, RIPEMD128, RIPEMD160, RIPEMD256, RIPEMD320
- New hash methods: HashBeginBytes, HashBeginString, HashMoreBytes, HashMoreString, HashFinal, HashFinalENC
- NTLM object/class for NTLM authentication. Documentation and examples are forthcoming…
Chilkat Email
- ComputeGlobalKey method added to email object.
- Performance and memory usage improvements.
Chilkat IMAP
- Performance and memory usage improvements.
Chilkat SSH/SFTP
- “Exceeded window” error fixed.
- Added the following new methods to Ssh: OpenDirectTcpIpChannel, GetReceivedTextS, GetReceivedDataN, PeekReceivedText. (Reference documentation to be updated soon.)
- Added SshTunnel object/class to allow for running SSH tunnels in a background thread.
admin
0
Tags :