summaryrefslogtreecommitdiff
path: root/History.txt
diff options
context:
space:
mode:
authorJeffrey Walton <noloader@gmail.com>2021-09-24 11:05:29 -0400
committerJeffrey Walton <noloader@gmail.com>2021-09-24 11:05:29 -0400
commit959595ed2af520ebadac7836bce77291a92e21d9 (patch)
tree67e9b19341e0fe04601b3974daf71419e11c6e31 /History.txt
parent69bf6b53052b59ccb57ce068ce741988ae087317 (diff)
downloadcryptopp-git-959595ed2af520ebadac7836bce77291a92e21d9.tar.gz
Prepare for Crypto++ 8.6 release
Diffstat (limited to 'History.txt')
-rw-r--r--History.txt25
1 files changed, 25 insertions, 0 deletions
diff --git a/History.txt b/History.txt
index 9754a8ef..21d6aa3c 100644
--- a/History.txt
+++ b/History.txt
@@ -542,3 +542,28 @@ last several releases.
- expanded community input and support
* 70 unique contributors as of this release
- port to Apple M1 hardware
+
+8.6.0 - September 21, 2021
+ - minor release, recompile of programs required
+ - expanded community input and support
+ * 74 unique contributors as of this release
+ - fix ElGamal encryption
+ - fix ChaCha20 AVX2 implementation
+ - add octal and decimal literal prefix parsing to Integer
+ - add missing overload in ed25519Signer and ed25519Verifier
+ - make SHA-NI independent of AVX and AVX2
+ - fix OldRandomPool GenerateWord32
+ - use CPPFLAGS during feature testing
+ - fix compile on CentOS 5
+ - fix compile on FreeBSD
+ - fix feature testing on ARM A-32 and Aarch64
+ - enable inline ASM for CRC and PMULL on Apple M1
+ - fix Intel oneAPI compile
+ - rename test files with *.cpp extension
+ - fix GCC compile error due to missing _mm256_set_m128i
+ - add LSH-256 and LSH-512 hash functions
+ - add ECIES_P1363 for backwards compatibility
+ - fix AdditiveCipherTemplate<T> ProcessData
+ - remove CRYPTOPP_NO_CXX11 define
+ - add -fno-common for Darwin builds
+ - update documentation