summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDaniel Stenberg <daniel@haxx.se>2018-02-21 00:15:34 +0100
committerDaniel Stenberg <daniel@haxx.se>2018-02-21 00:18:54 +0100
commit7b71b5150b3bdf2ce880a72c8a329995ca059d58 (patch)
treeb413a48fd7e03ac24c32047d6d91fef6efb79f75
parent2427d94c6d088b13ad971bb3cee5b7de42b37d24 (diff)
downloadcurl-7b71b5150b3bdf2ce880a72c8a329995ca059d58.tar.gz
RELEASE-NOTES: synced with 2427d94c6
-rw-r--r--RELEASE-NOTES45
-rw-r--r--docs/THANKS-filter1
2 files changed, 37 insertions, 9 deletions
diff --git a/RELEASE-NOTES b/RELEASE-NOTES
index f910faf47..5a26b73bb 100644
--- a/RELEASE-NOTES
+++ b/RELEASE-NOTES
@@ -1,15 +1,18 @@
Curl and libcurl 7.59.0
Public curl releases: 173
- Command line options: 212
- curl_easy_setopt() options: 250
+ Command line options: 213
+ curl_easy_setopt() options: 251
Public functions in libcurl: 74
- Contributors: 1685
+ Contributors: 1698
This release includes the following changes:
o curl: add --proxy-pinnedpubkey [10]
o added: CURLOPT_TIMEVALUE_LARGE and CURLINFO_FILETIME_T [13]
+ o CURLOPT_RESOLVE: Add support for multiple IP addresses per entry [37]
+ o Add option CURLOPT_HAPPY_EYEBALLS_TIMEOUT [37]
+ o Add new tool option --happy-eyeballs-timeout-ms [37]
This release includes the following bugfixes:
@@ -51,6 +54,19 @@ This release includes the following bugfixes:
o smtp: fix processing of initial dot in data [28]
o --tlsauthtype: works only if libcurl is built with TLS-SRP support [29]
o tests: new tests for http raw mode [30]
+ o libcurl-security.3: man page discussion security concerns when using libcurl
+ o curl_gssapi: make sure this file too uses our *printf()
+ o BINDINGS: fix curb link (and remove ruby-curl-multi)
+ o nss: use PK11_CreateManagedGenericObject() if available [31]
+ o travis: add build with iconv enabled [32]
+ o ssh: add two missing state names [33]
+ o CURLOPT_HEADERFUNCTION.3: mention folded headers
+ o http: fix the max header length detection logic [34]
+ o header callback: don't chop headers into smaller pieces [35]
+ o CURLOPT_HEADER.3: clarify problems with different data sizes
+ o curl --version: show PSL if the run-time lib has it enabled
+ o examples/sftpuploadresume: resume upload via CURLOPT_APPEND [36]
+ o Return error if called recursively from within callbacks [38]
This release includes the following known bugs:
@@ -59,12 +75,15 @@ 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 Marcionek, Alessandro Ghedini, Ben Greear, Bruno Grasselli, Dair Grant,
- Daniel Stenberg, Douglas Mencken, Earnestly on github, Gisle Vanem,
- Henry Roeland, Kamil Dudka, Marcel Raad, Martin Dreher, Max Dymond,
- Michael Kaufmann, Michał Janiszewski, Mohammad AlSaleh, Patrick Monnerat,
- Patrick Schlangen, Ray Satiro, Ruurd Beerstra, Steve Holme, Travis Burtrum,
- (23 contributors)
+ Adam Marcionek, Alessandro Ghedini, Anders Bakken, Ben Greear,
+ Björn Stenberg, Bruno Grasselli, Dair Grant, Daniel Stenberg,
+ Douglas Mencken, Earnestly on github, Erik Johansson, Gisle Vanem,
+ Guido Berhoerster, Henry Roeland, Kamil Dudka, Klaus Stein, Marcel Raad,
+ Martin Dreher, Max Dymond, Michael Kaufmann, Michał Janiszewski,
+ Mohammad AlSaleh, Patrick Monnerat, Patrick Schlangen, Ray Satiro,
+ Rich Moore, Ruurd Beerstra, Sergio Borghese, Somnath Kundu, Steve Holme,
+ Travis Burtrum,
+ (31 contributors)
Thanks! (and sorry if I forgot to mention someone)
@@ -100,3 +119,11 @@ References to bug reports and discussions on issues:
[28] = https://curl.haxx.se/bug/?i=2304
[29] = https://bugzilla.redhat.com/1542256
[30] = https://curl.haxx.se/bug/?i=2303
+ [31] = https://bugzilla.redhat.com/1510247
+ [32] = https://curl.haxx.se/bug/?i=1872
+ [33] = https://curl.haxx.se/bug/?i=2312
+ [34] = https://curl.haxx.se/mail/lib-2018-02/0056.html
+ [35] = https://curl.haxx.se/bug/?i=2314
+ [36] = https://curl.haxx.se/mail/lib-2018-02/0072.html
+ [37] = https://curl.haxx.se/bug/?i=2260
+ [38] = https://curl.haxx.se/bug/?i=2302
diff --git a/docs/THANKS-filter b/docs/THANKS-filter
index 4c447be68..0142396b6 100644
--- a/docs/THANKS-filter
+++ b/docs/THANKS-filter
@@ -77,3 +77,4 @@ s/shachaf on github$/Shachaf Ben-Kiki/
s/CarloCannas on github$/Carlo Cannas/
s/Henrik S. Gaßmann$/Henrik Gaßmann/
s/moteus on github/Alexey Melnichuk/
+s/Rich Moore/Richard Moore/