diff options
author | lloyd <[email protected]> | 2011-06-20 13:50:47 +0000 |
---|---|---|
committer | lloyd <[email protected]> | 2011-06-20 13:50:47 +0000 |
commit | e2285a7ca00630753b2601cf178a81162f2f6fa9 (patch) | |
tree | a4fcfca477a60c13cfeeb2260cc89a7ddc6deafe | |
parent | 9fd0362d65435adf377ed1e4b85f010737b7def0 (diff) |
Tick version to 1.10.0 release1.10.0
-rw-r--r-- | botan_version.py | 2 | ||||
-rw-r--r-- | doc/download.txt | 2 | ||||
-rw-r--r-- | doc/log.txt | 5 | ||||
-rw-r--r-- | readme.txt | 2 |
4 files changed, 7 insertions, 4 deletions
diff --git a/botan_version.py b/botan_version.py index a03dd9da7..ec84ce569 100644 --- a/botan_version.py +++ b/botan_version.py @@ -5,4 +5,4 @@ release_patch = 0 release_so_abi_rev = 0 -release_datestamp = 0 +release_datestamp = 20110620 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. diff --git a/readme.txt b/readme.txt index ef6f2c77d..8e002a28c 100644 --- a/readme.txt +++ b/readme.txt @@ -1,4 +1,4 @@ -Botan 1.10.0, Not Yet Released +Botan 1.10.0, 2011-06-20 http://botan.randombit.net/ Botan is a C++ class library for performing a wide variety of |