1
0
mirror of https://github.com/moparisthebest/curl synced 2024-08-13 17:03:50 -04:00
curl/TODO-RELEASE
Daniel Stenberg 8e87223195 - 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.
2004-10-01 06:36:11 +00:00

23 lines
553 B
Plaintext

Issues not sorted in any particular order.
To get fixed in 7.12.2 (planned release: mid October 2004)
======================
40 - fixed
41 - fixed
42 - Bertrand Demiddelaer's CURLOPT_VERBOSE may read free()ed data patch
43 - Gisle Vanem's IDN strerror patch
44 - Alan Pinstein's SIGPIPE when uploading with CURLOPT_READDATA problem
45 - Chris' suspected race condition in the windows threaded resolver
46 - fixed
47 - Peter Sylvester's patch related to the new SRP on the TLS layer
48 - Harshal Pradhan's isspace() fix for 8bit cookie content