mirror of
https://github.com/moparisthebest/curl
synced 2024-12-21 23:58:49 -05:00
stand clear for release time
This commit is contained in:
parent
6f752c64bc
commit
874fc8228a
2
CHANGES
2
CHANGES
@ -7,6 +7,8 @@
|
|||||||
Changelog
|
Changelog
|
||||||
|
|
||||||
|
|
||||||
|
Version 7.13.1 (4 March 2005)
|
||||||
|
|
||||||
Daniel (4 March 2005)
|
Daniel (4 March 2005)
|
||||||
- Dave Dribin made it possible to set CURLOPT_COOKIEFILE to "" to activate
|
- Dave Dribin made it possible to set CURLOPT_COOKIEFILE to "" to activate
|
||||||
the cookie "engine" without having to provide an empty or non-existing file.
|
the cookie "engine" without having to provide an empty or non-existing file.
|
||||||
|
@ -5,7 +5,7 @@ Curl and libcurl 7.13.1
|
|||||||
Available command line options: 104
|
Available command line options: 104
|
||||||
Available curl_easy_setopt() options: 122
|
Available curl_easy_setopt() options: 122
|
||||||
Number of public functions in libcurl: 46
|
Number of public functions in libcurl: 46
|
||||||
Amount of public web site mirrors: 15
|
Amount of public web site mirrors: 18
|
||||||
Number of known libcurl bindings: 30
|
Number of known libcurl bindings: 30
|
||||||
|
|
||||||
This release includes the following changes:
|
This release includes the following changes:
|
||||||
@ -34,12 +34,14 @@ Other curl-related news since the previous public release:
|
|||||||
|
|
||||||
o libcurl-vb 1.0 http://sf.net/projects/libcurl-vb/
|
o libcurl-vb 1.0 http://sf.net/projects/libcurl-vb/
|
||||||
o pycurl 7.13.0: http://pycurl.sf.net/
|
o pycurl 7.13.0: http://pycurl.sf.net/
|
||||||
|
o new german mirror: http://curl.mons-new-media.de
|
||||||
|
o new US mirror: http://curl.islandofpoker.com
|
||||||
|
|
||||||
This release would not have looked like this without help, code, reports and
|
This release would not have looked like this without help, code, reports and
|
||||||
advice from friends like these:
|
advice from friends like these:
|
||||||
|
|
||||||
Gisle Vanem, David Byron, Marty Kuhrt, Maruko, Eric Vergnaud, Christopher
|
Gisle Vanem, David Byron, Marty Kuhrt, Maruko, Eric Vergnaud, Christopher
|
||||||
R. Palmer, Mike Dobbs, David in bug report #1124588, Ralph Mitchell,
|
R. Palmer, Mike Dobbs, David in bug report #1124588, Ralph Mitchell,
|
||||||
Rene Rebe, Dave Dribin
|
Rene Rebe, Dave Dribin, Dan Fandrich
|
||||||
|
|
||||||
Thanks! (and sorry if I forgot to mention someone)
|
Thanks! (and sorry if I forgot to mention someone)
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
Issues not sorted in any particular order.
|
Issues not sorted in any particular order.
|
||||||
|
|
||||||
To get fixed in 7.13.1 (planned release: April 2005)
|
To get fixed in 7.13.2 (planned release: April 2005)
|
||||||
======================
|
======================
|
||||||
|
|
||||||
58 - Fix KNOWN_BUGS #19: "FTP 3rd party transfers with the multi interface
|
58 - Fix KNOWN_BUGS #19: "FTP 3rd party transfers with the multi interface
|
||||||
@ -10,6 +10,10 @@ To get fixed in 7.13.1 (planned release: April 2005)
|
|||||||
Awaits OpenSSL support for this, no need to support this in libcurl before
|
Awaits OpenSSL support for this, no need to support this in libcurl before
|
||||||
there's an OpenSSL release that does it.
|
there's an OpenSSL release that does it.
|
||||||
|
|
||||||
|
58 - SSPI for libcurl on Windows
|
||||||
|
|
||||||
|
59 - --form-string and --form-file as discussed on curl-users list
|
||||||
|
|
||||||
To get fixed in 7.14.0
|
To get fixed in 7.14.0
|
||||||
======================
|
======================
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user