summaryrefslogtreecommitdiff
path: root/History.txt
diff options
context:
space:
mode:
authorJeffrey Walton <noloader@gmail.com>2019-02-23 00:18:15 -0500
committerJeffrey Walton <noloader@gmail.com>2019-02-23 00:18:15 -0500
commit1c34979592f7d5e5d73e265a9c8650cc006620d2 (patch)
treee8ec1eac954d729573f382ef6f55937527d93553 /History.txt
parent95bc90adc4b4afb3408a9b7f29ff949b494a1e1c (diff)
downloadcryptopp-git-1c34979592f7d5e5d73e265a9c8650cc006620d2.tar.gz
Prepare for Crypto++ 8.1 releaseCRYPTOPP_8_1_0
Diffstat (limited to 'History.txt')
-rw-r--r--History.txt19
1 files changed, 17 insertions, 2 deletions
diff --git a/History.txt b/History.txt
index c61da6cb..15bf004f 100644
--- a/History.txt
+++ b/History.txt
@@ -435,7 +435,6 @@ last several releases.
MacPorts GCC 7.0, Clang 4.0, Intel C++ 17.00, IBM XL C/C++ 13.1
8.0.0 - December 28, 2018
-
- major release, recompile of programs required
- expanded community input and support
* 54 unique contributors as of this release
@@ -451,4 +450,20 @@ last several releases.
- avoid Singleton<T> when possible, avoid std::call_once completely
- fix SPARC alignment problems due to GetAlignmentOf<T>() on word64
- add ARM AES asm implementation from Cryptogams
- - remove CRYPTOPP_ALLOW_UNALIGNED_DATA_ACCESS support \ No newline at end of file
+ - remove CRYPTOPP_ALLOW_UNALIGNED_DATA_ACCESS support
+
+8.1.0 - February 22, 2019
+ - minor release, no recompile of programs required
+ - expanded community input and support
+ 56 unique contributors as of this release
+ - fix OS X PowerPC builds with Clang
+ - add Microsoft ARM64 support
+ - fix iPhone Simulator build due to missign symbols
+ - add CRYPTOPP_BUGGY_SIMD_LOAD_AND_STORE
+ - add carryless multiplies for NIST b233 and k233 curves
+ - fix OpenMP build due to use of OpenMP 4 with down-level compilers
+ - add SignStream and VerifyStream for ed25519 and large files
+ - fix missing AlgorithmProvider in PanamaHash
+ - add SHAKE-128 and SHAKE-256
+ - fix AVX2 build due to _mm256_broadcastsi128_si256
+ - add IETF ChaCha, XChaCha, ChaChaPoly1305 and XChaChaPoly1305