summaryrefslogtreecommitdiff
path: root/History.txt
diff options
context:
space:
mode:
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