aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDaniel Stenberg <daniel@haxx.se>2005-04-29 12:34:53 +0000
committerDaniel Stenberg <daniel@haxx.se>2005-04-29 12:34:53 +0000
commitccfc1ddbef48ae5ebf52d6de8f4cbd1d05927d36 (patch)
tree1eb17bfd54aa5c0c6a2465581ef6b9bd772b8fe0
parent002de1eae2b7f02d3f46b4bad3516bfb337fd65a (diff)
more fixes
-rw-r--r--CHANGES11
-rw-r--r--RELEASE-NOTES8
2 files changed, 17 insertions, 2 deletions
diff --git a/CHANGES b/CHANGES
index 3a1e2c149..bfe128c9d 100644
--- a/CHANGES
+++ b/CHANGES
@@ -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
diff --git a/RELEASE-NOTES b/RELEASE-NOTES
index 8f4f61119..03aacfd58 100644
--- a/RELEASE-NOTES
+++ b/RELEASE-NOTES
@@ -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)