NEWS 1.1 KB

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