diff options
author | Daniel Stenberg <daniel@haxx.se> | 2007-08-17 20:21:32 +0000 |
---|---|---|
committer | Daniel Stenberg <daniel@haxx.se> | 2007-08-17 20:21:32 +0000 |
commit | 5a79532aee07ddd423b7038be53a6353468134af (patch) | |
tree | d5e728dfa8a455814e1d8b20325e80f3563a08e6 /RELEASE-NOTES | |
parent | 29ac001aa64a2c9058433da39febe9da40cb884a (diff) |
Song Ma provided a patch that cures a problem libcurl has when doing resume
HTTP PUT using Digest authentication. Test case 5320 and 5322 were also
added to verify the functionality.
Diffstat (limited to 'RELEASE-NOTES')
-rw-r--r-- | RELEASE-NOTES | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/RELEASE-NOTES b/RELEASE-NOTES index e444a40f7..85fb3ef97 100644 --- a/RELEASE-NOTES +++ b/RELEASE-NOTES @@ -40,6 +40,7 @@ This release includes the following bugfixes: "clean" o memory leak when handling compressed data streams from broken servers o no NTLM unicode response + o resume HTTP PUT using Digest authentication This release includes the following known bugs: |