summaryrefslogtreecommitdiff
path: root/History.txt
diff options
context:
space:
mode:
authorJeffrey Walton <noloader@gmail.com>2018-02-22 12:39:06 -0500
committerJeffrey Walton <noloader@gmail.com>2018-02-22 12:39:06 -0500
commit4909c9acfdbdcf3289909797503684a3312e5119 (patch)
treefaea245ca8f0509d11db052812568b442f6e6696 /History.txt
parent63d038fa18ee78951905e8f3ad4c8f82ba653238 (diff)
downloadcryptopp-git-4909c9acfdbdcf3289909797503684a3312e5119.tar.gz
Update History.txt
Diffstat (limited to 'History.txt')
-rw-r--r--History.txt19
1 files changed, 18 insertions, 1 deletions
diff --git a/History.txt b/History.txt
index e0cdbebb..5b33afc2 100644
--- a/History.txt
+++ b/History.txt
@@ -389,4 +389,21 @@ last several releases.
* x25519 key exhange and ed25519 signing provided through NaCl interface
- improved Testing and QA
- 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 \ No newline at end of file
+ MacPorts GCC 7.0, Clang 4.0, Intel C++ 17.00, IBM XL C/C++ 13.1
+
+6.1.0 - minor release, maintenance items
+ - expanded community input and support
+ * 46 unique contributors as of this release
+ - use 2048-bit modulus default for DSA
+ - fix build under Linuxbrew
+ - use /bin/sh in GNUmakefile
+ - fix missing flags for SIMON and SPECK in GNUMakefile-cross
+ - fix ARM and MinGW misdetection
+ - port setenv-android.sh to latest NDK
+ - fix Clang check for C++11 lambdas
+ - Simon and Speck to little-endian implementation
+ - use LIB_MAJOR for ABI compatibility
+ - fix ODR violation in AdvancedProcessBlocks_{ARCH} templates
+ - 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