aboutsummaryrefslogtreecommitdiffstats
path: root/doc/log.txt
diff options
context:
space:
mode:
Diffstat (limited to 'doc/log.txt')
-rw-r--r--doc/log.txt10
1 files changed, 9 insertions, 1 deletions
diff --git a/doc/log.txt b/doc/log.txt
index aeeffa9d9..69db45f0d 100644
--- a/doc/log.txt
+++ b/doc/log.txt
@@ -1,8 +1,16 @@
-* 1.9.8-dev, ????-??-??
+* 1.9.9-dev, ????-??-??
+ - Increase default iteration counts for private key encryption
+ - Expand and update the Doxygen documentation
+
+* 1.9.8, 2010-06-14
+ - Add support for wide multiplications on 64-bit Windows
- Use constant time multiplication in IDEA
- Avoid possible timing attack against OAEP decoding
+ - Removed FORK-256; rarely used and it has been broken
+ - Rename --use-boost-python to --with-boost-python
- 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