diff options
author | Daniel Stenberg <daniel@haxx.se> | 2007-02-13 22:50:16 +0000 |
---|---|---|
committer | Daniel Stenberg <daniel@haxx.se> | 2007-02-13 22:50:16 +0000 |
commit | 4efa0d9f6800b12e3ecb7e0291bc80fa8d8aa610 (patch) | |
tree | 810e794fe01dd9fb1086aaba3dc7ab5fa96eab1d /RELEASE-NOTES | |
parent | e021fe94449ca01f0ccbdfa0b20ea564f7b8d5f0 (diff) |
ftp@example.com is now the new anonymous FTP password. I opted for 'ftp' on
the left side of @ to make it short(er).
Diffstat (limited to 'RELEASE-NOTES')
-rw-r--r-- | RELEASE-NOTES | 11 |
1 files changed, 6 insertions, 5 deletions
diff --git a/RELEASE-NOTES b/RELEASE-NOTES index 670ccf439..598f7e32e 100644 --- a/RELEASE-NOTES +++ b/RELEASE-NOTES @@ -11,16 +11,17 @@ Curl and libcurl 7.16.2 This release includes the following changes: - o Added CURLOPT_TIMEOUT_MS and CURLOPT_CONNECTTIMEOUT_MS - o Added CURLOPT_HTTP_CONTENT_DECODING, CURLOPT_HTTP_TRANSFER_DECODING and + o added CURLOPT_TIMEOUT_MS and CURLOPT_CONNECTTIMEOUT_MS + o added CURLOPT_HTTP_CONTENT_DECODING, CURLOPT_HTTP_TRANSFER_DECODING and --raw - o Added support for using the NSS library for TLS/SSL + o added support for using the NSS library for TLS/SSL + o changed default anonymous FTP password This release includes the following bugfixes: o in testsuite, update test cookies expiration from 2007-Feb-1 to year 2035 o socks5 works - o + o builds fine with VC2005 This release includes the following known bugs: @@ -38,6 +39,6 @@ This release would not have looked like this without help, code, reports and advice from friends like these: Yang Tse, Manfred Schwarb, Michael Wallner, Jeff Pohlmeyer, Shmulik Regev, - Rob Crittenden + Rob Crittenden, Robert A. Monat Thanks! (and sorry if I forgot to mention someone) |