summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorweidai <weidai@57ff6487-cd31-0410-9ec3-f628ee90f5f0>2007-05-26 03:37:30 +0000
committerweidai <weidai@57ff6487-cd31-0410-9ec3-f628ee90f5f0>2007-05-26 03:37:30 +0000
commit6582e51b2421744d4e4e3953c36d2dc386d79269 (patch)
tree27b436469f31aaa77eb24030334100415d41125b
parent3642ae045b31462ee9d8e912a035a664957cb880 (diff)
downloadcryptopp-6582e51b2421744d4e4e3953c36d2dc386d79269.tar.gz
prepare for releaseCRYPTOPP_5_5_1@374
git-svn-id: svn://svn.code.sf.net/p/cryptopp/code/trunk@374 57ff6487-cd31-0410-9ec3-f628ee90f5f0
-rw-r--r--c5/Readme.txt10
1 files changed, 6 insertions, 4 deletions
diff --git a/c5/Readme.txt b/c5/Readme.txt
index e6da129..17e3247 100644
--- a/c5/Readme.txt
+++ b/c5/Readme.txt
@@ -1,5 +1,5 @@
Crypto++: a C++ Class Library of Cryptographic Schemes
-Version 5.5 5/5/2007
+Version 5.5.1 5/24/2007
This library includes:
@@ -57,9 +57,9 @@ You are welcome to use it for any purpose without paying me, but see
License.txt for the fine print.
This version of Crypto++ has been compiled successfully with MSVC 6.0 SP5
-and .NET 2005 SP1 on Windows XP SP2, GCC 3.4.2 on FreeBSD 5.4, GCC 4.1.2 on
-Linux 2.6, GCC 3.4.4 on Cygwin 1.5.21, GCC 3.3 and 4.0.1 on MacOS X 10.4,
-and Borland C++Builder 2006. For an update to date list of supported compilers
+and .NET 2005 SP1 on Windows XP SP2, GCC 3.4.4 on FreeBSD 6.1, GCC 4.1.2 on
+Linux 2.6, GCC 3.4.4 on Cygwin 1.5.21, GCC 4.0.1 on MacOS X 10.4.7, and
+Borland C++Builder 2006. For an update to date list of supported compilers
and operating systems, please visit http://www.cryptopp.com.
*** Important Usage Notes ***
@@ -377,4 +377,6 @@ the mailing list.
- moved MD2, MD4, MD5, PanamaHash, ARC4, WAKE_CFB into the namespace "Weak"
- removed HAVAL, MD5-MAC, XMAC
+5.5.1 - fixed VMAC validation failure on 32-bit big-endian machines
+
Written by Wei Dai