>From ChangeLog:
- security fix: long error message from ftp server could cause buffer overflow.
- fixed ftp:fix-pasv-address. Now the address should be fixed properly.
- handle HTTP `100 Continue' in any open mode.
- status line fixed: don't write a space to last screen column.
- security fix: check that addresses have proper length.
>From ChangeLog:
Some bugs have been fixed.
o use trio library if system's printf is broken with %lld.
o fixed single quote escaping in several places.
o fixed coredump if service is unknown.
o fixed keep-alive for http/1.1.
o fixed uploading in ssl enabled ftp when data connection is protected.
o don't send AUTH TLS to ftp proxy.
o fixed fish protocol module.
>From ChangeLog:
- fixed rm and rmdir
- fixed listing parser in Fish protocol, now it extracts all information.
- force LC_NUMERIC to C, this fixes floating point settings initialization.
- fixed assertion failure when setting ftp proxy after establishing connection
to an ftp server.
- fixed a memory leak and some other bugs in cls (Glenn Maynard).