NEWS 9.5 KB

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