NEWS 12 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310
  1. aria2 1.9.4
  2. ===========
  3. Release Note
  4. ------------
  5. This release fixes the bug that connection reuse on FTP does not work
  6. if FTP server changes root directory based on account. It also fixes
  7. the bug that reading Metalink document from pipe (-M- option) does not
  8. work when aria2 is built with expat or old libxml2(2.7.6 or
  9. earlier). Now aria2 does not emit error if given Metalink document is
  10. empty(no file element). The response of aria2.tellStopped XML-RPC
  11. method now has more information: totalLength, completedLength,
  12. uploadLength, bitfield and so on.
  13. Changes
  14. -------
  15. * Fixed the bug that reading Metalink from pipe fails on older
  16. libxml2. It only accepts "-" as a special keyword to read stdin.
  17. * Added log message when cookies are loaded. Added filename to log
  18. message when serializing session.
  19. * Treat SIGHUP and SIGTERM signal as emergency shutdown because they
  20. are usually issued by system or other process.
  21. * Don't throw exception when Metalink document is empty(no file
  22. element). It is a valid Metalink document anyway.
  23. * Fixed the bug that feeding Metalink XML via pipe (-M- option) does
  24. not work when aria2 is built with expat. Fixed the bug that when
  25. Metalink XML is fed via pipe and --save-session is used, entry
  26. "/dev/stdin" is saved in session file.
  27. * Added totalLength, completedLength, uploadLength, bitfield,
  28. downloadSpeed, uploadSpeed, infoHash, numSeeders, pieceLength,
  29. numPieces, connections and dir to the response of aria2.tellStopped
  30. XML-RPC method. aria2.tellWaiting now always returns numSeeders
  31. for BitTorrent download.
  32. * Fixed the bug that connection pooling does not take into account
  33. proxy. This means that when connection A via proxy X is pooled, it
  34. will be wrongly reused in the download using proxy Y.
  35. * Fixed the bug that FTP download may fail when control connection is
  36. reused. This happens because FTP server can offer different root
  37. directory for different account. If pooled connections has
  38. different root directory, then download will fail.
  39. aria2 1.9.3
  40. ===========
  41. Release Note
  42. ------------
  43. This release fixes the bug that aria2 cuts filename after ';' if
  44. filename in Content-Disposition header includes ';'. It also fixes
  45. the bug that name attribute of file element in Metalink file is not
  46. properly sanitized.
  47. Changes
  48. -------
  49. * Fixed the bug that name attribute of file element in Metalink file
  50. is not properly sanitized.
  51. * Fixed the bug that if filename in Content-Disposition header
  52. includes ';', aria2 cuts filename after ';'.
  53. aria2 1.9.2
  54. ===========
  55. Release Note
  56. ------------
  57. This release adds kqueue, port_associate/port_getn and poll() support
  58. for socket event notification to eliminate 1024 file descriptor
  59. limitation of select() call. The bug that aria2.unpause and
  60. aria2.unpauseAll XML-RPC method fail when -s1 is given in command-line
  61. argument was fixed.
  62. Changes
  63. -------
  64. * Print warning when trying to add file descriptor >= FD_SET or < 0
  65. to fd_set for other than MinGW32 build. For MinGW32 build, print
  66. warning when trying to add file descriptor to fd_set when it
  67. already contains FD_SET file descriptors.
  68. * Defined FD_SETSIZE 1024 for MinGW32.
  69. * Added missing timespec.h to SRCS
  70. * Fixed the bug that aria2.unpause fails with -s1.
  71. * Supported poll, kqueue, port_associate/port_getn for socket event
  72. notification
  73. aria2 1.9.1
  74. ===========
  75. Release Note
  76. ------------
  77. This release adds the ability to save unfinished downloads as text
  78. file. aria2 can read the file with -i option on restart. This
  79. release also adds the ability to download file from scratch when aria2
  80. sees resume is not supported by remote server. This feature is
  81. disabled by default. See --always-resume option for
  82. details. --no-proxy option accepts IPv4 network address with CIDR
  83. block. aria2 now doesn't send "Accept-Encoding: deflate, gzip" by
  84. default. --http-accept-gzip option was added to toggle this behavior.
  85. aria2 now treats lines starting "#" in -i list as comments. Several
  86. XML-RPC methods were added: aria2.pause, aria2.unpause,
  87. aria2.shutdown, and their families. The new exist status code '8' was
  88. added. The bug that makes aria2 hang when system time changes while
  89. aria2 is running was fixed on MinGW32, Mac OS X and the system which
  90. has clock_gettime(). Several other bugs also have been fixed.
  91. Changes
  92. -------
  93. * Updated Ukrainian, Russian, Simplified Chinese, German and Greek
  94. translation. Thanks to all translators.
  95. * Added warning for the system which lacks clock_gettime with
  96. CLOCK_MONOTONIC.
  97. * Fixed the bug that hash check hangs when aria2.pause is issued
  98. while aria2 is checking piece hashes. Fixed the bug that the
  99. download is paused after file allocation completion even if
  100. aria2.pause is issued during file allocation.
  101. * Fixed compile error on opensolaris
  102. * Added aria2.forcePause, aria2.pauseAll, aria2.forcePauseAll and
  103. aria2.unpauseAll XML-RPC method.
  104. * Use clock_gettime(CLOCK_MONOTONIC, ...) if it is available and
  105. usable to prevent from aria2 from being affected by system time
  106. change.
  107. * Added aria2.pause and aria2.unpause XML-RPC method. aria2.pause
  108. pauses the download denoted by gid. gid is of type string. The
  109. status of paused download becomes "paused" and the download is
  110. placed on the first position of waiting queue. As long as the
  111. status is "paused", the download is not started. To change status
  112. to "waiting", use aria2.unpause method. This method returns GID of
  113. paused download. aria2.unpause changes the status of the download
  114. denoted by gid from "paused" to "waiting". This makes the download
  115. eligible to restart. gid is of type string. This method returns GID
  116. of unpaused download.
  117. * Added --save-session=FILE option. This option saves
  118. error/unfinished downloads to FILE on exit. You can pass this
  119. output file to aria2c with -i option on restart. Please note that
  120. downloads added by aria2.addTorrent and aria2.addMetalink XML-RPC
  121. method are not saved.
  122. * Fixed the bug that FTP data connection is not established via proxy
  123. when --ftp-proxy is defined and --ftp-pasv=true and
  124. --proxy-method=tunnel.
  125. * Fixed the bug that web-seed URI is not percent-encoded.
  126. * Added aria2.shutdown and aria2.forceShutdown XML-RPC method. These
  127. methods, as their name imply, shutdown aria2. These methods are
  128. useful for Windows because it lacks signal mechanism.
  129. * Don't send "Accept-Encoding: default, gzip" by default. This is
  130. because some servers respond with "Content-Encoding: gzip" for a
  131. file which itself is gzipped file and aria2 inflates them. This is
  132. a problem if user doesn't want to inflate the file. Apparently this
  133. is server configuration error, but we cannot do anything about
  134. this. So we turned this off. Added --http-accept-gzip option. If
  135. true is given to this option, aria2 sends "Accept-Encoding:
  136. deflate, gzip" request header and inflates response if remote
  137. server responds with "Content-Encoding: gzip" or "Content-Encoding:
  138. deflate". We removed extension "tgz" hack in order not to inflate
  139. files with tgz extensions.
  140. * Made aria2 not send
  141. "application/metalink4+xml,application/metalink+xml" in Accept
  142. header for web-seeding URIs and tracker request.
  143. * Added --dht-message-timeout option.
  144. * Added --bt-tracker-connect-timeout and --bt-tracker-timeout
  145. option.
  146. * Documented that specifying --seed-time=0 disables seeding after
  147. download completed.
  148. * Drop connection if same Peer ID has been already seen.
  149. * Fixed the bug that waiting download unintentionally starts when
  150. URIs are added to it using aria2.changeUri XML-RPC method.
  151. * Fixed compile error with g++-4.4 on FreeBSD.
  152. * Fixed the bug that URIs added using aria2.changeUri XML-RPC method
  153. are not used immediately if there is no URI remaining before
  154. calling aria2.changeUri and the number of connection is less than
  155. the value in -s(or -C for Metalink downloads).
  156. * Added --always-resume and --max-resume-failure-tries option. If
  157. --always-resume=false is given, when all given URIs do not
  158. support resume or aria2 encounters N URIs which does not support
  159. resume (N is the value specified using --max-resume-failure-tries
  160. option), aria2 downloads file from scratch. The default behavior is
  161. --always-resume=true, which means if all URIs do not support
  162. resume, download fails. I think this is OK because user normally
  163. doesn't like to see that partially downloaded file is
  164. overwritten(this is particularly true if file size is big). This
  165. option is useful when aria2 is used as a download backend and
  166. graceful falling back to overwritten behavior is preferable. Added
  167. exit status value 8, which means download failed because server did
  168. not support resume.
  169. * Added --remove-control-file option. This option removes control
  170. file(*.aria2 file) before download. Using with
  171. --allow-overwrite=true, download always starts from scratch. This
  172. will be useful for users behind proxy server which disables
  173. resume. For such proxy user, -C1 is also recommended for Metalink
  174. downloads to avoid establishing unnecessary connections.
  175. * Added v key in DHT message. aria2's DHT version is independent of
  176. the package version and we defined it as 1 at the moment. It is
  177. defined as DHT_VERSION in src/DHTConstants.h. aria2's DHT version
  178. scheme is "A2"+2bytes DHT version number in network byte order.
  179. * Fixed the bug that value of numSeeders in aria2.tellStatus XML-RPC
  180. method response is integer, while it should be string. The man
  181. page says it is string. When peer's port is not listening port,
  182. set '0' to port in aria2.getPeers response.
  183. * Lines starting "#" in -i list are treated as comments.
  184. * Accept IPv4 network address with CIDR block in --no-proxy option
  185. and no_proxy environment variable. Current implementation does not
  186. resolve hostname in URI to compare network address. So it is only
  187. effecive if URI has numeric IP address.
  188. aria2 1.9.0
  189. ===========
  190. Release Note
  191. ------------
  192. This release adds Metalink4 support and BitTorrent Local Peer
  193. Discovery. aria2.changeUri XML-RPC method was added. It enables you
  194. to add/remove URIs to existing downloads dynamically. The user and
  195. password for proxy server now can be specified in command-line
  196. separately. We refactored the code based on profiler results, so
  197. aria2 now runs more efficiently than ever. Russian and Simplified
  198. Chinese translation were updated.
  199. Changes
  200. -------
  201. * Resurrected --http-proxy-user and --http-proxy-passwd option.
  202. Added --https-proxy-user, --https-proxy-passwd, --ftp-proxy-user,
  203. --ftp-proxy-passwd, --all-proxy-user, --all-proxy-passwd option.
  204. * Updated Russian and Simplified Chinese translation.
  205. * Added --reuse-uri option. This option has existed quite long, but
  206. been hidden.
  207. * Fixed the bug that filename is percent encoded where it must be
  208. percent decoded in sendMdtm().
  209. * Added getServers XML-RPC method. It returns currently connected
  210. HTTP(S)/FTP server and download speed, etc.
  211. * Added 'status' key to the response of getUri XML-RPC method.
  212. * Added changeUri XML-RPC method. This method removes/adds URIs
  213. dynamically.
  214. * Replaced null or control characters in file path with '_'. For
  215. MinGW32 build, additional characters which is not allowed in
  216. Windows kernel are also replaced. util::detectDirTraversal() now
  217. returns true if given string contains null or control characters.
  218. * Discard torrent file if path data in it contains directory
  219. traversal directives. Discard metalink:file element in Metalink3
  220. format if its name attribute contains directory traversal
  221. directives. Ignore name attribute of metalink:signature element in
  222. Metalink3 format if it contains directory traversal directives.
  223. * Added Metalink4 support. Files with same metaurl are
  224. grouped and downloaded in one RequestGroup.
  225. * Added --bt-lpd-interface option to specify the interface to use for
  226. Local Peer Discovery. LpdMessageDispatcher object now has its own
  227. socket. LpdMessageReceiver's socket is binded to multicast address
  228. to only receive multicast packets.
  229. * Added Local Peer Discovery. It is disabled by default. Use
  230. --bt-enable-lpd to enable the function.