summaryrefslogtreecommitdiff
path: root/History.txt
diff options
context:
space:
mode:
authorJeffrey Walton <noloader@gmail.com>2018-04-08 04:48:59 -0400
committerJeffrey Walton <noloader@gmail.com>2018-04-08 04:48:59 -0400
commitc8d8caf70074655a2562ae1ea45cb30e28fee2b4 (patch)
treeb0044610987200ed4204e88d3cffed6d22fdb44a /History.txt
parent9a991ac1ebb12190b2781f23ae127bde66a3181d (diff)
downloadcryptopp-git-c8d8caf70074655a2562ae1ea45cb30e28fee2b4.tar.gz
Prepare for Crypto++ 7.0 releaseCRYPTOPP_7_0_0
Diffstat (limited to 'History.txt')
-rw-r--r--History.txt33
1 files changed, 29 insertions, 4 deletions
diff --git a/History.txt b/History.txt
index 5b33afc2..19efda11 100644
--- a/History.txt
+++ b/History.txt
@@ -314,7 +314,8 @@ last several releases.
- added additional Doxygen-based documentation
- ported to MSVC 2015, Xcode 7.2, GCC 5.2, Clang 3.7, Intel C++ 16.00
-5.6.4 - maintenance release, honored API/ABI/Versioning requirements
+5.6.4 - September 11, 2016
+ - maintenance release, honored API/ABI/Versioning requirements
- expanded community input and support
* 22 unique contributors for this release
- fixed CVE-2016-3995
@@ -356,7 +357,8 @@ last several releases.
- ported to MSVC 2015 SP3, Xcode 9.0, Sun Studio 12.5, GCC 7.0,
MacPorts GCC 7.0, Clang 3.8, Intel C++ 17.00
-5.6.5 - maintenance release, recompile of programs recommended
+5.6.5 - October 11, 2016
+ - maintenance release, recompile of programs recommended
- expanded community input and support
* 25 unique contributors as of this release
- fixed CVE-2016-7420 (Issue 277, document NDEBUG for production/release)
@@ -373,7 +375,8 @@ last several releases.
- ported to MSVC 2015 SP3, Xcode 7.3, Sun Studio 12.5, GCC 7.0,
MacPorts GCC 7.0, Clang 3.8, Intel C++ 17.00
-6.0.0 - Major release, recompile of programs required
+6.0.0 - January 22, 2018
+ - Major release, recompile of programs required
- expanded community input and support
* 43 unique contributors as of this release
- fixed CVE-2016-9939 (Issue 346, transient DoS)
@@ -391,7 +394,8 @@ last several releases.
- ported to MSVC 2017, Xcode 8.1, Sun Studio 12.5, GCC 7.0,
MacPorts GCC 7.0, Clang 4.0, Intel C++ 17.00, IBM XL C/C++ 13.1
-6.1.0 - minor release, maintenance items
+6.1.0 - February 22, 2018
+ - minor release, maintenance items
- expanded community input and support
* 46 unique contributors as of this release
- use 2048-bit modulus default for DSA
@@ -407,3 +411,24 @@ last several releases.
- handle C++17 std::uncaught_exceptions
- ported to MSVC 2017, Xcode 8.1, Sun Studio 12.5, GCC 8.0.1,
MacPorts GCC 7.0, Clang 4.0, Intel C++ 17.00, IBM XL C/C++ 13.1
+
+7.0.0 - April 8, 2018
+ - major release, recompile of programs required
+ - expanded community input and support
+ * 48 unique contributors as of this release
+ - fix incorrect result when using Integer::ModInverse
+ * may be CVE worthy, but request was not submitted
+ - fix ARIA/CTR bus error on Sparc64
+ - fix incorrect result when using a_exp_b_mod_c
+ - fix undeclared identifier uint32_t on early Visual Studio
+ - fix iPhoneSimulator build on i386
+ - fix incorrect adler32 in ZlibDecompressor
+ - fix Power7 test using PPC_FEATURE_ARCH_2_06
+ - workaround incorrect Glibc sysconf return value on ppc64-le
+ - add KeyDerivationFunction interface
+ - add scrypt key derivation function
+ - add Salsa20_Core transform callable from outside class
+ - add sbyte, sword16, sword32 and sword64
+ - remove s_nullNameValuePairs from unnamed namespace
+ - ported to MSVC 2017, Xcode 9.3, Sun Studio 12.5, GCC 8.0.1,
+ MacPorts GCC 7.0, Clang 4.0, Intel C++ 17.00, IBM XL C/C++ 13.1