Link [ pkgsrc | NetBSD | pkgsrc git mirror | PR fulltext-search | netbsd commit viewer ]


   
        usage: [branch:branch] [user:user] [path[@revision]] keyword [... [-excludekeyword [...]]] (e.g. branch:MAIN pkgtools/pkg)




switch to index mode

recent branches: MAIN (7h)  pkgsrc-2024Q1 (9d)  pkgsrc-2023Q4 (56d)  pkgsrc-2023Q2 (88d)  pkgsrc-2023Q3 (168d) 

2024-05-27 03:33:28 UTC Now

2008-07-15 02:02:50 UTC MAIN commitmail json YAML

Update to version 0.14.0+1.  This release brings us myriad bug fixes
plus some new features.

==========================================================================

Changes:
aria2-0.14.0+1

* Fixed the code that refers static member variable from
  non-static context.

Notes:
This release adds epoll support for linux and the ability to
limiting the number of files to be opened to support more than
1024 files in multi file torrent.
Several bugs in BitTorrent downloads are fixed.
From this release, aria2 downloads a file using 5 connections
in HTTP/FTP by default and the behavior of -s option has
changed. See the project web page for more details.

Changes:
aria2-0.14.0

* Changed -s options behavior. Now it means the number of connections
  made simultaneously in each http/ftp download.  If 1 URL is specified,
  the behavior is the same with old implementation.  If -s N is given
  and more than N URLs are specified, first N URLs are used and
  remaining URLs are used for backup. If less than N URLs are specified,
  some of URLs are used more than once so that totally N connections are
  made simultaneously.
* Changed default value of -s option from 1 to 5.
  Also max value of -s option is changed from 5 to 16.
* Reduced CPU usage on high load.
* Added epoll support.
* Fixed compile error on debian etch. BUG#1980766
* Added --bt-request-peer-speed-limit=SPEED option.
  In BitTorrent downloads, if the download speed is lower than SPEED,
  aria2 initiates and accepts connections ignoring max peer cap.
* Reduced read operation for hash calculation.
* Fixed the bug that aria2 cannot respond bttrack's nat check properly.
* Fixed the bug that HTTP downloads don't start with old libraries.
* Fixed the bug that aria2 aborts when a path to a directory is given in
  command-line.
* Added --bt-max-open-files option, which specifies maximum number of
  files toopen in each BitTorrent download. REQUEST#1811507

* Create only requested files and files which shares a piece with
  requested file in multi-torrent downloads. Directory structures are
  also created in the same rule.
* When there is not enough space in disk, aria2 prints error in the
  console and cancels that download. BUG#1640332

(bjs)