This release fixes the bug that aria2 hangs when FTP server does not
send '226 Transfer Complete' message and the bug that the time used in
file allocation is taken into account when calculating download speed.
Non UTF-8 filenames are now percent-encoded. The comments and name in
.torrent file in XML-RPC response are also percent-encoded if they are
not UTF-8. Compile error on OpenBSD4.7(i386) was fixed. A warning
message when CA certificates are not imported is not printed in
console. It is shown when certificate verification error is actually
occurred.
Please note that since 1.10.0 release, aria2 uses 1 connection per
host by default and has 20MiB segment size restriction. So whatever
value you specify using -s option, it uses 1 connection per host. To
make it behave like 1.9.x, use -x16 -k1M (see
--max-connection-per-server and --min-split-size option in man
page). If you specify multiple hosts, aria2 will use all of them and
open multiple connections.
このリリースでは, FTP サーバーが '226 Transfer Complete' メッセージを送信しない場合に aria2 が停止するバグを修正しました.
また, ファイルをディスクに確保する時間がダウンロード速度の計算に加味されるため, 特に --lowest-speed-limit オプションが誤動作するバグを修正しました.
UTF-8 以外のファイル名はパーセントエンコードするようになりました.
.torrent ファイル内の comment と name を XML-RPC の応答で返すときに, それらが UTF-8 以外の場合, パーセントエンコードして返すようになりました.
OpenBSD4.7(i386) でコンパイルできるようになりました.
CA 証明書がインポートされていない旨の警告を表示しないようにしました.
それらは証明書検証に失敗して初めて表示されるようになりました.
1.10.0 リリースから, 初期設定で aria2 は 1 ホストに対し 1 個のコネクションのみを確立するようになり, また, 20MiB のセグメントサイズ制限を導入しました. これは -s オプションにどんな値を設定しても, 1 ホストに対し, 1 コネクションしか接続を確立しないということです. aria2 を 1.9.x 時代のように振る舞うようにするには, -x16 -k1M (--max-connection-per-server, --min-split-size を man ページで見てください) オプションを使います. 複数のホストを指定した場合は, aria2 はそれら全部使い複数のコネクションを確立します.