diff options
author | lloyd <[email protected]> | 2009-10-28 04:37:19 +0000 |
---|---|---|
committer | lloyd <[email protected]> | 2009-10-28 04:37:19 +0000 |
commit | 9462f875b13a321f42a127166d49670ca04afcde (patch) | |
tree | c69bf481dcb6b905ff44306c65b843ce3737d40c /doc | |
parent | 3f96a3c691e3f823de932f696f373b0399a9acc7 (diff) |
Add missing log note for 1.9.1 change notes on CTR/OFB change
Diffstat (limited to 'doc')
-rw-r--r-- | doc/log.txt | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/doc/log.txt b/doc/log.txt index 41405c6ad..046b9004d 100644 --- a/doc/log.txt +++ b/doc/log.txt @@ -9,6 +9,7 @@ - Add runtime cpu feature detection for x86/x86-64 - Add code for general runtime self testing for hashes, MACs, and ciphers - Optimize XTEA; twice as fast as before on Core2 and Opteron + - Convert CTR_BE and OFB from filters to stream ciphers - New parsing code for SCAN algorithm names - Enable SSE2 optimizations under Visual C++ - Remove all use of C++ exception specifications |