]> git.ipfire.org Git - thirdparty/curl.git/commitdiff
ROADMAP: remove old entries
authorDaniel Stenberg <daniel@haxx.se>
Mon, 11 May 2020 08:12:04 +0000 (10:12 +0200)
committerDaniel Stenberg <daniel@haxx.se>
Mon, 11 May 2020 08:12:04 +0000 (10:12 +0200)
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

index 7bd07196ffb8f30b7b94dd840e396d7ef4264ddb..dae72a917954d0fb9180eac798db80a9679fa424 100644 (file)
@@ -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.