summaryrefslogtreecommitdiff
path: root/History.txt
diff options
context:
space:
mode:
authorJeffrey Walton <noloader@gmail.com>2019-04-28 11:30:32 -0400
committerJeffrey Walton <noloader@gmail.com>2019-04-28 11:30:32 -0400
commit68b4fc0d8b869e4062ff91f0419a4c90cc52d497 (patch)
tree77edf3e228002cbdb621591013790435a5fa7b3d /History.txt
parentc9dc95a45ce596a7ea7b3bca61e9ab4e30cf68b3 (diff)
downloadcryptopp-git-68b4fc0d8b869e4062ff91f0419a4c90cc52d497.tar.gz
Prepare for Crypto++ 8.2 release
Diffstat (limited to 'History.txt')
-rw-r--r--History.txt13
1 files changed, 13 insertions, 0 deletions
diff --git a/History.txt b/History.txt
index 736bcf93..7897dd23 100644
--- a/History.txt
+++ b/History.txt
@@ -467,3 +467,16 @@ last several releases.
- add SHAKE-128 and SHAKE-256
- fix AVX2 build due to _mm256_broadcastsi128_si256
- add IETF ChaCha, XChaCha, ChaChaPoly1305 and XChaChaPoly1305
+
+8.2.0 - April 28, 2019
+ - minor release, no recompile of programs required
+ - expanded community input and support
+ * 56 unique contributors as of this release
+ - use PowerPC unaligned loads and stores with Power8
+ - add SKIPJACK test vectors
+ - fix SHAKE-128 and SHAKE-256 compile
+ - removed IS_NEON from Makefile
+ - fix Aarch64 build on Fedora 29
+ - fix missing GF2NT_233_Multiply_Reduce_CLMUL in FIPS DLL
+ - add missing BLAKE2 constructors
+ - fix missing BlockSize() in BLAKE2 classes