瀏覽代碼

Updated for 1.4.1

Tatsuhiro Tsujikawa 16 年之前
父節點
當前提交
23d04f0cc3
共有 1 個文件被更改,包括 25 次插入0 次删除
  1. 25 0
      NEWS

+ 25 - 0
NEWS

@@ -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
 ===========