more fixes

This commit is contained in:
Daniel Stenberg 2005-04-29 12:34:53 +00:00
parent 002de1eae2
commit ccfc1ddbef
2 changed files with 17 additions and 2 deletions

11
CHANGES
View File

@ -7,6 +7,17 @@
Changelog
Daniel (28 April 2005)
- Working on fixing up test cases to mark sections as 'mode=text' for things
that curl writes as text files, since then they can get different line
endings depending on OS. Andrés García helps me work this out.
Did lots of other minor tweaks on the test scripts to work better and more
reliably find test servers and also kill test servers.
- Dan Fandrich pointed out how the runtests.pl script killed the HTTP server
instead of the HTTPS server when closing it down.
Daniel (27 April 2005)
- Paul Moore made curl check for the .curlrc file (_curlrc on windows) on two
more places. First, CURL_HOME is a new environment variable that is used

View File

@ -5,16 +5,18 @@ Curl and libcurl 7.14.0
Available command line options: 106
Available curl_easy_setopt() options: 122
Number of public functions in libcurl: 46
Amount of public web site mirrors: 21
Amount of public web site mirrors: 22
Number of known libcurl bindings: 31
This release includes the following changes:
o more search paths for curl's default .curlrc config file check
o GnuTLS support, use configure --with-gnutls. Work on this was sponsored
by The Written Word.
This release includes the following bugfixes:
o kill the HTTPS server better when stopping the test suite
o builds fine with VS2005 on x64
o auth fix for HTTP redirects and .netrc usage
o FTP uploads show the progress meter easier
@ -31,11 +33,13 @@ Other curl-related news since the previous public release:
o http://curl.mirroring.de/ is a new german curl mirror
o pycurl 7.13.2: http://pycurl.sf.net/
o TclCurl 0.13.2: http://personal1.iddeo.es/andresgarci/tclcurl/english/
o http://curl.webhosting76.com/ is a new US curl mirror
This release would not have looked like this without help, code, reports and
advice from friends like these:
Christophe Legry, Cory Nelson, Gisle Vanem, Dan Fandrich, Toshiyuki Maezawa,
Olivier, Andres Garcia, Dave Dribin, Alex Suykov, Cory Nelson, Fred New
Olivier, Andres Garcia, Dave Dribin, Alex Suykov, Cory Nelson, Fred New,
Paul Moore
Thanks! (and sorry if I forgot to mention someone)