summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDaniel Stenberg <daniel@haxx.se>2018-11-09 13:05:26 +0100
committerDaniel Stenberg <daniel@haxx.se>2018-11-09 13:06:25 +0100
commit0f3aad62c4b9fa33ef79a79653b83e03b5d5cba5 (patch)
treed894d854cfd5440c90b4f83bebd3dea2fd5f6b00
parentf859b05c6686b2c5a41fd7805f164229b3c6d7c8 (diff)
downloadcurl-bagder/HISTORY.tar.gz
HISTORY: add some milestonesbagder/HISTORY
Added a few of the more notable milestones in curl history that were missing. Primarily more recent ones but I also noted some older that could be worth mentioning. [ci skip]
-rw-r--r--docs/HISTORY.md51
1 files changed, 51 insertions, 0 deletions
diff --git a/docs/HISTORY.md b/docs/HISTORY.md
index a84ad8f1b..f26e5d3c1 100644
--- a/docs/HISTORY.md
+++ b/docs/HISTORY.md
@@ -247,6 +247,13 @@ August:
Gopher support added (re-added actually, see January 2006)
+2011
+----
+
+February: added suport for the axTLS backend
+
+April: added the cyassl backend (later renamed to WolfSSL)
+
2012
----
@@ -276,11 +283,24 @@ August:
September: Web site had 245,000 unique visitors and served 236GB data
+2015
+----
+
+ June: support for multiplexing with HTTP/2
+
+ August: support for HTTP/2 server push
+
+ December: Public Suffix List
+
2016
----
+ January: the curl tool defaults to HTTP/2 for HTTPS URLs
+
December: curl 7.52.0 introduced support for HTTPS-proxy!
+ First TLS 1.3 support
+
2017
----
@@ -293,3 +313,34 @@ August:
curl_easy_setopt() options: 249
Public functions in libcurl: 74
Contributors: 1609
+
+ October: SSLKEYLOGFILE support, new MIME API
+
+ November: brotli
+
+2018
+----
+
+ January: new SSH backend powered by libssh
+
+ March: starting with the 1803 release of Windows 10, curl is shipped bundled
+ with Microsoft's operating system.
+
+ July: curl shows headers using bold type face
+
+ October: added DNS-over-HTTPS (DoH) and the URL API
+
+ MesaLink is a new supported TLS backend
+
+ libcurl now does HTTP/2 (and multiplexing) by default on HTTPS URLs
+
+ curl and libcurl are installed in an estimated 5 *billion* instances
+ world-wide.
+
+ October 31: Curl and libcurl 7.62.0
+
+ Public curl releases: 177
+ Command line options: 219
+ curl_easy_setopt() options: 261
+ Public functions in libcurl: 80
+ Contributors: 1808