summaryrefslogtreecommitdiff
path: root/Readme.txt
diff options
context:
space:
mode:
authorJeffrey Walton <noloader@gmail.com>2021-01-02 01:54:31 -0500
committerJeffrey Walton <noloader@gmail.com>2021-01-02 01:54:31 -0500
commit434e3189db61ff4ced13b47fe450a42b3c8cb676 (patch)
treee1f4d1eb13d6b11cdf73dd526428898679f7a61b /Readme.txt
parentae20711372b18751f8199d4846a1d9a1a22e1de3 (diff)
downloadcryptopp-git-434e3189db61ff4ced13b47fe450a42b3c8cb676.tar.gz
Prepare for Crypto++ 8.4 releaseCRYPTOPP_8_4_0
Diffstat (limited to 'Readme.txt')
-rw-r--r--Readme.txt10
1 files changed, 9 insertions, 1 deletions
diff --git a/Readme.txt b/Readme.txt
index a02b0d2d..0a52d62c 100644
--- a/Readme.txt
+++ b/Readme.txt
@@ -295,13 +295,21 @@ 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
+8.4.0 - January 2, 2021
+ - minor release, recompile of programs required
+ - expanded community input and support
+ * 67 unique contributors as of this release
- fix SIGILL on POWER8 when compiling with GCC 10
- fix potential out-of-bounds write in FixedSizeAllocatorWithCleanup
- fix compile on AIX POWER7 with IBM XLC 12.01
- fix compile on Solaris with SunCC 12.6
+ - revert changes for constant-time elliptic curve algorithms
+ - fix makefile clean and distclean recipes
8.3.0 - December 20, 2020
+ - minor release, recompile of programs required
+ - expanded community input and support
+ * 66 unique contributors as of this release
- fix use of macro CRYPTOPP_ALIGN_DATA
- fix potential out-of-bounds read in ECDSA
- fix std::bad_alloc when using ByteQueue in pipeline