summaryrefslogtreecommitdiff
path: root/Readme.txt
diff options
context:
space:
mode:
authorJeffrey Walton <noloader@gmail.com>2021-03-07 22:08:45 -0500
committerJeffrey Walton <noloader@gmail.com>2021-03-07 22:08:45 -0500
commitf2102243e6fdd48c0b2a393a0993cca228f20573 (patch)
tree817e8d42034a5f8495698bf69b8a58126b91406a /Readme.txt
parent3f5396cf9e3b1ba860fc06f856c5910fcb541c98 (diff)
downloadcryptopp-git-f2102243e6fdd48c0b2a393a0993cca228f20573.tar.gz
Prepare for Crypto++ 8.5 releaseCRYPTOPP_8_5_0
Diffstat (limited to 'Readme.txt')
-rw-r--r--Readme.txt14
1 files changed, 10 insertions, 4 deletions
diff --git a/Readme.txt b/Readme.txt
index 6a07fd15..57d04fc6 100644
--- a/Readme.txt
+++ b/Readme.txt
@@ -1,5 +1,5 @@
Crypto++: free C++ Class Library of Cryptographic Schemes
-Version 8.4 - TBD
+Version 8.5 - March 7, 2021
Crypto++ Library is a free C++ class library of cryptographic schemes.
Currently the library contains the following algorithms:
@@ -93,12 +93,12 @@ http://www.cryptopp.com the most up to date build instructions and porting notes
* Visual Studio 2003 - 2019
* GCC 3.3 - 10.1
- * Apple Clang 4.3 - 9.3
- * LLVM Clang 2.9 - 10.0
+ * Apple Clang 4.3 - 12.0
+ * LLVM Clang 2.9 - 11.0
* C++ Builder 2015
* Intel C++ Compiler 9 - 16.0
* Sun Studio 12u1 - 12.6
- * IBM XL C/C++ 10.0 - 13.3
+ * IBM XL C/C++ 10.0 - 14.0
*** Important Usage Notes ***
@@ -295,6 +295,12 @@ documentation is one of the highest returns on investment.
The items in this section comprise the most recent history. Please see History.txt
for the record back to Crypto++ 1.0.
+8.5.0 - March 7, 2021
+ - minor release, no recompile of programs required
+ - expanded community input and support
+ * 70 unique contributors as of this release
+ - port to Apple M1
+
8.4.0 - January 2, 2021
- minor release, recompile of programs required
- expanded community input and support