Skip to content

aria2 1.22.0

Compare
Choose a tag to compare
@tatsuhiro-t tatsuhiro-t released this 15 Apr 14:19
· 581 commits to master since this release
release-1.22.0

Release Note

This release adds new feature that manages the number of concurrent
downloads dynamically. --stream-piece-selector option gets new value
"random" which randomizes the piece selection for HTTP/FTP downloads.
This effectively randomizes the order of files on multi-file Web
Seeding. Now all contributor's names are in AUTHORS file.
Previously, aria2 shows error when it sees floating point number in a
torrent file because torrent file specification does not allow
floating point number. In this release, they are just ignored, and
aria2 continues to parse the rest of the torrent file as if there is
nothing wrong.

Changes

  • Add description about possible fragmentation with
    --file-allocation=trunc

  • Make single-entry metalink download with multi-file torrent work

  • Add all contributor's names in AUTHORS

  • Ignore floating number in torrent file

  • Added support for a dynamic management of the number of concurrent
    downloads as a function of the overall bandwidth observed

    This change adds --optimize-concurrent-downloads option.

    Patch from oliviercommelarbre

  • Add --stream-piece-selector=random