Prepare for Crypto++ 8.9 release

This commit is contained in:
Jeffrey Walton 2023-10-01 12:40:32 -04:00
parent 45f8a77f4e
commit 843d74c7c9
No known key found for this signature in database
GPG Key ID: B36AB348921B1838
2 changed files with 27 additions and 1 deletions

View File

@ -595,3 +595,16 @@ last several releases.
- fix include of <x86intrin.h> when using MSVC
- improve performance of CRC32C_Update_SSE42 for x86-64
- update documentation
8.9.0 - October 1, 2023
- minor release, recompile of programs required
- expanded community input and support
* 88 unique contributors as of this release
- fix SIMON128 Asan finding on POWER8
- fix AES/CFB and AES/CTR modes self test failures when using Cryptogams AES on ARMv7
- fix ARIA/CTR mode self test failures when inString==outString
- fix HIGHT/CTR mode self test failures when inString==outString
- fix Rabbit/CTR mode self test failures when inString==outString
- fix Prime Table and dangling reference to a temporary>
- fix Singleton::Ref when using C++11 memory fences
- remove unneeded call to Crop() in Randomize()

View File

@ -1,5 +1,5 @@
Crypto++: free C++ Class Library of Cryptographic Schemes
Version 8.9 - TBD
Version 8.9 - October 1, 2023
Crypto++ Library is a free C++ class library of cryptographic schemes.
Currently the library contains the following algorithms:
@ -294,6 +294,19 @@ documentation is one of the highest returns on investment.
The items in this section comprise the most recent history. Please see History.txt
for the record back to Crypto++ 1.0.
8.9.0 - October 1, 2023
- minor release, recompile of programs required
- expanded community input and support
* 88 unique contributors as of this release
- fix SIMON128 Asan finding on POWER8
- fix AES/CFB and AES/CTR modes self test failures when using Cryptogams AES on ARMv7
- fix ARIA/CTR mode self test failures when inString==outString
- fix HIGHT/CTR mode self test failures when inString==outString
- fix Rabbit/CTR mode self test failures when inString==outString
- fix Prime Table and dangling reference to a temporary>
- fix Singleton::Ref when using C++11 memory fences
- remove unneeded call to Crop() in Randomize()
8.8.0 - June 25, 2023
- minor release, recompile of programs required
- expanded community input and support