aboutsummaryrefslogtreecommitdiffstats
path: root/doc
diff options
context:
space:
mode:
authorlloyd <[email protected]>2010-05-25 13:35:03 +0000
committerlloyd <[email protected]>2010-05-25 13:35:03 +0000
commit0eecae9f21172c0a74ad62acaf77148c94a25be7 (patch)
treed0de8bd10b92a648a6700f59c68eed9cac81ba64 /doc
parent2295ef9e8d97065ad2920f5039878728e52a144f (diff)
parent211d835a356f55e037ff8035017d79c458f13615 (diff)
propagate from branch 'net.randombit.botan' (head 879d1fc83844976a01b9e3188c4f0b5ddb237f0e)
to branch 'net.randombit.botan.c++0x' (head 4a0af13da3b0e21d6275cd6ec0c835d6bf757c8d)
Diffstat (limited to 'doc')
-rw-r--r--doc/log.txt4
1 files changed, 4 insertions, 0 deletions
diff --git a/doc/log.txt b/doc/log.txt
index 1b70d3dc4..aeeffa9d9 100644
--- a/doc/log.txt
+++ b/doc/log.txt
@@ -1,6 +1,10 @@
* 1.9.8-dev, ????-??-??
- Use constant time multiplication in IDEA
+ - Avoid possible timing attack against OAEP decoding
+ - Skip building shared libraries on MinGW/Cygwin
+ - Fix compilation on GCC versions before 4.3 (missing cpuid.h)
+ - Fix complilation under the Clang compiler
* 1.9.7, 2010-04-27
- TLS: Support reading SSLv2 client hellos