diff options
author | Jack Lloyd <[email protected]> | 2018-10-26 09:58:59 -0400 |
---|---|---|
committer | Jack Lloyd <[email protected]> | 2018-10-26 09:58:59 -0400 |
commit | ed3737e3c9a2e5835da7e253917299304885e8be (patch) | |
tree | 323b0b8184fefeb88b5f9d0f54ad5ceca076313e /news.rst | |
parent | 2e4d3f1ea0d61f5fb35b3b62aa9832c251f4d5c5 (diff) |
Update news
Diffstat (limited to 'news.rst')
-rw-r--r-- | news.rst | 14 |
1 files changed, 14 insertions, 0 deletions
@@ -4,6 +4,13 @@ Release Notes Version 2.9.0, Not Yet Released ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ +* Fix bugs in TLS which caused negotiation failures when the client + used an unknown signature algorithm or version (GH #1711 #1709) + +* Use a smaller sieve which improves performance of prime generation. + +* Add NEON implementation of ChaCha (GH #1719) + * Support for Visual C++ 2013 has been removed (GH #1557 #1697) * Fix a bug that caused the TLS server to fail if the client supported @@ -20,8 +27,15 @@ Version 2.9.0, Not Yet Released * Fix a bug introduced in 2.8.0 that caused compilation failure if using a single amalgamation file with AVX2 enabled. (GH #1700) +* Add an explicit OS target for Emscripten and improve support for it. + (GH #1702) + * Fix small issues when building for QNX +* Add options to ``configure.py`` to disable generation of ``pkg-config`` + file, and (for systems where ``pkg-config`` support defaults to off, + like Windows), to enable generating it. (GH #1268) + * Make configure.py parse_multiple_enable accept an empty list and trailing/extra commas. |