diff options
| author | Daniel Stenberg <daniel@haxx.se> | 2009-01-26 13:19:03 +0000 |
|---|---|---|
| committer | Daniel Stenberg <daniel@haxx.se> | 2009-01-26 13:19:03 +0000 |
| commit | 82ca52713bbb7b31e5d269e7f50dbc0cd065a297 (patch) | |
| tree | 7de3bb17838edc9f33eb55e357ccba09a315a0f9 /RELEASE-NOTES | |
| parent | f29e383575499d0bb9222e9ee53f406defceec67 (diff) | |
- Alexey Borzov filed bug report #2535504
(http://curl.haxx.se/bug/view.cgi?id=2535504) pointing out that realms with
quoted quotation marks in HTTP Digest headers didn't work. I've now added
test case 1095 that verifies my fix.
Diffstat (limited to 'RELEASE-NOTES')
| -rw-r--r-- | RELEASE-NOTES | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/RELEASE-NOTES b/RELEASE-NOTES index bb76da697..a54f611cb 100644 --- a/RELEASE-NOTES +++ b/RELEASE-NOTES @@ -15,6 +15,7 @@ This release includes the following bugfixes: o missing ssh.obj in VS makefiles o FTP ;type=i URLs now work with CURLOPT_PROXY_TRANSFER_MODE in Turkish locale + o realms with quoted quotation marks in HTTP Digest headers This release includes the following known bugs: @@ -23,6 +24,6 @@ This release includes the following known bugs: This release would not have looked like this without help, code, reports and advice from friends like these: - Lisa Xu, Daniel Fandrich, Craig A West + Lisa Xu, Daniel Fandrich, Craig A West, Alexey Borzov Thanks! (and sorry if I forgot to mention someone) |
