🠰 7.7.3 all changes 7.8.1 🠲
Changes in 7.8 - June 7 2001
Changes:
- `curl-config --vernum` shows version number as a hexadecimal number
- libcurl's got two new functions (for global init/cleanup)
Bugfixes:
- SSL memory leak fixed
- new file format for the tests in the test suite
- netscape/mozilla cookie file parser bugfix
- everything is now built with autoconf 2.50, libtool 1.4 and automake 1.4-p1
- libcurl's own version of `strlcat` no longer pollutes the name space
- libcurl now treats an already completed resumed download as a successful operation, and not as an error like before
- https and ftps test cases added to the test suite (depend on stunnel)
- better white space awareness when parsing HTTP headers
- curl -I now plays ball even if the ftp server does not grok SIZE
- corrected resumed transfers on reused persistent connections
- FTP PORT works again when libcurl is IPv6-enabled
- corrected path usage when doing multiple FTP transfers
- several Location: header related bugs corrected