NEWS 1.8 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879
  1. aria2 1.23.0
  2. ============
  3. Release Note
  4. ------------
  5. This release fixes several bugs reported by users, and adds several
  6. new features. Read the following section for details.
  7. Changes
  8. -------
  9. * Simplify cache write
  10. The previous cache write routine was too complex. I'm sure I can
  11. rewrite it to more elegantly. But the primary motivation of this
  12. complex logic is for disk activity reduction on Windows 7, and I
  13. observed it on my old IDE disk. I checked it again recently, and
  14. there is no difference between with and without this complex logic.
  15. For this reason, it was removed. Will revert this change if many of
  16. users are not happy with this.
  17. * Allow subsecond value in ns cookie.txt file's expiry time field
  18. Fixes GH-655
  19. * Adjust chromium cookie time
  20. * import-po: iterate on glob, not ls output
  21. Patch from Mingye Wang
  22. * Add --stderr option to redirect all stdout log output to stderr
  23. Fixes GH-638
  24. * Add "hide" to --download-result option
  25. Fixes GH-639
  26. * Fix downloaded metaurl torrent filename
  27. * Add a little bit of color to have a better visual of important
  28. informations
  29. Patch from rotor
  30. * Update README URLs based on HTTP redirects
  31. Patch from ReadmeCritic
  32. * Relocate from github.com/tatsuhiro-t/aria2 to github.com/aria2/aria2
  33. Fixes GH-602
  34. * mingw: Defer the falloc warning until falloc is specified by option
  35. Fixes GH-594
  36. * Add bittorrent key to aria2.tellStopped status
  37. Fixes GH-612
  38. * Addsystem.listNotifications RPC method
  39. Merges GH-620
  40. Patch from Sonny Piers
  41. * Report CheckIntegrity info in tellStatus
  42. - Adds verifiedLength to tellStatus. Reports the length of data that
  43. has been verified of the current RequestGroup being verified.
  44. - Adds verifyPending to tellStatus. Reports if the RequestGroup has
  45. a verification of integrity pending.
  46. Closes GH-561
  47. Patch from Kurt Kartaltepe