aboutsummaryrefslogtreecommitdiffstats
path: root/doc
diff options
context:
space:
mode:
authorlloyd <[email protected]>2008-09-30 16:06:59 +0000
committerlloyd <[email protected]>2008-09-30 16:06:59 +0000
commit07a1f1d5cd972077483818543931cce4f7d0e125 (patch)
tree6fef9a38d70614892ced06aad7ebd079c3f9bac6 /doc
parent6230bfc6102da58416ef46b0d8df4f700ec8513b (diff)
Initial notes for 1.7.14
Diffstat (limited to 'doc')
-rw-r--r--doc/log.txt9
1 files changed, 9 insertions, 0 deletions
diff --git a/doc/log.txt b/doc/log.txt
index 4ec97f28e..6209afbda 100644
--- a/doc/log.txt
+++ b/doc/log.txt
@@ -1,4 +1,13 @@
+* 1.7.14, 2008-??-??
+ - Split library into parts allowing modular builds
+ - Add (very preliminary) CMS support to the main library
+ - Some constructors now require object pointers instead of names
+ - Support multiple implementations of the same algorithm
+ - Build support for Pentium-M processors, from Derek Scherger
+ - Build support for MinGW/MSYS, from Zbigniew Zagorski
+ - Use inline assembly for bswap on 32-bit x86
+
* 1.7.13, 2008-09-27
- Add SSLv3 MAC, SSLv3 PRF, and TLS v1.0 PRF from Ajisai
- Allow all examples to compile even if compression not enabled