summaryrefslogtreecommitdiff
path: root/History.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 /History.txt
parentae20711372b18751f8199d4846a1d9a1a22e1de3 (diff)
downloadcryptopp-git-434e3189db61ff4ced13b47fe450a42b3c8cb676.tar.gz
Prepare for Crypto++ 8.4 releaseCRYPTOPP_8_4_0
Diffstat (limited to 'History.txt')
-rw-r--r--History.txt13
1 files changed, 12 insertions, 1 deletions
diff --git a/History.txt b/History.txt
index 2b31d906..a5608dd0 100644
--- a/History.txt
+++ b/History.txt
@@ -482,7 +482,7 @@ last several releases.
- fix missing BlockSize() in BLAKE2 classes
8.3.0 - December 20, 2020
- - minor release, no recompile of programs required
+ - 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
@@ -525,3 +525,14 @@ last several releases.
- handle Clang triplet armv8l-unknown-linux-gnueabihf
- fix reference binding to misaligned address in xed25519
- clear asserts in TestDataNameValuePairs
+
+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