1
0
mirror of https://github.com/moparisthebest/curl synced 2024-12-21 15:48:49 -05:00
curl/TODO-RELEASE
Daniel Stenberg e8f85cba0f Eric Vergnaud pointed out that libcurl didn't treat ?-letters in the user name
and password fields properly in URLs, like
ftp://us?er:pass?word@site.com/. Added test 191 to verify the fix.
2004-10-14 13:44:54 +00:00

17 lines
477 B
Plaintext

Issues not sorted in any particular order.
To get fixed in 7.12.2 (planned release: mid October 2004)
======================
50 - threaded windows resolver problem reported by Traian Nicolescu
To get fixed in 7.12.3 (planned release: December 2004)
======================
47 - Peter Sylvester's patch for SRP on the TLS layer
48 - MSVC Makefile improvements by Samuel Díaz García
49 - 3rd party FTP fix for CURLOPT_FTP_CREATE_MISSING_DIRS by Alexander
Krasnostavsky