NEWS 615 B

12345678910111213141516171819202122232425262728293031323334353637383940
  1. aria2 1.36.0
  2. ============
  3. Release Note
  4. ------------
  5. This release fixes several bugs. See Changes for details.
  6. Changes
  7. -------
  8. * Update wslay
  9. * Bump Windows build dependencies
  10. * Bump android build dependencies
  11. * Fix segfault when time_t is 64bit on 32bit arch
  12. Patch from Natanael Copa
  13. GH-1666
  14. * Updates the make_bash_completion script to Python3.
  15. Patch from sleepymac
  16. GH-1672
  17. * Prevent corrupt downloads after app and/or system crash
  18. Patch from Ali MJ Al-Nasrawy
  19. GH-1644
  20. * Reset sessionDownloadLength and sessionUploadLength on download start
  21. GH-1486
  22. * AppleTLS: Add TLSv1.3 support