diff options
author | Daniel Stenberg <daniel@haxx.se> | 2000-12-07 09:08:20 +0000 |
---|---|---|
committer | Daniel Stenberg <daniel@haxx.se> | 2000-12-07 09:08:20 +0000 |
commit | dad2317e6e247f29139c5000b77505dabd6149c8 (patch) | |
tree | 4c4b9104a0d111ff0b387ba833bf2393c35887c2 | |
parent | 22d8aa37e01ef1d87634fa26edc332e6b9f41544 (diff) |
post 7.5 fixes
-rw-r--r-- | CHANGES | 29 |
1 files changed, 29 insertions, 0 deletions
@@ -6,6 +6,35 @@ History of Changes +Daniel (6 December 2000) +- Massimo Squillace correctly described how libcurl could use session ids when + doing SSL connections. + +- James Griffiths found out that curl would crash if the file you specify with + -o is shorter than the URL! This took some hours to fully hunt down, but it + is fixed now. + +Daniel (5 December 2000) +- Jaepil Kim sent us makefiles that build curl using the free windows borland + compiler. The root makefile now accepts 'make borland' to build curl with + that compiler. + +- Stefan Radman pointed out that the test makefiles didn't use the PERL + variable that the configure scripts figure out. Actually, you still need + perl in the path for the test suite to run ok. + +- Rich Gray found numerous portability problems: + * The SCO compiler got an error on the getpass_r() prototype in getpass.h + since the curl one differed from the SCO one + * The HPUX compiler got an error because of how curl did the sigaction + stuff and used a define HPUX doesn't have (or need). + * A few more problems remain to be researched. + +- Paul Harrington experienced a core dump using https. Not much details yet. + +Daniel (4 December 2000) +- Jörn Hartroth fixed a problem with multiple URLs and -o/-O. + Version 7.5 Daniel (1 December 2000) |