aboutsummaryrefslogtreecommitdiff
path: root/CHANGES
diff options
context:
space:
mode:
authorDaniel Stenberg <daniel@haxx.se>2004-05-25 21:47:29 +0000
committerDaniel Stenberg <daniel@haxx.se>2004-05-25 21:47:29 +0000
commitfd802db39f77fa3985d20e461742bf24644065d6 (patch)
treea9d477d5a34dc803a845b0c23148df2fe69ffb7c /CHANGES
parent765754d39d164a248b909092295d0a0aab294032 (diff)
initial support for "uploading" to file:// URLs
Diffstat (limited to 'CHANGES')
-rw-r--r--CHANGES2
1 files changed, 2 insertions, 0 deletions
diff --git a/CHANGES b/CHANGES
index 40faf0056..b5c85a8e4 100644
--- a/CHANGES
+++ b/CHANGES
@@ -7,6 +7,8 @@
Changelog
Daniel (24 May 2004)
+- libcurl now supports "uploading" to file:// URLs.
+
- Simon Josefsson added a idn_free() function in libidn 0.4.5 as a reaction to
Gisle's previous mail. We now use this function, and thus we require libidn
0.4.5 or later. No earler version will do.