NEWS 931 B

1234567891011121314151617181920212223242526272829303132333435363738394041
  1. aria2 1.27.0
  2. ============
  3. Release Note
  4. ------------
  5. This release fixes bug which may cause crash if UDP tracker is used.
  6. It adds new option --save-not-found which prevents downloads failed by
  7. "not found" error from being saved in session file.
  8. Changes
  9. -------
  10. * Hard-disable openssl in osx build
  11. Closes #739
  12. * Fix possible cause of crash if UDP tracker is used
  13. * Remove custom ftruncate64 for Android
  14. The latest NDK versions support ftruncate64, so building a local
  15. copy of ftruncate64 is no longer needed.
  16. Also, the arm and x86 builds of ftruncate64 failed when targeting
  17. API level 21 or higher, as they include <linux/err.h> which are not
  18. present starting from API level 21.
  19. Patch from Fredrik Fornwall
  20. * Fix typo found by Debian's Lintian
  21. * Add --save-not-found option
  22. * Update comment to match code
  23. Patch from Torbjörn Lönnemark
  24. * WinTLS: Better errors (from WSA)
  25. * Compile with openssl 1.1.0