summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSteve Holme <steve_holme@hotmail.com>2014-03-09 19:44:10 +0000
committerSteve Holme <steve_holme@hotmail.com>2014-03-09 19:44:12 +0000
commitac7118319e995327819b0f0141c4fff77faa2600 (patch)
tree546c9fc378bfa68e16b271a677fec774056404aa
parent8ddda0e99909db720d47b329df3845119a5676b1 (diff)
downloadgnurl-ac7118319e995327819b0f0141c4fff77faa2600.tar.gz
gnurl-ac7118319e995327819b0f0141c4fff77faa2600.tar.bz2
gnurl-ac7118319e995327819b0f0141c4fff77faa2600.zip
RELEASE-NOTES: Synced with 8ddda0e999
-rw-r--r--RELEASE-NOTES22
1 files changed, 16 insertions, 6 deletions
diff --git a/RELEASE-NOTES b/RELEASE-NOTES
index c516c4b6e..855ae3807 100644
--- a/RELEASE-NOTES
+++ b/RELEASE-NOTES
@@ -54,6 +54,15 @@ This release includes the following bugfixes:
o tool: Fixed incorrect return code when setting HTTP request fails
o configure: Tiny fix to honor POSIX
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:
@@ -62,12 +71,12 @@ This release includes the following known bugs:
This release would not have looked like this without help, code, reports and
advice from friends like these:
- Adam Sampson, Arvid Norberg, Colin Hogben, Dan Fandrich, Daniel Stenberg,
- David Ryskalczyk, Fabian Frank, Gisle Vanem, Hubert Kario, Jeff King,
- Maks Naumov, Kamil Dudka, Marc Hoersken, naota, Patrick Monnerat,
- Prash Dush, Remi Gacogne, Rob Davies, Romulo A. Ceccon, Shao Shuchao,
- Steve Holme, Tatsuhiro Tsujikawa, Thomas Braun, Tiit Pikma,
- Yehezkel Horowitz
+ Adam Sampson, Arvid Norberg, Brad Spencer, Colin Hogben, Dan Fandrich,
+ Daniel Stenberg, David Ryskalczyk, Fabian Frank, Gisle Vanem, Hubert Kario,
+ Jeff King, Jiri Malak, Kamil Dudka, Maks Naumov, Marc Hoersken,
+ Michael Osipov, naota, Nick Zitzmann, Patrick Monnerat, Prash Dush,
+ Remi Gacogne, Rob Davies, Romulo A. Ceccon, Shao Shuchao, Steve Holme,
+ Tatsuhiro Tsujikawa, Thomas Braun, Tiit Pikma, Yehezkel Horowitz
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
[11] = http://curl.haxx.se/mail/lib-2014-02/0243.html
[12] = https://github.com/bagder/curl/pull/93
+ [13] = http://curl.haxx.se/mail/lib-2014-02/0036.html