diff options
author | Daniel Stenberg <daniel@haxx.se> | 2004-03-23 16:12:37 +0000 |
---|---|---|
committer | Daniel Stenberg <daniel@haxx.se> | 2004-03-23 16:12:37 +0000 |
commit | 9d1ce9c0df80807e3835a123c8c7fced7473fa30 (patch) | |
tree | ea2cbf3bf9b90c9c171efaa5ed540330a893b306 /RELEASE-NOTES | |
parent | 5947e4e9fdfd083a36a3a53bad439aaa617136e9 (diff) | |
download | curl-9d1ce9c0df80807e3835a123c8c7fced7473fa30.tar.gz |
we are progressing
Diffstat (limited to 'RELEASE-NOTES')
-rw-r--r-- | RELEASE-NOTES | 13 |
1 files changed, 10 insertions, 3 deletions
diff --git a/RELEASE-NOTES b/RELEASE-NOTES index ecba0a839..88215103e 100644 --- a/RELEASE-NOTES +++ b/RELEASE-NOTES @@ -7,18 +7,25 @@ Curl and libcurl 7.11.2. A bugfix release. This release includes the following changes: - o + o curl/curlver.h contains the libcurl version info now This release includes the following bugfixes: - o + o better error message when --interface fails on windows + o the progress meter now displays very long times better + o CURLINFO_CONTENT_LENGTH_DOWNLOAD with CURLOPT_NOBODY set TRUE now works + o passwords longer than 14 letters work with NTLM + o 'make netware' works better now + o VMS builds fine again and even nicer than before Other curl-related news since the previous public release: - o + o PycURL 7.11.1 was released: http://pycurl.sf.net/ This release would not have looked like this without help, code, reports and advice from friends like these: + Thomas Schwinge, Marty Kuhrt, Günter Knauf, Kevin Roth, Glen Nakamura, + Gisle Vanem, Greg Hewgill Thanks! (and sorry if I forgot to mention someone) |