All releases of aria2


Release Notes: This release fixes the bug that prevents the --checksum option from working correctly. It also fixes the bug where a log file was not created if a warn level log was created before the log file was opened. Now aria2 doesn't assume the download has completed just because file size matched. The old behavior is problematic, because aria2 just assumes the download is completed, but in reality it is not.


Release Notes: This release adds many available options to aria2.changeOption and aria2.changeGlobalOption RPC methods. IPv6 literal address is now supported in the proxy options. The --metalink-server option is now deprecated, and the --split option should be used instead. In this release, --metalink-server is an alias of --split. The format ETA in console readout is changed slightly. The option --stop-with-process has been added.


Release Notes: This release fixes a libgcrypt version checking error. Several commandline options have been added. aria2 now returns an error response if an RPC request parameter has the wrong type. For the MinGW32 build, Unicode filename support has been added. aria2 now uses libnettle and libgmp by default instead of libgcrypt. If you want to use libgcrypt, use the configure options --without-libnettle and --with-libgcrypt.


Release Notes: This release adds RFC 6249 Metalink/HTTP support. The current implementation only uses rel=duplicate links. The --enable-direct-io option was deprecated because of a performance issue. Since recent GnuTLS uses libnettle by default instead of libgcrypt, this release added initialization code for libgcrypt.


Release Notes: This release adds a --pause option that makes the download paused state immediately when added. If --save-session is used, aria2 will save a download paused with the --pause option. The aria2.getGlobalStat RPC method was added. It returns global statistics such as overall download speed. This release also fixes the bug where an RPC request fails if it is compressed. aria2 will no longer save a removed download in the --save-session text file. --file-allocation=falloc now works in the MinGW32 build. This only works with NTFS. A Russian translation of the man page and HTML manual was added.


Release Notes: This release adds the ability to handle metalink files that contain relative URIs in the metalink:url and metalink:metaurl elements. The username and password specified on the command-line are now masked with "*" immediately after they are parsed, so that a ps listing cannot show username and password. In XML-RPC, aria2 now treats data without a data type tag as a string. In the MinGW32 build, cmd.exe is specified explicitly to run .bat files.


Release Notes: This release fixes the bug that aria2 does not work on platforms that have the kqueue() system call due to invalid timeout parameter. The --show-console-readout option was added. This option toggles the appearance of console readout.


Release Notes: This release adds a JSON-RPC interface. 2 new options were added: --retry-wait and --async-dns-server. This release fixes the bug that caused a segmentation fault when unpausing downloads in some situations. The MinGW32 build now looks for USERPROFILE and the combination of HOMEDRIVE and HOMEPATH to get a user's home directory, and doesn't check the permissions of the .netrc file.


Release Notes: This release fixes the bug that prevents the creation of directories on Windows OS. It also fixes the bug in which aria2 wrongly determines a peer as a seeder and drops connection in the seed state. Some improvements and bug fixes in the BitTorrent implementation were made.


Release Notes: This release fixes the compile error that occurs with the --disable-nls configure option. It also fixes the compile error that occurs when the system does not have fallocate() but has posix_fallocate().