mirror of
https://github.com/moparisthebest/curl
synced 2025-03-11 07:39:50 -04:00
today's changes
This commit is contained in:
parent
21d5aead47
commit
2baf22e184
@ -21,6 +21,9 @@ This release includes the following changes:
|
|||||||
|
|
||||||
This release includes the following bugfixes:
|
This release includes the following bugfixes:
|
||||||
|
|
||||||
|
o CURLOPT_FTP_CREATE_MISSING_DIRS works for third party transfers
|
||||||
|
o memory leak for cookies received with max-age set
|
||||||
|
o potential memory leaks in the window name resolver
|
||||||
o URLs with ?-letters in the user name or password fields
|
o URLs with ?-letters in the user name or password fields
|
||||||
o libcurl error message is now provided when send() fails
|
o libcurl error message is now provided when send() fails
|
||||||
o no more SIGPIPE on Mac OS X and other SO_NOSIGPIPE-supporting platforms
|
o no more SIGPIPE on Mac OS X and other SO_NOSIGPIPE-supporting platforms
|
||||||
@ -73,7 +76,8 @@ advice from friends like these:
|
|||||||
Tarendash, Daniel at touchtunes, Bertrand Demiddelaer, Andreas Rieke,
|
Tarendash, Daniel at touchtunes, Bertrand Demiddelaer, Andreas Rieke,
|
||||||
Jean-Claude Chauve, Dan Fandrich, Peter Sylvester, "Mekonikum", Jean-Philippe
|
Jean-Claude Chauve, Dan Fandrich, Peter Sylvester, "Mekonikum", Jean-Philippe
|
||||||
Barrette-LaPierre, Günter Knauf, Larry Campbell, Fedor Karpelevitch,
|
Barrette-LaPierre, Günter Knauf, Larry Campbell, Fedor Karpelevitch,
|
||||||
Aleksandar Milivojevic, Gisle Vanem, Chris "Bob Bob", Chih-Chung Chang,
|
Aleksandar Milivojevic, Gisle Vanem, Chris "Bob Bob", Chih-Chung Chang, Andy
|
||||||
Andy Cedilnik, Alan Pinstein, Eric Vergnaud
|
Cedilnik, Alan Pinstein, Eric Vergnaud, Traian Nicolescu, runekl at
|
||||||
|
opoint.com
|
||||||
|
|
||||||
Thanks! (and sorry if I forgot to mention someone)
|
Thanks! (and sorry if I forgot to mention someone)
|
||||||
|
@ -3,14 +3,9 @@ Issues not sorted in any particular order.
|
|||||||
To get fixed in 7.12.2 (planned release: mid October 2004)
|
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)
|
To get fixed in 7.12.3 (planned release: December 2004)
|
||||||
======================
|
======================
|
||||||
|
|
||||||
47 - Peter Sylvester's patch for SRP on the TLS layer
|
47 - Peter Sylvester's patch for SRP on the TLS layer
|
||||||
|
|
||||||
48 - MSVC Makefile improvements by Samuel Díaz García
|
48 - MSVC Makefile improvements by Samuel Díaz García
|
||||||
|
|
||||||
49 - 3rd party FTP fix for CURLOPT_FTP_CREATE_MISSING_DIRS by Alexander
|
|
||||||
Krasnostavsky
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user