File tree Expand file tree Collapse file tree 2 files changed +21
-2
lines changed
Expand file tree Collapse file tree 2 files changed +21
-2
lines changed Original file line number Diff line number Diff line change @@ -482,7 +482,7 @@ last several releases.
482482 - fix missing BlockSize() in BLAKE2 classes
483483
4844848.3.0 - December 20, 2020
485- - minor release, no recompile of programs required
485+ - minor release, recompile of programs required
486486 - expanded community input and support
487487 * 66 unique contributors as of this release
488488 - fix use of macro CRYPTOPP_ALIGN_DATA
@@ -525,3 +525,14 @@ last several releases.
525525 - handle Clang triplet armv8l-unknown-linux-gnueabihf
526526 - fix reference binding to misaligned address in xed25519
527527 - clear asserts in TestDataNameValuePairs
528+
529+ 8.4.0 - January 2, 2021
530+ - minor release, recompile of programs required
531+ - expanded community input and support
532+ * 67 unique contributors as of this release
533+ - fix SIGILL on POWER8 when compiling with GCC 10
534+ - fix potential out-of-bounds write in FixedSizeAllocatorWithCleanup
535+ - fix compile on AIX POWER7 with IBM XLC 12.01
536+ - fix compile on Solaris with SunCC 12.6
537+ - revert changes for constant-time elliptic curve algorithms
538+ - fix makefile clean and distclean recipes
Original file line number Diff line number Diff line change @@ -295,13 +295,21 @@ documentation is one of the highest returns on investment.
295295The items in this section comprise the most recent history. Please see History.txt
296296for the record back to Crypto++ 1.0.
297297
298- 8.4.0 - TDB
298+ 8.4.0 - January 2, 2021
299+ - minor release, recompile of programs required
300+ - expanded community input and support
301+ * 67 unique contributors as of this release
299302 - fix SIGILL on POWER8 when compiling with GCC 10
300303 - fix potential out-of-bounds write in FixedSizeAllocatorWithCleanup
301304 - fix compile on AIX POWER7 with IBM XLC 12.01
302305 - fix compile on Solaris with SunCC 12.6
306+ - revert changes for constant-time elliptic curve algorithms
307+ - fix makefile clean and distclean recipes
303308
3043098.3.0 - December 20, 2020
310+ - minor release, recompile of programs required
311+ - expanded community input and support
312+ * 66 unique contributors as of this release
305313 - fix use of macro CRYPTOPP_ALIGN_DATA
306314 - fix potential out-of-bounds read in ECDSA
307315 - fix std::bad_alloc when using ByteQueue in pipeline
You can’t perform that action at this time.
0 commit comments