diff options
author | Daniel Stenberg <daniel@haxx.se> | 2016-08-15 08:47:21 +0200 |
---|---|---|
committer | Daniel Stenberg <daniel@haxx.se> | 2016-08-15 08:47:21 +0200 |
commit | a5174b022bc8190eeda999418e7df56caa15b0c8 (patch) | |
tree | faabcc9e3603312c70154477124639b0a88453ba /RELEASE-NOTES | |
parent | b7ee5316c2fd5b0fa933a4fcdf2049e112ace669 (diff) | |
download | curl-a5174b022bc8190eeda999418e7df56caa15b0c8.tar.gz |
RELEASE-NOTES: synced with b7ee5316c2fd5b
Diffstat (limited to 'RELEASE-NOTES')
-rw-r--r-- | RELEASE-NOTES | 18 |
1 files changed, 14 insertions, 4 deletions
diff --git a/RELEASE-NOTES b/RELEASE-NOTES index a28740aa2..4eec10130 100644 --- a/RELEASE-NOTES +++ b/RELEASE-NOTES @@ -24,6 +24,11 @@ This release includes the following bugfixes: o docs: CONTRIBUTE and LICENSE-MIXING were converted to markdown o winbuild: Allow changing C compiler via environment variable CC [7] o rtsp: accept any RTSP session id [8] + o HTTP: retry failed HEAD requests on reused connections too + o configure: add zlib search with pkg-config [9] + o openssl: accept subjectAltName iPAddress if no dNSName match [10] + o MANUAL: Remove invalid link to LDAP documentation [11] + o socks: improved connection procedure [12] This release includes the following known bugs: @@ -32,10 +37,11 @@ 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: - Bill Nagel, Dan Donahue, Daniel Stenberg, Erik Janssen, Ray Satiro, - Sergei Nikulov, Serj Kalichev, Simon Warta, Tatsuhiro Tsujikawa, - Thomas Glanzmann, Tim Rühsen, - (11 contributors) + Bill Nagel, Dambaev Alexander, Dan Donahue, Daniel Stenberg, + David Kalnischkies, Erik Janssen, Marc Hoersken, Mark Nottingham, Ray Satiro, + Ronnie Mose, Sergei Nikulov, Serj Kalichev, Simon Warta, Tatsuhiro Tsujikawa, + Thomas Glanzmann, Tim Rühsen, wmsch on github, + (17 contributors) Thanks! (and sorry if I forgot to mention someone) @@ -49,3 +55,7 @@ References to bug reports and discussions on issues: [6] = https://curl.haxx.se/bug/?i=949 [7] = https://curl.haxx.se/bug/?i=952 [8] = https://curl.haxx.se/mail/lib-2016-08/0076.html + [9] = https://curl.haxx.se/bug/?i=956 + [10] = https://curl.haxx.se/bug/?i=959 + [11] = https://curl.haxx.se/bug/?i=962 + [12] = https://curl.haxx.se/bug/?i=944 |