aboutsummaryrefslogtreecommitdiffstats
path: root/doc/log.txt
diff options
context:
space:
mode:
Diffstat (limited to 'doc/log.txt')
-rw-r--r--doc/log.txt5
1 files changed, 3 insertions, 2 deletions
diff --git a/doc/log.txt b/doc/log.txt
index 1ce3a8caa..20886a708 100644
--- a/doc/log.txt
+++ b/doc/log.txt
@@ -2,13 +2,14 @@
* 1.9.1-dev, 2009-??-??
- Better support for Python and Perl wrappers
- Add an implementation of Blue Midnight Wish (Round 2 tweak version)
+ - Modify Skein-512 to match the tweaked 1.2 specification
- Add threshold secret sharing (draft-mcgrew-tss-02)
- Add runtime cpu feature detection for x86/x86-64
- Add code for general runtime self testing for hashes, MACs, and ciphers
- - Add support for GNU/Hurd and Clang/LLVM
- New parsing code for SCAN algorithm names
- - Alter Skein-512 to match the tweaked 1.2 specification
- Enable SSE2 optimizations under Visual C++
+ - Remove all use of C++ exception specifications
+ - Add support for GNU/Hurd and Clang/LLVM
* 1.9.0, 2009-09-09
- Add support for parallel invocation of block ciphers where possible