mirror of
https://github.com/moparisthebest/curl
synced 2024-12-23 16:48:49 -05:00
RELEASE-NOTES/THANKS: synced with cc1d4c505
This commit is contained in:
parent
cc1d4c505e
commit
cb281f9df0
@ -2,9 +2,9 @@ Curl and libcurl 7.59.0
|
|||||||
|
|
||||||
Public curl releases: 173
|
Public curl releases: 173
|
||||||
Command line options: 213
|
Command line options: 213
|
||||||
curl_easy_setopt() options: 251
|
curl_easy_setopt() options: 253
|
||||||
Public functions in libcurl: 74
|
Public functions in libcurl: 74
|
||||||
Contributors: 1698
|
Contributors: 1700
|
||||||
|
|
||||||
This release includes the following changes:
|
This release includes the following changes:
|
||||||
|
|
||||||
@ -13,6 +13,7 @@ This release includes the following changes:
|
|||||||
o CURLOPT_RESOLVE: Add support for multiple IP addresses per entry [37]
|
o CURLOPT_RESOLVE: Add support for multiple IP addresses per entry [37]
|
||||||
o Add option CURLOPT_HAPPY_EYEBALLS_TIMEOUT_MS [37]
|
o Add option CURLOPT_HAPPY_EYEBALLS_TIMEOUT_MS [37]
|
||||||
o Add new tool option --happy-eyeballs-timeout-ms [37]
|
o Add new tool option --happy-eyeballs-timeout-ms [37]
|
||||||
|
o Add CURLOPT_RESOLVER_START_FUNCTION and CURLOPT_RESOLVER_START_DATA [39]
|
||||||
|
|
||||||
This release includes the following bugfixes:
|
This release includes the following bugfixes:
|
||||||
|
|
||||||
@ -67,6 +68,21 @@ This release includes the following bugfixes:
|
|||||||
o curl --version: show PSL if the run-time lib has it enabled
|
o curl --version: show PSL if the run-time lib has it enabled
|
||||||
o examples/sftpuploadresume: resume upload via CURLOPT_APPEND [36]
|
o examples/sftpuploadresume: resume upload via CURLOPT_APPEND [36]
|
||||||
o Return error if called recursively from within callbacks [38]
|
o Return error if called recursively from within callbacks [38]
|
||||||
|
o sasl: prefer PLAIN mechanism over LOGIN
|
||||||
|
o winbuild: Use CALL to run batch scripts [40]
|
||||||
|
o curl_share_setopt.3: connection cache is shared within multi handles
|
||||||
|
o winbuild: Use macros for the names of some build utilities [41]
|
||||||
|
o projects/README: remove reference to dead IDN link/package [42]
|
||||||
|
o lib655: silence compiler warning [43]
|
||||||
|
o configure: Fix version check for OpenSSL 1.1.1
|
||||||
|
o docs/MANUAL: formfind.pl is not accessible on the site anymore [44]
|
||||||
|
o unit1309: fix warning on Windows x64 [45]
|
||||||
|
o unit1307: proper cleanup on OOM to fix torture tests
|
||||||
|
o curl_ctype: fix macro redefinition warnings
|
||||||
|
o build: get CFLAGS (including -werror) used for examples and tests [46]
|
||||||
|
o NO_PROXY: fix for IPv6 numericals in the URL [47]
|
||||||
|
o krb5: use nondeprecated functions [48]
|
||||||
|
o winbuild: prefer documented zlib library names [49]
|
||||||
|
|
||||||
This release includes the following known bugs:
|
This release includes the following known bugs:
|
||||||
|
|
||||||
@ -76,14 +92,15 @@ This release would not have looked like this without help, code, reports and
|
|||||||
advice from friends like these:
|
advice from friends like these:
|
||||||
|
|
||||||
Adam Marcionek, Alessandro Ghedini, Anders Bakken, Ben Greear,
|
Adam Marcionek, Alessandro Ghedini, Anders Bakken, Ben Greear,
|
||||||
Björn Stenberg, Bruno Grasselli, Dair Grant, Daniel Stenberg,
|
Björn Stenberg, Bruno Grasselli, Dair Grant, Dan Fandrich, Daniel Stenberg,
|
||||||
Douglas Mencken, Earnestly on github, Erik Johansson, Gisle Vanem,
|
Douglas Mencken, Earnestly on github, Erik Johansson, Francisco Sedano,
|
||||||
Guido Berhoerster, Henry Roeland, Kamil Dudka, Klaus Stein, Marcel Raad,
|
Gisle Vanem, Guido Berhoerster, Henry Roeland, Kamil Dudka, Klaus Stein,
|
||||||
Martin Dreher, Max Dymond, Michael Kaufmann, Michał Janiszewski,
|
Marcel Raad, Martin Dreher, Max Dymond, Michael Kaufmann, Michał Janiszewski,
|
||||||
Mohammad AlSaleh, Patrick Monnerat, Patrick Schlangen, Ray Satiro,
|
Mohammad AlSaleh, Patrick Monnerat, Patrick Schlangen, Ray Satiro,
|
||||||
Rich Moore, Ruurd Beerstra, Sergio Borghese, Somnath Kundu, Steve Holme,
|
Richard Alcock, Richard Moore, Rod Widdowson, Ruurd Beerstra,
|
||||||
Travis Burtrum,
|
Sergio Borghese, Somnath Kundu, steelman on github, Stefan Kanthak,
|
||||||
(31 contributors)
|
Steve Holme, Travis Burtrum, Viktor Szakáts,
|
||||||
|
(38 contributors)
|
||||||
|
|
||||||
Thanks! (and sorry if I forgot to mention someone)
|
Thanks! (and sorry if I forgot to mention someone)
|
||||||
|
|
||||||
@ -127,3 +144,14 @@ References to bug reports and discussions on issues:
|
|||||||
[36] = https://curl.haxx.se/mail/lib-2018-02/0072.html
|
[36] = https://curl.haxx.se/mail/lib-2018-02/0072.html
|
||||||
[37] = https://curl.haxx.se/bug/?i=2260
|
[37] = https://curl.haxx.se/bug/?i=2260
|
||||||
[38] = https://curl.haxx.se/bug/?i=2302
|
[38] = https://curl.haxx.se/bug/?i=2302
|
||||||
|
[39] = https://curl.haxx.se/bug/?i=2311
|
||||||
|
[40] = https://curl.haxx.se/bug/?i=2330
|
||||||
|
[41] = https://curl.haxx.se/bug/?i=2329
|
||||||
|
[42] = https://curl.haxx.se/bug/?i=2325
|
||||||
|
[43] = https://curl.haxx.se/bug/?i=2335
|
||||||
|
[44] = https://curl.haxx.se/bug/?i=2342
|
||||||
|
[45] = https://curl.haxx.se/bug/?i=2341
|
||||||
|
[46] = https://curl.haxx.se/bug/?i=2337
|
||||||
|
[47] = https://curl.haxx.se/bug/?i=2353
|
||||||
|
[48] = https://curl.haxx.se/bug/?i=2356
|
||||||
|
[49] = https://curl.haxx.se/bug/?i=2354
|
||||||
|
15
docs/THANKS
15
docs/THANKS
@ -13,6 +13,7 @@ Abram Pousada
|
|||||||
Adam D. Moss
|
Adam D. Moss
|
||||||
Adam Langley
|
Adam Langley
|
||||||
Adam Light
|
Adam Light
|
||||||
|
Adam Marcionek
|
||||||
Adam Piggott
|
Adam Piggott
|
||||||
Adam Sampson
|
Adam Sampson
|
||||||
Adam Tkac
|
Adam Tkac
|
||||||
@ -216,6 +217,7 @@ Brock Noland
|
|||||||
Bru Rom
|
Bru Rom
|
||||||
Bruce Mitchener
|
Bruce Mitchener
|
||||||
Bruce Stephens
|
Bruce Stephens
|
||||||
|
Bruno Grasselli
|
||||||
Bruno Thomsen
|
Bruno Thomsen
|
||||||
Bruno de Carvalho
|
Bruno de Carvalho
|
||||||
Bryan Henderson
|
Bryan Henderson
|
||||||
@ -299,6 +301,7 @@ D. Flinkmann
|
|||||||
Da-Yoon Chung
|
Da-Yoon Chung
|
||||||
Dag Ekengren
|
Dag Ekengren
|
||||||
Dagobert Michelsen
|
Dagobert Michelsen
|
||||||
|
Dair Grant
|
||||||
Dambaev Alexander
|
Dambaev Alexander
|
||||||
Damian Dixon
|
Damian Dixon
|
||||||
Damien Adant
|
Damien Adant
|
||||||
@ -423,6 +426,7 @@ Doug Porter
|
|||||||
Douglas Creager
|
Douglas Creager
|
||||||
Douglas E. Wegscheid
|
Douglas E. Wegscheid
|
||||||
Douglas Kilpatrick
|
Douglas Kilpatrick
|
||||||
|
Douglas Mencken
|
||||||
Douglas R. Horner
|
Douglas R. Horner
|
||||||
Douglas Steinwand
|
Douglas Steinwand
|
||||||
Dov Murik
|
Dov Murik
|
||||||
@ -436,6 +440,7 @@ Dylan Ellicott
|
|||||||
Dylan Salisbury
|
Dylan Salisbury
|
||||||
Dániel Bakai
|
Dániel Bakai
|
||||||
Early Ehlinger
|
Early Ehlinger
|
||||||
|
Earnestly on github
|
||||||
Ebenezer Ikonne
|
Ebenezer Ikonne
|
||||||
Ed Morley
|
Ed Morley
|
||||||
Edin Kadribasic
|
Edin Kadribasic
|
||||||
@ -507,6 +512,7 @@ Florian Weimer
|
|||||||
Florin Petriuc
|
Florin Petriuc
|
||||||
Forrest Cahoon
|
Forrest Cahoon
|
||||||
Francisco Moraes
|
Francisco Moraes
|
||||||
|
Francisco Sedano
|
||||||
Francois Petitjean
|
Francois Petitjean
|
||||||
Frank Denis
|
Frank Denis
|
||||||
Frank Gevaerts
|
Frank Gevaerts
|
||||||
@ -608,6 +614,7 @@ Hendrik Visage
|
|||||||
Henrik Gaßmann
|
Henrik Gaßmann
|
||||||
Henrik Storner
|
Henrik Storner
|
||||||
Henry Ludemann
|
Henry Ludemann
|
||||||
|
Henry Roeland
|
||||||
Herve Amblard
|
Herve Amblard
|
||||||
Hidemoto Nakada
|
Hidemoto Nakada
|
||||||
Ho-chi Chen
|
Ho-chi Chen
|
||||||
@ -860,6 +867,7 @@ Kim Vandry
|
|||||||
Kimmo Kinnunen
|
Kimmo Kinnunen
|
||||||
Kjell Ericson
|
Kjell Ericson
|
||||||
Kjetil Jacobsen
|
Kjetil Jacobsen
|
||||||
|
Klaus Stein
|
||||||
Klevtsov Vadim
|
Klevtsov Vadim
|
||||||
Konstantin Isakov
|
Konstantin Isakov
|
||||||
Kris Kennaway
|
Kris Kennaway
|
||||||
@ -986,6 +994,7 @@ Marquis de Muesli
|
|||||||
Martijn Koster
|
Martijn Koster
|
||||||
Martin C. Martin
|
Martin C. Martin
|
||||||
Martin Drasar
|
Martin Drasar
|
||||||
|
Martin Dreher
|
||||||
Martin Frodl
|
Martin Frodl
|
||||||
Martin Galvan
|
Martin Galvan
|
||||||
Martin Hager
|
Martin Hager
|
||||||
@ -1056,6 +1065,7 @@ Michal Bonino
|
|||||||
Michal Marek
|
Michal Marek
|
||||||
Michał Fita
|
Michał Fita
|
||||||
Michał Górny
|
Michał Górny
|
||||||
|
Michał Janiszewski
|
||||||
Michał Kowalczyk
|
Michał Kowalczyk
|
||||||
Michał Piechowski
|
Michał Piechowski
|
||||||
Michel Promonet
|
Michel Promonet
|
||||||
@ -1166,6 +1176,7 @@ Patrick Dawson
|
|||||||
Patrick McManus
|
Patrick McManus
|
||||||
Patrick Monnerat
|
Patrick Monnerat
|
||||||
Patrick Rapin
|
Patrick Rapin
|
||||||
|
Patrick Schlangen
|
||||||
Patrick Scott
|
Patrick Scott
|
||||||
Patrick Smith
|
Patrick Smith
|
||||||
Patrick Watson
|
Patrick Watson
|
||||||
@ -1354,6 +1365,7 @@ Roy Shan
|
|||||||
Rune Kleveland
|
Rune Kleveland
|
||||||
Ruslan Gazizov
|
Ruslan Gazizov
|
||||||
Rutger Hofman
|
Rutger Hofman
|
||||||
|
Ruurd Beerstra
|
||||||
Ryan Braud
|
Ryan Braud
|
||||||
Ryan Chan
|
Ryan Chan
|
||||||
Ryan Nelson
|
Ryan Nelson
|
||||||
@ -1401,6 +1413,7 @@ Sergei Nikulov
|
|||||||
Sergey Tatarincev
|
Sergey Tatarincev
|
||||||
Sergii Pylypenko
|
Sergii Pylypenko
|
||||||
Sergio Ballestrero
|
Sergio Ballestrero
|
||||||
|
Sergio Borghese
|
||||||
Serj Kalichev
|
Serj Kalichev
|
||||||
Seshubabu Pasam
|
Seshubabu Pasam
|
||||||
Seth Mos
|
Seth Mos
|
||||||
@ -1421,6 +1434,7 @@ Simon H.
|
|||||||
Simon Josefsson
|
Simon Josefsson
|
||||||
Simon Liu
|
Simon Liu
|
||||||
Simon Warta
|
Simon Warta
|
||||||
|
Somnath Kundu
|
||||||
Song Ma
|
Song Ma
|
||||||
Sonia Subramanian
|
Sonia Subramanian
|
||||||
Spacen Jasset
|
Spacen Jasset
|
||||||
@ -1677,6 +1691,7 @@ omau on github
|
|||||||
ovidiu-benea on github
|
ovidiu-benea on github
|
||||||
paulharris on github
|
paulharris on github
|
||||||
silveja1 on github
|
silveja1 on github
|
||||||
|
steelman on github
|
||||||
stootill on github
|
stootill on github
|
||||||
swalkaus at yahoo.com
|
swalkaus at yahoo.com
|
||||||
tarek112 on github
|
tarek112 on github
|
||||||
|
Loading…
Reference in New Issue
Block a user