diff options
author | Daniel Stenberg <daniel@haxx.se> | 2019-11-13 10:20:52 +0100 |
---|---|---|
committer | Daniel Stenberg <daniel@haxx.se> | 2019-11-13 10:21:12 +0100 |
commit | 674298d1918ecc7cee45bf6a1f3a88524cb60067 (patch) | |
tree | e3c1764252137fdab18f5f445428c35284e32b04 /docs | |
parent | b3eb7d172aab6c7f423aea2f97c27099d6b65f7a (diff) | |
download | curl-674298d1918ecc7cee45bf6a1f3a88524cb60067.tar.gz |
HISTORY: added cmake, HTTP/3 and parallel downloads with curl
Diffstat (limited to 'docs')
-rw-r--r-- | docs/HISTORY.md | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/docs/HISTORY.md b/docs/HISTORY.md index 30249071a..1e69f043f 100644 --- a/docs/HISTORY.md +++ b/docs/HISTORY.md @@ -218,6 +218,8 @@ November: March: security vulnerability: libcurl Arbitrary File Access +April: added CMake support + August: security vulnerability: libcurl embedded zero in cert name December: Added support for IMAP, POP3 and SMTP @@ -344,3 +346,10 @@ April: added the cyassl backend (later renamed to WolfSSL) curl_easy_setopt() options: 261 Public functions in libcurl: 80 Contributors: 1808 + +2019 +---- + + August: the first HTTP/3 requests with curl. + + September: 7.66.0 is released and the tool offers parallel downloads |