🠰 5.9.1 all changes 5.11 🠲
Changes in 5.10 - August 13 1999
Changes:
- Added -#/--progress-bar
Bugfixes:
- SSL_CTX_set_default_passwd_cb() has been modified in the 0.9.4 version of OpenSSL. Now why couldn't they simply add a *new* function instead of modifying the parameters of an already existing function?
- Made curl output the SSL version number get displayed properly with 0.9.4.
- Added MingW32 (GCC-2.95) support under Win32. The INSTALL file was also a bit rearranged.
- I had to copy a good <arpa/telnet.h> include file into the curl source tree to enable the silly win32 systems to compile. The distribution rights allows us to do that as long as the file remains unmodified.
- I corrected a few minor things that made the compiler complain when -Wall -pedantic was used.
- Moving the official curl web page to http://curl.haxx.nu.
- Another correction for NROFF in the configure.in that is supposed to be better for IRIX users.
- Albert Chin-A-Young helped with some stupid Makefile things, as well as some fiddling with the getdate.c stuff that he had problems with under HP-UX v10.
- Stefan Kanthak reported a few problems in the configure script which he discovered when trying to make curl compile and build under Siemens SINIX-Z V5.42B2004!
- Marcus Klein very accurately informed me that src/version.h was not present in the CVS repository.
- Linus Nielsen rewrote the telnet:// part and now curl offers limited telnet support.
- David Sanderson reported that FORCE_ALLOCA_H or HAVE_ALLOCA_H must be defined for getdate.c to compile properly on HP-UX 11.0.
- I finally got to understand Marcus Klein's ftp download resume problem, which turns out to be due to different outputs from different ftp servers.
- Added text about file transfer resuming to README.curl.
- It breaks with segfault when 1) curl is using .netrc to obtain username/password (option '-n'), and 2) is auto-matically redirected to another location (option '-L').