From 843d74c7c97f9e19a615b8ff3c0ca06599ca501b Mon Sep 17 00:00:00 2001 From: Jeffrey Walton Date: Sun, 1 Oct 2023 12:40:32 -0400 Subject: [PATCH] Prepare for Crypto++ 8.9 release --- History.txt | 13 +++++++++++++ Readme.txt | 15 ++++++++++++++- 2 files changed, 27 insertions(+), 1 deletion(-) diff --git a/History.txt b/History.txt index 1cdc3638a..370ae343b 100644 --- a/History.txt +++ b/History.txt @@ -595,3 +595,16 @@ last several releases. - fix include of 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() diff --git a/Readme.txt b/Readme.txt index 20683c3eb..63b48d3c9 100644 --- a/Readme.txt +++ b/Readme.txt @@ -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