NEWS 7.9 KB

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