summaryrefslogtreecommitdiff
path: root/Readme.txt
diff options
context:
space:
mode:
authorJeffrey Walton <noloader@gmail.com>2020-12-22 11:50:40 -0500
committerJeffrey Walton <noloader@gmail.com>2020-12-22 11:50:40 -0500
commitd8a8c87cdef3fc0f09c56a89ea2a170648c0cde6 (patch)
treeb27e95c7ae0c7fbe962e68842ddcebdb086602d5 /Readme.txt
parent3a7eeb9f730508f54c9c57050a5e5c8c0ae1efd9 (diff)
downloadcryptopp-git-d8a8c87cdef3fc0f09c56a89ea2a170648c0cde6.tar.gz
Post-release version increment
Diffstat (limited to 'Readme.txt')
-rw-r--r--Readme.txt5
1 files changed, 4 insertions, 1 deletions
diff --git a/Readme.txt b/Readme.txt
index ce559a10..3ac7c3db 100644
--- a/Readme.txt
+++ b/Readme.txt
@@ -1,5 +1,5 @@
Crypto++: free C++ Class Library of Cryptographic Schemes
-Version 8.3 - 12/20/2020
+Version 8.4 - TBD
Crypto++ Library is a free C++ class library of cryptographic schemes.
Currently the library contains the following algorithms:
@@ -295,6 +295,9 @@ 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.4.0 - TDB
+ - fix SIGILL on POWER8 when compiling with GCC 10
+
8.3.0 - December 20, 2020
- fix use of macro CRYPTOPP_ALIGN_DATA
- fix potential out-of-bounds read in ECDSA