aboutsummaryrefslogtreecommitdiffstats
path: root/doc
diff options
context:
space:
mode:
Diffstat (limited to 'doc')
-rw-r--r--doc/download.txt2
-rw-r--r--doc/log.txt5
2 files changed, 5 insertions, 2 deletions
diff --git a/doc/download.txt b/doc/download.txt
index 7d189d10a..6998b5b07 100644
--- a/doc/download.txt
+++ b/doc/download.txt
@@ -18,7 +18,7 @@ Current Stable Release (1.10)
The current stable release is `1.10.0
<http://botan.randombit.net/news/releases/1_10_0.html>`_ which was
-released on ?.
+released on 2011-06-20.
Sources:
diff --git a/doc/log.txt b/doc/log.txt
index 121d284d6..765d04c9a 100644
--- a/doc/log.txt
+++ b/doc/log.txt
@@ -7,9 +7,12 @@ Release Notes
Series 1.10
----------------------------------------
-Version 1.10.0, Not Yet Released
+Version 1.10.0, 2011-06-20
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
+* Detection for the rdrand instruction being added to upcoming Intel
+ Ivy Bridge processors has been added.
+
* A template specialization of std::swap was added for the memory
container types.