aria2/NEWS

38 lines
1.2 KiB
Plaintext
Raw Normal View History

2016-04-15 13:05:45 +00:00
aria2 1.22.0
2015-12-05 13:24:49 +00:00
============
Release Note
------------
2016-04-15 13:05:45 +00:00
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.
2015-12-05 13:24:49 +00:00
Changes
-------
2016-04-15 13:05:45 +00:00
* Add description about possible fragmentation with
--file-allocation=trunc
2015-12-05 13:24:49 +00:00
2016-04-15 13:05:45 +00:00
* Make single-entry metalink download with multi-file torrent work
2015-12-05 13:24:49 +00:00
2016-04-15 13:05:45 +00:00
* Add all contributor's names in AUTHORS
2015-12-05 13:24:49 +00:00
2016-04-15 13:05:45 +00:00
* Ignore floating number in torrent file
2015-12-05 13:24:49 +00:00
2016-04-15 13:05:45 +00:00
* Added support for a dynamic management of the number of concurrent
downloads as a function of the overall bandwidth observed
2015-12-05 13:24:49 +00:00
2016-04-15 13:05:45 +00:00
This change adds --optimize-concurrent-downloads option.
2015-12-05 13:24:49 +00:00
2016-04-15 13:05:45 +00:00
Patch from oliviercommelarbre
2015-12-05 13:24:49 +00:00
2016-04-15 13:05:45 +00:00
* Add --stream-piece-selector=random