diff options
author | lloyd <[email protected]> | 2010-06-18 14:24:28 +0000 |
---|---|---|
committer | lloyd <[email protected]> | 2010-06-18 14:24:28 +0000 |
commit | 9e54b32f6fbdef3862d116b3dcca6f14d84c37a5 (patch) | |
tree | f0517336a105d646339861872c22886a2222b7ba /doc/log.txt | |
parent | fac7e15e947049ef4dbde8110111c5760a683b83 (diff) |
Reorder by date then version
Diffstat (limited to 'doc/log.txt')
-rw-r--r-- | doc/log.txt | 32 |
1 files changed, 16 insertions, 16 deletions
diff --git a/doc/log.txt b/doc/log.txt index 971b71f85..4ea8252d5 100644 --- a/doc/log.txt +++ b/doc/log.txt @@ -95,6 +95,12 @@ - Add AltiVec runtime detection - Fix x86 CPU identification with Intel C++ and Visual C++ +* 1.8.8, 2009-11-03 + - Alter Skein-512 to match the tweaked 1.2 specification + - Fix use of inline asm for access to x86 bswap function + - Allow building the library without AES enabled + - Add 'powerpc64' alias to ppc64 arch for Gentoo ebuild + * 1.9.1, 2009-10-23 - Better support for Python and Perl wrappers - Add an implementation of Blue Midnight Wish (Round 2 tweak version) @@ -118,12 +124,6 @@ - Add --no-autoload option to configure.py, for minimized builds - The previously used configure.pl script is no longer supported -* 1.8.8, 2009-11-03 - - Alter Skein-512 to match the tweaked 1.2 specification - - Fix use of inline asm for access to x86 bswap function - - Allow building the library without AES enabled - - Add 'powerpc64' alias to ppc64 arch for Gentoo ebuild - * 1.8.7, 2009-09-09 - Fix processing multiple messages in XTS mode - Add --no-autoload option to configure.py, for minimized builds @@ -406,10 +406,6 @@ - Add newly assigned OIDs for SHA-2 and DSA with SHA-224/256 - Fix a Visual Studio compilation problem in x509stat.cpp -* 1.6.3, 2007-07-23 - - Fix a race condition in the algorithm lookup cache - - Fix problems building the memory pool on some versions of Visual C++ - * 1.7.1, 2007-07-23 - Fix a race condition in the algorithm object cache - HMAC key schedule optimization @@ -418,6 +414,10 @@ - Modify most of the library to avoid use the C-style casts - Use higher resolution timers in symmetric benchmarks +* 1.6.3, 2007-07-23 + - Fix a race condition in the algorithm lookup cache + - Fix problems building the memory pool on some versions of Visual C++ + * 1.7.0, 2007-05-19 - DSA parameter generation now follows FIPS 186-3 - Added OIDs for Rabin-Williams and Nyberg-Rueppel @@ -549,12 +549,6 @@ - Fixed the mp_asm64 module, which was entirely broken in 1.5.2 - Fixed some module build problems on FreeBSD and Tru64 -* 1.4.12, 2006-01-15 - - Fixed an off-by-one memory read in MISTY1::key() - - Fixed a nasty memory leak in Output_Buffers::retire() - - Changed maximum HMAC keylength to 1024 bits - - Fixed a build problem in the hardware timer module on 64-bit PowerPC - * 1.5.2, 2006-01-15 - Fixed an off-by-one memory read in MISTY1::key() - Fixed a nasty memory leak in Output_Buffers::retire() @@ -571,6 +565,12 @@ - Enabled the symmetric algorithm tests, which were accidentally off in 1.5.1 - Removed the Default_Mutex's unused clone() member function +* 1.4.12, 2006-01-15 + - Fixed an off-by-one memory read in MISTY1::key() + - Fixed a nasty memory leak in Output_Buffers::retire() + - Changed maximum HMAC keylength to 1024 bits + - Fixed a build problem in the hardware timer module on 64-bit PowerPC + * 1.5.1, 2006-01-08 - Implemented Montgomery exponentiation - Implemented generalized Karatsuba multiplication and squaring |