NEWS 858 B

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253
  1. aria2 1.35.0
  2. ============
  3. Release Note
  4. ------------
  5. This release fixes several bugs. See Changes for details.
  6. Changes
  7. -------
  8. * Update mingw build dependencies
  9. GH-1469
  10. * Update android build dependencies
  11. Update android build dependencies. Use android NDK r20 and build
  12. aarch64 binary.
  13. GH-1467
  14. * Drop SSLv3.0 and TLSv1.0 and add TLSv1.3
  15. TLSv1.3 support is added for GNUTLS and OpenSSL.
  16. GH-1385
  17. * Platform: Fix compilation without deprecated OpenSSL APIs
  18. Patch from Rosen Penev
  19. GH-1315
  20. * Remove linux getrandom and use C++ stdlib instead
  21. GH-1306
  22. * Don't send Accept Metalink header if Metalink is disabled
  23. GH-1300
  24. * gnutls: Fix bug that commonName is always empty
  25. GH-1214
  26. * Fix openssl API version logic for libressl 2.7.x
  27. Patch from Ben Chaney
  28. GH-1213
  29. * Fix build failure when InternalDHKeyExchange is used