aboutsummaryrefslogtreecommitdiffstats
path: root/doc/log.txt
diff options
context:
space:
mode:
authorlloyd <[email protected]>2010-06-16 15:20:44 +0000
committerlloyd <[email protected]>2010-06-16 15:20:44 +0000
commit1eb15941ca6a48af4aeb256a0e7180e731fcf1ea (patch)
tree144423040fb590eb2306c824f8a849a8dbe62040 /doc/log.txt
parent5ddec21a98ba77698ac02c082eb3b44b50ec0929 (diff)
Import the 1.8.9 release notes
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 69db45f0d..971b71f85 100644
--- a/doc/log.txt
+++ b/doc/log.txt
@@ -3,6 +3,19 @@
- Increase default iteration counts for private key encryption
- Expand and update the Doxygen documentation
+* 1.8.9, 2010-06-16
+ - Use constant time multiplication in IDEA
+ - Avoid possible timing attack against OAEP decoding
+ - Add new X509::BER_encode and PKCS8::BER_encode
+ - Enable DLL builds under Windows
+ - Add Win32 installer support
+ - Add support for the Clang compiler
+ - Fix problem in semcem.h preventing build under Clang or GCC 3.4
+ - Fix bug that prevented creation of DSA groups under 1024 bits
+ - Fix crash in GMP_Engine if library is shutdown and reinitialized
+ - Work around problem with recent binutils in x86-64 SHA-1
+ - The Perl build script is no longer supported and refuses to run by default
+
* 1.9.8, 2010-06-14
- Add support for wide multiplications on 64-bit Windows
- Use constant time multiplication in IDEA