diff options
author | Daniel Stenberg <daniel@haxx.se> | 2004-10-01 06:36:11 +0000 |
---|---|---|
committer | Daniel Stenberg <daniel@haxx.se> | 2004-10-01 06:36:11 +0000 |
commit | 8e87223195bba350f7fab9575a3ea3de85a49166 (patch) | |
tree | 17277913163f4bb1b99a70d88ebc1a25f8415f47 /TODO-RELEASE | |
parent | be1cece69b2bc7b73c07166ec5e164fabdac1c95 (diff) |
- Based on Fedor Karpelevitch's formpost path basename patch, file parts in
formposts no longer include the path part. If you _really_ want them, you
must provide your preferred full file name with CURLFORM_FILENAME.
Added detection for libgen.h and basename() to configure. My custom
basename() replacement function for systems without it, might be a bit too
naive...
Updated 6 test cases to make them work with the stripped paths.
Diffstat (limited to 'TODO-RELEASE')
-rw-r--r-- | TODO-RELEASE | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/TODO-RELEASE b/TODO-RELEASE index af7ec5481..11c7d3319 100644 --- a/TODO-RELEASE +++ b/TODO-RELEASE @@ -5,7 +5,7 @@ To get fixed in 7.12.2 (planned release: mid October 2004) 40 - fixed -41 - Fedor Karpelevitch's formpost path basename patch +41 - fixed 42 - Bertrand Demiddelaer's CURLOPT_VERBOSE may read free()ed data patch |