Skip to content

Commit

Permalink
doc: Remove documented v3 roadmap items
Browse files Browse the repository at this point in the history
- Metalink:
  <#225>
- .netrc support:
  <#116>

Signed-off-by: Ismael Luceno <[email protected]>
  • Loading branch information
ismaell committed Jul 18, 2019
1 parent e1d6025 commit c5c83e6
Showing 1 changed file with 0 additions and 9 deletions.
9 changes: 0 additions & 9 deletions doc/ROADMAP
Original file line number Diff line number Diff line change
Expand Up @@ -13,15 +13,6 @@ z: Bug fixed
Features
========

* HTTP authentication (#310785)
This is actually already implemented and should be documented. Using -H is possible, too.

* Metalink (#310625)
Basic Metalink support should not be that difficult. However, it will only be compiled if METALINK is defined. Metalink support will require libxml2. As libmetalink is currently unusable for us (private symbols), we'll implement the format ourselves.

* .netrc (#310635)
There are lots of GPLed implementations flying around. To minimize code size, it shouldn't be compiled in by default if the code exceeds a couple of bytes. Anyway, it's just one call from Axel's point of view.

* Prevent connection to same server (#310638)
See tcp.c below for the implementation (aside from a flag in the configuration and a cli flag).

Expand Down

0 comments on commit c5c83e6

Please sign in to comment.