diff options
author | Jack Lloyd <[email protected]> | 2018-03-17 12:27:20 -0400 |
---|---|---|
committer | Jack Lloyd <[email protected]> | 2018-03-17 12:27:20 -0400 |
commit | 4b6b6912cc5c0381790a2232b5580e32689f28a2 (patch) | |
tree | 5db08350899081026fd2e70e9c78352269765070 /news.rst | |
parent | b19cc5cd3cd650494ccc8073514d8ce48683650e (diff) |
Update news
Diffstat (limited to 'news.rst')
-rw-r--r-- | news.rst | 7 |
1 files changed, 7 insertions, 0 deletions
@@ -70,6 +70,13 @@ Version 2.5.0, Not Yet Released * Remove use of CPU specific optimization flags, instead the user should set these via CXXFLAGS if desired. (GH #1392) +* Resolve an issue that would cause a crash in the tests if they were run on + a machine without SSE2/NEON/VMX instructions. (GH #1495) + +* The Python module now tries to load DLLs from a list of names and + uses the first one which successfully loads and indicates it + supports the desired API level. (GH #1497) + * Various minor optimizations for SHA-3 (GH #1433 #1434) * The output of ``botan --help`` has been improved (GH #1387) |