summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJeffrey Walton <noloader@gmail.com>2015-11-18 16:43:53 -0500
committerJeffrey Walton <noloader@gmail.com>2015-11-18 16:43:53 -0500
commit6911cc9e91e3b7a382030cedc55438ad8b7405ca (patch)
tree66673f453af4f0f9e6f07db9b262ea182b52f32a
parent3203d7db5474a7c9156eb5cb58a98498d027387c (diff)
downloadcryptopp-git-6911cc9e91e3b7a382030cedc55438ad8b7405ca.tar.gz
Updated release notes
-rw-r--r--Readme.txt6
1 files changed, 3 insertions, 3 deletions
diff --git a/Readme.txt b/Readme.txt
index 9ca1cc5e..5a22c06f 100644
--- a/Readme.txt
+++ b/Readme.txt
@@ -462,7 +462,6 @@ the mailing list.
- cleared most MSVC warnings with /W4
- added -fPIC for x86_64/amd64 builds. Off by default for i386
- added HKDF class for RFC 5868
- - added generic DeviceState interface and RDRAND/RDSEED classes
- switched to member_ptr due to C++ 11 warnings for auto_ptr
- initialization of C++ static objects, off by default
* GCC and init_priotirty/constructor attributes
@@ -473,7 +472,8 @@ the mailing list.
- added additional self tests for improved Testing and QA
- added cryptest.sh for systematic Testing and QA
- added GNU Gold linker support
- - added Visual Studio 2010 solution and project files in vs2010.zip
+ - added Visual Studio 2010 solution and project files in vs2010.zip
+ - added Clang integrated assembler support
- added more complete ARM, ARM64, MIPS, MIPS64, S/390 and X32 (ILP32) support
- __ARM_FEATURE_UNALIGNED and definition of CRYPTOPP_ALLOW_UNALIGNED_DATA_ACCESS
- unconditionally define CRYPTOPP_NO_UNALIGNED_DATA_ACCESS for Makefile
@@ -491,7 +491,7 @@ the mailing list.
- added additional Doxygen documentation
5.7 - nearly identical to 5.6.3
- - minor breaks to the ABI and ABI
+ - minor breaks to the ABI and API
- cleared remaining Undefined Behavior Sanitizer (UBsan) findings
- cleared remaining Valgrind findings
- removed CRYPTOPP_MAINTAIN_BACKWARDS_COMPATIBILITY_562