NEWS 867 B

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152
  1. aria2 1.34.0
  2. ============
  3. Release Note
  4. ------------
  5. This release fixes several bugs. See Changes for details.
  6. Changes
  7. -------
  8. * mingw: Use SetFileTime to avoid DST adjustment
  9. GH-1079
  10. * UnknownLengthPieceStorage: return piece length
  11. show something in console status when downloading items
  12. with unknown content length
  13. Patch from kwkam
  14. GH-1065
  15. * WinConsoleFile: fix colour properly
  16. Patch from kwkam
  17. GH-1058
  18. * util: also detect xdg_* env variables on windows
  19. so if people like to keep FHS they could define XDG_* for it
  20. Patch from kwkam
  21. GH-1057
  22. * MacOS: Allocate once (apfs compat)
  23. * Fix bug that signal handler does not work with libaria2
  24. This commit fixes the bug that signal handler does not work with
  25. libaria2 when aria2::RUN_ONCE is passed to aria2::run().
  26. GH-1053
  27. * Retry on HTTP 502
  28. Patch from nicolov
  29. GH-1038