NEWS 569 B

12345678910111213141516171819202122232425262728293031
  1. aria2 1.29.0
  2. ============
  3. Release Note
  4. ------------
  5. This release fixes several bugs. See Changes below for detailed bug
  6. fixes. This release adds 1xx non-final response support. Wslay
  7. library is updated to the latest revision.
  8. Changes
  9. -------
  10. * WinTLS: Fix busy loop on write error
  11. GH-767
  12. * Support 1xx non-final response
  13. GH-763
  14. * Update wslay
  15. GH-764
  16. * Don't download piece which is filtered out (e.g., --select-file)
  17. This commit fixes the bug that piece which is not requested by
  18. --select-file is downloaded in multi-file Web-Seeding.
  19. GH-769