NEWS 833 B

12345678910111213141516171819202122232425262728293031323334353637383940
  1. aria2 1.21.0
  2. ============
  3. Release Note
  4. ------------
  5. This release fixes several bugs, see the Changes for details. We
  6. added "following" key to the response of aria2.tellStatus RPC method
  7. as reverse link for followedBy.
  8. Changes
  9. -------
  10. * SessionSerializer: Fix bug that pause=true is added to wrong item
  11. This change also defers writing metadata download to the location
  12. where first its follower download is written.
  13. * Add "following" to aria2.tellStatus response key as reverse link for
  14. followedBy
  15. * mingw: Add warning for falloc
  16. * Update ciphers in AppleTLS
  17. Also enable fast start while at it
  18. * OSX: Enable libssh2 and sftp
  19. Closes GH-468
  20. * Update OSX dependencies
  21. Closes GH-466
  22. * Fix compile error without TLS support
  23. * Add support for using gnutls system wide crypto policy
  24. Patch from Athmane Madjoudj