aboutsummaryrefslogtreecommitdiffstats
path: root/doc/log.txt
diff options
context:
space:
mode:
authorlloyd <[email protected]>2009-09-15 12:39:44 +0000
committerlloyd <[email protected]>2009-09-15 12:39:44 +0000
commit467cfb8b8a31eecfaf63c30cfa13b69bef4cd566 (patch)
treeaa6314c8afa6d2c5e0759a57fc52c91a36f43af1 /doc/log.txt
parent63fb872cb36a44a852ec33133de7c242bd44427e (diff)
parent18d1a6d4d11d40afb2d5a9d96b0437933bcaa472 (diff)
propagate from branch 'net.randombit.botan.1_8' (head ef51dd2869ed38dae3aeb1c3b931ca9d595580e1)
to branch 'net.randombit.botan' (head fc1942640045423f411fd865cbd584090b28d7eb)
Diffstat (limited to 'doc/log.txt')
-rw-r--r--doc/log.txt13
1 files changed, 13 insertions, 0 deletions
diff --git a/doc/log.txt b/doc/log.txt
index 7183bd8b6..4fa9da368 100644
--- a/doc/log.txt
+++ b/doc/log.txt
@@ -1,4 +1,17 @@
+* 1.9.1-pre, 2009-??-??
+ - Enable SSE2 optimizations under Visual C++
+ - Alter Skein-512 to match the tweaked 1.2 specification
+
+* 1.9.0, 2009-09-09
+ - Add support for parallel invocation of block ciphers where possible
+ - Add SSE2 implementation of Serpent
+ - Add Rivest's package transform (an all or nothing transform)
+ - Minor speedups to the Turing key schedule
+ - Fix processing multiple messages in XTS mode
+ - Add --no-autoload option to configure.py, for minimized builds
+ - The previously used configure.pl script is no longer supported
+
* 1.8.8-dev, 2009-??-??
- Alter Skein-512 to match the tweaked 1.2 specification