🠰 5.10 all changes 6.0 🠲
Changes in 5.11 - August 25 1999
Bugfixes:
- Fixed a bug in the header-line realloc() system in download.c.
- I added lib/file.[ch] to offer a first, simple, file:// support.
- Made the release archives get a Makefile in the root dir
- Another Location: bug. Curl didn't do proper relative locations if the original URL had cgi-parameters that contained a slash. Nusu's page again.
- Corrected the NO_PROXY usage. It is a list of substrings that if one of them matches the tail of the hostname it should connect to, curl should not use a proxy to connect there.
- Fixed a memory bug with http-servers that sent Location: to a Location: page.
- Made cookies work a lot better. Setting the same cookie name several times used to add more cookies instead of replacing the former one which it should've.
- Brought new .spec files as well as a patch for configure.in that lets the configure script find the openssl files better, even when the include files are in /usr/include/openssl