diff options
author | lloyd <[email protected]> | 2008-08-27 20:03:36 +0000 |
---|---|---|
committer | lloyd <[email protected]> | 2008-08-27 20:03:36 +0000 |
commit | 23c9da21cb5dfe8d33158f3e735e439c94bca0c5 (patch) | |
tree | c28129fc7248a14d0e6318bc17d9fb9ef798b118 /doc/log.txt | |
parent | 987d0c8db083d1a365064f06dd393284b0b8160f (diff) |
Changes for 1.7.91.7.9
Diffstat (limited to 'doc/log.txt')
-rw-r--r-- | doc/log.txt | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/doc/log.txt b/doc/log.txt index 6b26ec3f1..0ab223d3b 100644 --- a/doc/log.txt +++ b/doc/log.txt @@ -1,4 +1,15 @@ +* 1.7.9, 2008-08-27 + - Make clear() in most algorithm base classes a pure virtual + - Add noexec stack marker for GNU linker in assembly code + - Avoid string operations in ressol + - Compilation fixes for MinGW and Visual Studio C++ 2008 + - Some autoconfiguration fixes for Windows + +* 1.6.5, 2008-08-27 + - Add noexec stack marker for GNU linker in assembly code + - Fix autoconfiguration problem on x86 with GCC 4.2 and 4.3 + * 1.7.8, 2008-07-15 - Added the block cipher Noekeon - Remove global deref_alias function |