NEWS 1.8 KB

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