aboutsummaryrefslogtreecommitdiff
path: root/CHANGES
diff options
context:
space:
mode:
authorDaniel Stenberg <daniel@haxx.se>2006-03-03 13:09:30 +0000
committerDaniel Stenberg <daniel@haxx.se>2006-03-03 13:09:30 +0000
commit7d68101f83a28323fa24b1f705881415ccbe6467 (patch)
tree0eba93f5995b9221367e1f39327790bc3eda3e70 /CHANGES
parentaa50a00898495b2f3a4334ecbe4d81efa6dd6b6b (diff)
Prevent uploading to a URL that has no file name part.
Diffstat (limited to 'CHANGES')
-rw-r--r--CHANGES9
1 files changed, 9 insertions, 0 deletions
diff --git a/CHANGES b/CHANGES
index 2a9f4a2bf..37952c8d8 100644
--- a/CHANGES
+++ b/CHANGES
@@ -7,6 +7,11 @@
Changelog
Daniel (2 March 2006)
+- FTP upload without a file name part in the URL now causes
+ curl_easy_perform() to return CURLE_URL_MALFORMAT. Previously it allowed the
+ upload but named the file "(nil)" (without the quotes). Test case 524
+ verifies.
+
- Added a check for getprotobyname in configure so that it'll be used, thanks
to Gisle Vanem's change the other day.
@@ -15,6 +20,10 @@ Daniel (28 February 2006)
are out of file handles very early in curl's code where it makes sure that
0, 1 and 2 aren't gonna be used by the lib for transfers.
+Daniel (27 February 2006)
+- Marty Kuhrt pointed out that there were two VMS-specific files missing in
+ the release archive.
+
Version 7.15.2 (27 February 2006)
Daniel (22 February 2006)