NEWS 1.4 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970
  1. aria2 1.25.0
  2. ============
  3. Release Note
  4. ------------
  5. This release fixes many bugs reported so far. There is no new
  6. functionality in this release. We have fixed many performance issues
  7. in BitTorrent downloads.
  8. Changes
  9. -------
  10. * Update third-party libraries for binary releases
  11. * Send have message without too much delay
  12. Also send bitfield rather than have messages if bitfield message is
  13. equal to or less than the sum of have messages which otherwise would
  14. be sent.
  15. * Fix bug that causes bogus EOF connection failure in BitTorrent
  16. downloads
  17. * Fix frequent interested/not interested message transmission
  18. * Fix frequent choke/unchoke message transmission
  19. * Try to use available URI if all pooled requests are sleeping
  20. * Update expat in OSX build
  21. Closes GH-694
  22. * aria2mon: Add --secret option
  23. Fixes GH-700
  24. * Set server status error on network failure in server performance
  25. profile
  26. * Disable AI_ADDRCONFIG if no IPv4/IPv6 address is configured for any
  27. interface
  28. Fixes GH-698
  29. * Russian manual: Update aria2c.rst
  30. Patch from ITriskTI
  31. * Apply --retry-wait on 503 only
  32. * Ensure that lowest speed check is done even when download speed is 0
  33. Fixes GH-686
  34. * Document that -o is always relative to -d option
  35. Fixes GH-684
  36. * Allow larger ut_metadata size
  37. Fixes GH-681
  38. * mingw: Change FD_SETSIZE to 32768
  39. Fixes GH-678
  40. * Fix compile error on OS X
  41. Fixes GH-683