NEWS 9.2 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256
  1. aria2 1.4.0
  2. ===========
  3. Release Note
  4. ------------
  5. This release adds XML-RPC interface. The current API allows users to
  6. add URI/torrent/Metalink file and change options dynamically. The
  7. querying APIs such as reporting download progress, file paths, URIs
  8. and peer information are also available. For complete API
  9. specification, see
  10. http://apps.sourceforge.net/trac/aria2/wiki/XmlrpcInterface
  11. Changes
  12. -------
  13. * Fixed the bug that POU peers are never choked in seeding.
  14. * DownloadResult now has the list of FileEntry. The download summary
  15. displays the path of first selected file and the number of remaining
  16. files for multi-file torrent.
  17. * Added BASIC authentication for XML-RPC. Added --xml-rpc-user and
  18. --xml-rpc-passwd option.
  19. * Added XML-RPC interface. See complete API specification at
  20. http://apps.sourceforge.net/trac/aria2/wiki/XmlrpcInterface
  21. * Removed --enable-http-server and --http-server-listen-port options.
  22. Added --enable-xml-rpc and --xml-rpc-listen-port instead. The
  23. original feature for --enable-http-server that reports download
  24. progress in HTML was officially removed. Persist XML-RPC connection
  25. if client supports keep-alive.
  26. * Added more options that can be specified in -i list and xml-rpc
  27. add* command. See Input File in aria2c man page.
  28. aria2 1.3.3
  29. ===========
  30. Release Note
  31. ------------
  32. This release fixes the bug that --check-integrity option doesn't work
  33. properly if a file including last piece is missing and increases
  34. internal receive buffer for FTP in order to receive big banner.
  35. Ukrainian, Russian and Simplified Chinese translations were updated.
  36. Changes
  37. -------
  38. * Updated Ukrainian, Russian and Simplified Chinese
  39. translations. Thanks to all translators.
  40. * Generated configure and Makefile.in using autoconf 2.63 and
  41. automake 1.10.2. Removed AC_GNU_SOURCE from configure.ac because
  42. it is subset of AC_USE_SYSTEM_EXTENSIONS and we use latter.
  43. * Supported segmented downloading with chunked transfer encoding and
  44. content-length.
  45. * Applied Pascal Bleser's patch: increases MAX_RECV_BUFFER for ftp
  46. from 4096 to 65536 (for insanely large ftp login banners)
  47. * Fixed the bug that read-only file with wrong file size will cause
  48. error because it cannot be truncated to the correct size. Now if
  49. file size is different than the expected one, re-open file in
  50. writable mode.
  51. * Fixed the bug that with --check-integrity option aria2 reports
  52. downloaded file size is 0 even if some parts of file is correctly
  53. downloaded. This bug is reproducible for the download that a file
  54. includes last piece is missing. This bug doesn't reveal for
  55. single-torrent with file allocation on.
  56. aria2 1.3.2
  57. ===========
  58. Release Note
  59. ------------
  60. This release fixes the bug that prevents certain BitTorrent downloads
  61. from finishing and possible segmentation fault when gzip decoding is
  62. involved and infinite loop bug if last "0" chunk-size marker is not
  63. received in chunked encoding transfer. aria2 now supports
  64. WEB-Seeding(HTTP-Seeding) for single file torrent. Ukrainian
  65. translation was updated.
  66. Changes
  67. -------
  68. * Updated Ukrainian translation.
  69. * Use url-list (web-seeding) only for single-file torrent. This is
  70. basically the same behavior with Metalink file with torrent and
  71. URIs.
  72. * Fixed the bug that prevents torrent download from finishing. The
  73. bug doesn't reveal for all torrents. The torrents affected this bug
  74. satisfies ((N+7)/8)%4 == 0 and N%32 != 0 where N is the number of
  75. pieces.
  76. * Fixed segmentation fault when GZipDecoder::decode() returns 0 byte.
  77. * Fixed the bug that causes infinite loop if broken web server
  78. returns chunked response without last "0" chunk-size marker and
  79. closes connection.
  80. * Instantiate properly configured HttpDownloadCommand for
  81. non-resumable downloads.
  82. * Rewritten bitfield operation functions for efficiently.
  83. * Set conditional HAVE_GETADDRINFO true for mingw32. It was
  84. accidentally set to false in r1162.
  85. * Increase prefixLength for the bucket which doesn't own local node
  86. ID when splitting bucket.
  87. aria2 1.3.1
  88. ===========
  89. Release Note
  90. ------------
  91. This release fixes the bug that aria2 wrongly determines that
  92. specified share ratio is reached because of miscalculation of upload
  93. bytes and the bug that upload limit exceeds the value specified in
  94. --seed-ratio option depending on the timing of the execution of
  95. SeedCheckCommand.
  96. Changes
  97. -------
  98. * Updated README
  99. * Fixed the bug that upload limit exceeds the value specified in
  100. --seed-ratio option depending on the timing of the execution of
  101. SeedCheckCommand.
  102. * Fixed the bug that removed peer's session upload/download length are
  103. counted twice in _cachedTransferStat before it is re-calculated.
  104. This affected the calculation of shara ratio, resulting aria2
  105. wrongly determines that specified share ratio is reached.
  106. aria2 1.3.0
  107. ===========
  108. Release Note
  109. ------------
  110. This release adds the ability to specify the output filenames in
  111. BitTorrent downloads and the option to limit overall download speed
  112. and dry run mode which just checks the availability of the remote
  113. file. -i list option can now take new options: select-file and
  114. index-out. The default behavior of sending HTTP Authorization header
  115. is reverted back to version 1.1.2 style. The bug in
  116. AdaptiveURISelector was fixed. You can now seed read-only files in
  117. BitTorrent. --file-allocation option can take new parameter
  118. 'falloc'. If it is given and you are using newer file systems such as
  119. ext4, btrfs or xfs, large(few GiB) files are allocated almost
  120. instantly. The performance optimization has been done and aria2 runs
  121. more efficiently.
  122. Indonesian, Russian, Italian, Ukrainian, Simplified Chinese, Japanese,
  123. Spanish and Norwegian Nynorsk translations were updated.
  124. Changes
  125. -------
  126. * Added 'falloc' parameter for --file-allocation option. 'falloc'
  127. allocation mode uses posix_fallocate() system call to allocate file
  128. on disk. If you are using newer file systems such as ext4 (with
  129. extents support), btrfs or xfs, 'falloc' is your best choice. It
  130. allocates large(few GiB) files almost instantly. Don't use 'falloc'
  131. with legacy file systems such as ext3 because it takes almost same
  132. time as 'prealloc' and it blocks aria2 entirely until allocation
  133. finishes. 'falloc' may not be available if your system doesn't have
  134. posix_fallocate() system call.
  135. * Added --bt-tracker-interval option to specify the interval between
  136. tracker requests. If non-zero value is specified, aria2 uses it and
  137. ignores the interval value in the response of tracker. If zero is
  138. specified, aria2 determines the inteval value based on the tarcker
  139. response and download progress.
  140. * Reduced CPU usage in RarestPieceSelector.
  141. * Reduced CPU usage when hitting download limit/upload limit.
  142. * Changed the default value of --uri-selector option from 'inorder' to
  143. 'feedback'
  144. * Included current URI in exception message.
  145. * Fixed the bug that AdaptiveURISelector doesn't select any URI when
  146. all URIs are tested and their timeout is not reached.
  147. * Reuse URIs when all unused URIs run out.
  148. * Removed --direct-file-mapping option and CopyDiskAdaptor.
  149. * Added --dry-run option. In this mode, aria2 just checks whether
  150. the remote file is available and doesn't download data. This
  151. option has effect on HTTP/FTP downloads and BitTorrent downloads
  152. are canceled in this mode.
  153. * Parse options in -i list using OptionParser.
  154. * Don't reset URI in retry to avoid additional round trips because
  155. of redirects.
  156. * Added --index-out option to specify each file path for torrent. The
  157. index shown in --show-files option is used to specify which file
  158. path should be altered. For example, to change the file path with
  159. index=2, use --index-out=2=aria2.tar.bz2. You can use this option
  160. multiple times: --index-out=1=aria2.tar.bz2
  161. --index-out=2=aria2-opt.tar.bz2. The short hand form -O is also
  162. available. This option can be specified in -i list.
  163. * Added --max-overall-download-limit option. Now --max-upload-limit
  164. option is not ignored when --max-overall-upload-limit option has
  165. non-zero value. aria2 checks download(upload) speed in the order:
  166. first checks overall speed limit and if it is not exceeded, then
  167. checks speed limit per download. Thus you can specify both
  168. value. For example, set --max-overall-download-limit=1M and
  169. --max-download-limit=500K to prevent from one download from eating
  170. all overall speed limit.
  171. * Now select-file can be specified in the uri list(-i list).
  172. * Made the upper value of --max-concurrent-downloads options unlimited.
  173. * Fixed the bug that disk writer is not created even if it shares same
  174. piece with the preceding file if the length of previous file is 0.
  175. * In BitTorrent, Open files in read-only mode for hash check. After
  176. that, re-open file in read/write mode only when the download is
  177. not finished.
  178. * Added --http-auth-challenge option. If it is set to true, aria2
  179. sends HTTP authorization header only when it is requested by the
  180. server. If false is set, then authorization header is always sent to
  181. the server. This is useful for servers that don't respond 401 code
  182. when authentication is required. There is an exception: if username
  183. and password are embedded in URI, authorization header is always
  184. sent to the server regardless of this option. The default value of
  185. this option is false.