]> granicus.if.org Git - curl/commitdiff
HISTORY: add some milestones
authorDaniel Stenberg <daniel@haxx.se>
Fri, 9 Nov 2018 12:05:26 +0000 (13:05 +0100)
committerDaniel Stenberg <daniel@haxx.se>
Fri, 9 Nov 2018 16:46:05 +0000 (17:46 +0100)
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]
Closes #3257

docs/HISTORY.md

index a84ad8f1b7ec66f9070cccc7dd5dd99b7726683e..30249071adc5c073dd6859bf8bfe6c37436932b2 100644 (file)
@@ -247,6 +247,13 @@ August:
 
  Gopher support added (re-added actually, see January 2006)
 
+2011
+----
+
+February: added support 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