1
0
mirror of https://github.com/moparisthebest/curl synced 2025-02-28 09:21:50 -05:00

RELEASE-NOTES: Synced with 8ddda0e999

This commit is contained in:
Steve Holme 2014-03-09 19:44:10 +00:00
parent 8ddda0e999
commit ac7118319e

View File

@ -54,6 +54,15 @@ This release includes the following bugfixes:
o tool: Fixed incorrect return code when setting HTTP request fails o tool: Fixed incorrect return code when setting HTTP request fails
o configure: Tiny fix to honor POSIX o configure: Tiny fix to honor POSIX
o tool: Do not output libcurl source for the information only parameters o tool: Do not output libcurl source for the information only parameters
o Rework Open Watcom make files to use standard Wmake features
o x509asn: moved out Curl_verifyhost from NSS builds
o configure: call it GSS-API
o hostcheck: Curl_cert_hostcheck is not used by NSS builds
o multi_runsingle: move timestamp into INIT [13]
o remote_port: allow connect to port 0
o parse_remote_port: error out on illegal port numbers better
o ssh: Pass errors from libssh2_sftp_read up the stack
o docs: remove documentation on setting up krb4 support
This release includes the following known bugs: This release includes the following known bugs:
@ -62,12 +71,12 @@ This release includes the following known bugs:
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:
Adam Sampson, Arvid Norberg, Colin Hogben, Dan Fandrich, Daniel Stenberg, Adam Sampson, Arvid Norberg, Brad Spencer, Colin Hogben, Dan Fandrich,
David Ryskalczyk, Fabian Frank, Gisle Vanem, Hubert Kario, Jeff King, Daniel Stenberg, David Ryskalczyk, Fabian Frank, Gisle Vanem, Hubert Kario,
Maks Naumov, Kamil Dudka, Marc Hoersken, naota, Patrick Monnerat, Jeff King, Jiri Malak, Kamil Dudka, Maks Naumov, Marc Hoersken,
Prash Dush, Remi Gacogne, Rob Davies, Romulo A. Ceccon, Shao Shuchao, Michael Osipov, naota, Nick Zitzmann, Patrick Monnerat, Prash Dush,
Steve Holme, Tatsuhiro Tsujikawa, Thomas Braun, Tiit Pikma, Remi Gacogne, Rob Davies, Romulo A. Ceccon, Shao Shuchao, Steve Holme,
Yehezkel Horowitz Tatsuhiro Tsujikawa, Thomas Braun, Tiit Pikma, Yehezkel Horowitz
Thanks! (and sorry if I forgot to mention someone) Thanks! (and sorry if I forgot to mention someone)
@ -85,3 +94,4 @@ References to bug reports and discussions on issues:
[10] = http://curl.haxx.se/mail/lib-2014-02/0155.html [10] = http://curl.haxx.se/mail/lib-2014-02/0155.html
[11] = http://curl.haxx.se/mail/lib-2014-02/0243.html [11] = http://curl.haxx.se/mail/lib-2014-02/0243.html
[12] = https://github.com/bagder/curl/pull/93 [12] = https://github.com/bagder/curl/pull/93
[13] = http://curl.haxx.se/mail/lib-2014-02/0036.html