diff options
author | lloyd <[email protected]> | 2010-07-27 13:35:19 +0000 |
---|---|---|
committer | lloyd <[email protected]> | 2010-07-27 13:35:19 +0000 |
commit | f197c68667c721605f5e3942a09e93bb140cac47 (patch) | |
tree | 874f67fb87b4d6d5dea31150588239020f46b193 /doc/log.txt | |
parent | 339ccd5bfa48362cc4df8471c6df2276282446a3 (diff) |
Mention byteswap changes, and fix spelling error in 1.9.9 log
Diffstat (limited to 'doc/log.txt')
-rw-r--r-- | doc/log.txt | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/doc/log.txt b/doc/log.txt index 5487bb4fd..0313eb7db 100644 --- a/doc/log.txt +++ b/doc/log.txt @@ -1,5 +1,6 @@ * 1.9.10-dev, ????-??-?? + - Use GCC byteswap intrinsics where possible - Drop support for building with Python 2.4 - Fix benchmarking of block ciphers in ECB mode - Consolidate the two x86 assembly engines @@ -36,7 +37,7 @@ - Skip building shared libraries on MinGW/Cygwin - Fix creation of 512 and 768 bit DL groups using the DSA kosherizer - Fix compilation on GCC versions before 4.3 (missing cpuid.h) - - Fix complilation under the Clang compiler + - Fix compilation under the Clang compiler * 1.9.7, 2010-04-27 - TLS: Support reading SSLv2 client hellos |