diff options
author | Daniel Stenberg <daniel@haxx.se> | 2008-09-29 12:22:10 +0000 |
---|---|---|
committer | Daniel Stenberg <daniel@haxx.se> | 2008-09-29 12:22:10 +0000 |
commit | 0a305eb79f444db81b4f6ae8c6f201af46f1888e (patch) | |
tree | 7e58c34dae11dacb3148c4a2f5d7c434ec9e4871 /RELEASE-NOTES | |
parent | aff5408633230a7442553889c8e93f05900b8465 (diff) |
- Bug #2107803 (http://curl.haxx.se/bug/view.cgi?id=2107803) "no
CURLINFO_REDIRECT_URL in multi mode" also contained a patch that fixed the
problem.
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 2ddecf450..dc93e9f22 100644 --- a/RELEASE-NOTES +++ b/RELEASE-NOTES @@ -28,6 +28,7 @@ This release includes the following bugfixes: o thread-safety issues addressed for NSS-powered libcurls o removed the use of mktime() and gmtime(_r)() in date parsing and conversions o HTTP Digest with a blank realm did wrong + o CURLINFO_REDIRECT_URL didn't work with the multi interface This release includes the following known bugs: |