* Updated Russian translation. Thanks to the translators.
* Added --use-head option to toggle whether HEAD method should be used
in the first HTTP request. By default aria2 uses HEAD method as the
first request. If the server doesn't recognize HEAD, then give aria2
--use-head=false to force aria2 to use GET method instead.
* Fixed the bug that BitTorrent download doesn't finish when REJECT
message is received before CHOKE message. The old implementation
doesn't clear the use-bit of the piece when recieved REJECT message.
* ロシア語の翻訳を更新しました. 翻訳者の方に感謝.
* --use-head オプションを追加しました. 最初の HTTP リクエストで
HEAD を使うかどうかを指定できるオプションです. デフォルトでは
aria2 は HEAD メソッドを使います. HEAD メソッドを理解しないサー
バーに対しては, --use-head=false と指定することで HEAD ではなく
GET メソッドを終始使用するようになります.
* REJECT メッセージを CHOKE メッセージよりも先に受け取った場合, BitTorrent ダウンロードが
終了しないバグを修正しました. 従来の実装では, REJECT メッセージを受け取ったときにピースの
use-bit をクリアしていませんでした.