NEWS 2.2 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110
  1. aria2 1.33.1
  2. ============
  3. Release Note
  4. ------------
  5. This release fixes a bug that causes high CPU usage in mingw build.
  6. Changes
  7. -------
  8. * mingw: Fix high CPU usage in BitTorrent downloads
  9. This commit fixes high CPU usage in BitTorrent downloads. Only
  10. mingw build is affected by this bug.
  11. Thank you kwkam for identifying the cause of the issue, and helping
  12. debugging this patch.
  13. aria2 1.33.0
  14. ============
  15. Release Note
  16. ------------
  17. This release fixes several bugs, and add new features.
  18. Changes
  19. -------
  20. * Include arm in a filename of android zip
  21. * Upgrade base image of Dockerfile.mingw to ubuntu:16.04
  22. * wintls: Potential fix for undecrypted read
  23. GH-1021
  24. * libaria2: Return last error code from DownloadHandle::getErrorCode
  25. GH-991
  26. * Windows: pass writefds also as exceptfds to select()
  27. winsock notifies connect() failures on exceptfds instead of
  28. writefds.
  29. Fixes GH-969
  30. Fixes GH-975
  31. * libuv: use pkg-config
  32. * FeatureConfig: align text
  33. * Update Dockerfile.mingw
  34. avoid docker cache when using git
  35. Patch from qweaszxcdf
  36. GH-970
  37. * Add --peer-agent option
  38. Add --peer-agent for setting the version/user agent used in the
  39. extended handshake protocol for bittorrent.
  40. Patch from Kurt Kartaltepe
  41. GH-947
  42. * OSX: Allow to specify a build
  43. * OSX: update c-ares
  44. * [Docs, libaria2] Fix type of obj pushed into options vector
  45. aria::KeyVals is a vector of pair of std strings, therefore the type
  46. of object being pushed should be std::pair<std::string,
  47. std::string>, however in the docs, the type of the said object is
  48. KeyVals. If one follows the docs, their code will fail to compile.
  49. Patch from geetam
  50. GH-941
  51. * AppleTLS: Silence cipher suite selection
  52. * Unbreak build OSX build
  53. * Update macOS versions
  54. * Add --bt-load-saved-metadata option
  55. Before getting torrent metadata from DHT when downloading with
  56. magnet link, first try to read file saved by --bt-save-metadata
  57. option. If it is successful, then skip downloading metadata from
  58. DHT. By default, this feature is turned off.
  59. GH-909
  60. * Fix regression in bfc54d0b9a694e5d87efd8ed11b5393bc4b66f93
  61. Don't save control file if --auto-save-interval is 0.
  62. GH-917
  63. * Fix infinite loop bug when file is not found