diff options
author | Daniel Stenberg <daniel@haxx.se> | 2005-02-10 08:57:23 +0000 |
---|---|---|
committer | Daniel Stenberg <daniel@haxx.se> | 2005-02-10 08:57:23 +0000 |
commit | d2485e4f2083997c3e3b552342c77649f1ee522e (patch) | |
tree | 7d445f4304f95b27368eadc2ae4c177839662899 /RELEASE-NOTES | |
parent | 160d6b26b0ca3966d55dce45c0ca2090500bc175 (diff) |
valgrind stuff for test suite, vms build and more
Diffstat (limited to 'RELEASE-NOTES')
-rw-r--r-- | RELEASE-NOTES | 12 |
1 files changed, 10 insertions, 2 deletions
diff --git a/RELEASE-NOTES b/RELEASE-NOTES index d9d8b5f58..d159f7756 100644 --- a/RELEASE-NOTES +++ b/RELEASE-NOTES @@ -10,11 +10,18 @@ Curl and libcurl 7.13.1 This release includes the following changes: - o + o FTP code overhaul => multi interface much less blocking + o Added CURLE_LOGIN_DENIED to be returned when curl is denied login to FTP + servers This release includes the following bugfixes: - o + o SSL problems when downloading exactly 16KB data + o out of memory conditions preserve error codes better + o a few crashes at out of memory + o inflate buffer usage bugfix + o better DICT protocol adherence + o disable valgrind-checking while testing if libcurl is built shared Other curl-related news since the previous public release: @@ -23,5 +30,6 @@ Other curl-related news since the previous public release: This release would not have looked like this without help, code, reports and advice from friends like these: + Gisle Vanem, David Byron, Marty Kuhrt, Maruko, Eric Vergnaud Thanks! (and sorry if I forgot to mention someone) |