From b019eba95d3f2d8b70bbbbb71d3c6afe10dd87e5 Mon Sep 17 00:00:00 2001 From: weidai Date: Sat, 26 May 2007 03:37:30 +0000 Subject: [PATCH] prepare for release --- Readme.txt | 10 ++++++---- 1 file changed, 6 insertions(+), 4 deletions(-) diff --git a/Readme.txt b/Readme.txt index e6da1296..17e3247b 100644 --- a/Readme.txt +++ b/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