NEWS 1.0 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162
  1. aria2 1.32.0
  2. ============
  3. Release Note
  4. ------------
  5. This release fixes several minor bugs, and spelling mistakes.
  6. Changes
  7. -------
  8. * Clarify --max-concurrent-downloads option
  9. GH-833
  10. * Fix compile error with toolchain which lacks IPV6_TCLASS
  11. GH-895
  12. * Log directed URI in notice log level
  13. GH-884
  14. * Fix typo
  15. Patch from Tse Kit Yam
  16. GH-879, GH-899
  17. * Spelling fixes
  18. Patch from klemens
  19. GH-870
  20. * Remove unused Android parts
  21. These parts where unused after merging
  22. https://github.com/aria2/aria2/pull/736
  23. Patch from Fredrik Fornwall
  24. GH-868
  25. * Save control file early
  26. GH-859
  27. * Update links in Dockerfile.raspberrypi
  28. Some links used in Dockerfile.raspberrypi are not accessible
  29. anymore, because they were pointing to old versions of some source
  30. packages and new versions were released. This commit fixes this by
  31. changing the links to point to the newest versions.
  32. Patch from Michał Leśniewski
  33. GH-860
  34. * Propagate disk full error on pre-allocation to last error code
  35. GH-856