NEWS 1.2 KB

12345678910111213141516171819202122232425262728293031323334353637
  1. aria2 1.22.0
  2. ============
  3. Release Note
  4. ------------
  5. This release adds new feature that manages the number of concurrent
  6. downloads dynamically. --stream-piece-selector option gets new value
  7. "random" which randomizes the piece selection for HTTP/FTP downloads.
  8. This effectively randomizes the order of files on multi-file Web
  9. Seeding. Now all contributor's names are in AUTHORS file.
  10. Previously, aria2 shows error when it sees floating point number in a
  11. torrent file because torrent file specification does not allow
  12. floating point number. In this release, they are just ignored, and
  13. aria2 continues to parse the rest of the torrent file as if there is
  14. nothing wrong.
  15. Changes
  16. -------
  17. * Add description about possible fragmentation with
  18. --file-allocation=trunc
  19. * Make single-entry metalink download with multi-file torrent work
  20. * Add all contributor's names in AUTHORS
  21. * Ignore floating number in torrent file
  22. * Added support for a dynamic management of the number of concurrent
  23. downloads as a function of the overall bandwidth observed
  24. This change adds --optimize-concurrent-downloads option.
  25. Patch from oliviercommelarbre
  26. * Add --stream-piece-selector=random