Updated for 1.4.1

pull/1/head
Tatsuhiro Tsujikawa 2009-06-07 08:24:05 +00:00
parent 1ef8ea3263
commit 23d04f0cc3
1 changed files with 25 additions and 0 deletions

25
NEWS
View File

@ -1,3 +1,28 @@
aria2 1.4.1
===========
Release Note
------------
This release fixes the compile error without the development package
of c-ares library installed. The compile error under MinGW was fixed.
aria2.tellStatus XML-RPC method now returns "uploadLength" and
"numSeeders". Ukrainian translation was updated.
Changes
-------
* Documented missing seeder in getPeers xml-rpc method.
* Added uploadLength and numSeeders to the response of tellStatus
xml-rpc method.
* Added missing #ifdef ENABLE_ASYNC_DNS guard.
* Added fork() emulation using CreateProcess() in MinGW
aria2 1.4.0
===========