This release fixes the bug that causes memory leak when parsing
Metalink document if aria2 is built with expat. It also add several
exit status codes to help identify the cause of error.
--max-connection-per-server option now works with Metalink. aria2 now
passes number of files and file path in addition to gid to command
specified in --on-download-* options. MinGW32 build now encodes
non-ASCII characters in file path using percent-encoding. With this
release, bash_completion file for aria2c is included in the
distribution. See doc/bash_completion directory in the archive.
このリリースでは, expat ライブラリを使ってコンパイルしたビルドで Metalink ドキュメントをパースするとメモリーリークが発生するバグを修正しました.
エラー原因の特定を容易にするため, 終了ステータスコードを拡充しました.
--max-connection-per-server オプションが Metalink ダウンロードで有効になりました.
--on-download-* オプションで指定したコマンドに渡す引数にを, ファイル数とファイルパスを追加しました.
MinGW32 ビルドでは, ファイルパス中の非 ASCII 文字をパーセントエンコードするようにしました.
aria2c 用の bash_completion ファイルをアーカイブに同梱しました. doc/bash_completion を見てください.