aboutsummaryrefslogtreecommitdiff
path: root/RELEASE-NOTES
diff options
context:
space:
mode:
authorDaniel Stenberg <daniel@haxx.se>2004-09-10 21:13:55 +0000
committerDaniel Stenberg <daniel@haxx.se>2004-09-10 21:13:55 +0000
commit23d64e720d12944966a0739b32402dc77cd9982e (patch)
treeca3e65392e8c26690e58d3501d42eac05be52807 /RELEASE-NOTES
parentb8b56248bddc646bf8d262dc9c5b45ce68a1ef08 (diff)
up to date with recent changes
Diffstat (limited to 'RELEASE-NOTES')
-rw-r--r--RELEASE-NOTES2
1 files changed, 2 insertions, 0 deletions
diff --git a/RELEASE-NOTES b/RELEASE-NOTES
index 9a6e47a36..6976282b3 100644
--- a/RELEASE-NOTES
+++ b/RELEASE-NOTES
@@ -14,6 +14,8 @@ This release includes the following changes:
This release includes the following bugfixes:
+ o double Host: header when following Location: with replaced Host: fixed
+ o curl_multi_add_handle() return code fix
o "Proxy-Connection: close" is now understood and properly dealt with
o curl_getdate() crash fixed
o downloading empty files now calls the write callback properly