aboutsummaryrefslogtreecommitdiffstats
path: root/doc
diff options
context:
space:
mode:
authorlloyd <[email protected]>2012-05-18 18:34:40 +0000
committerlloyd <[email protected]>2012-05-18 18:34:40 +0000
commitd76700f01c7ecac5633edf75f8d7408b46c5dbac (patch)
treea1264f4238d58ca774812acbac8d4beffd49e449 /doc
parentab5c922f0e2635dc0e45fc757b27be9f28986acb (diff)
parente0070253386bfd39b2a782c66ccf0caf9ce87ca2 (diff)
propagate from branch 'net.randombit.botan' (head 6332543aa5a8a4cc13662008ff9ac0f0016d9a4d)
to branch 'net.randombit.botan.cxx11' (head 5517c9f8f6d1990f269afb94f569a97a80c5a5f4)
Diffstat (limited to 'doc')
-rw-r--r--doc/log.txt11
1 files changed, 11 insertions, 0 deletions
diff --git a/doc/log.txt b/doc/log.txt
index b1206637a..180a50340 100644
--- a/doc/log.txt
+++ b/doc/log.txt
@@ -10,10 +10,21 @@ Series 1.10
Version 1.10.2, Not Yet Released
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
+* Pipe::reset no longer requires that message processing be completed,
+ a requirement that caused problems when a Filter's end_msg call
+ threw an exception, after which point the Pipe object was no longer
+ usable.
+
* The SSL/TLS code is disabled by default in this release. A new
version is being developed and the current iteration should not be
used unless needed for existing code.
+* Add support for the rdrand instruction introduced in Intel's Ivy
+ Bridge processors.
+
+* CPUID::has_rdrand was checking the wrong cpuid bit, and would false
+ positive on AMD Bulldozer processors.
+
* Add the Camellia block cipher
* An implementation of SRP-6a compatible with the specification in