aboutsummaryrefslogtreecommitdiffstats
path: root/doc
diff options
context:
space:
mode:
authorlloyd <[email protected]>2009-10-22 23:53:20 +0000
committerlloyd <[email protected]>2009-10-22 23:53:20 +0000
commita5e98eb0871cf1de7ed47277c82285ac1cce24da (patch)
tree17b0268343d21f4d3a5e8dbf3e26fc1b60bc6937 /doc
parentbbe91cb8030c2d1a910082650a02a0747a718a8e (diff)
Note removing exception specs. Reorder by interestingness
Diffstat (limited to 'doc')
-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