From eed30a310132809fefa60c764b537520ff77f43c Mon Sep 17 00:00:00 2001 From: Daniel Stenberg Date: Mon, 11 May 2020 10:12:04 +0200 Subject: ROADMAP: remove old entries MQTT - the start has already landed tiny-curl - also mostly landed and is a continuous work make menuconfig - basically no interest from users, not pushing there --- docs/ROADMAP.md | 20 -------------------- 1 file changed, 20 deletions(-) (limited to 'docs') diff --git a/docs/ROADMAP.md b/docs/ROADMAP.md index 7bd07196f..dae72a917 100644 --- a/docs/ROADMAP.md +++ b/docs/ROADMAP.md @@ -34,19 +34,6 @@ thread-safe `curl_global_init()` it can be thread-safe if built with thread-safe 3rd party libraries. (probably can't include `curl_global_init_mem()` for obvious reasons) -tiny-curl ---------- - - There's no immediate action for this but users seem keen on being able to - building custom minimized versions of libcurl for their products. Make sure - new features that are "niche" can still be disabled at build-time. - -MQTT ----- - - Support receiving and sending MQTT messages. Initial work exists in - https://github.com/curl/curl/pull/3514 - Hardcode “localhost” -------------------- @@ -54,10 +41,3 @@ Hardcode “localhost” and actually responds with something else than a local address. Some operating systems already do this. Also: https://tools.ietf.org/html/draft-ietf-dnsop-let-localhost-be-localhost-02 - -"menu config"-style build feature selection -------------------------------------------- - - Allow easier building of custom libcurl versions with only a selected feature - where the available features are easily browsable and toggle-able ON/OFF or - similar. -- cgit v1.2.3