diff options
author | lloyd <[email protected]> | 2013-03-02 22:23:25 +0000 |
---|---|---|
committer | lloyd <[email protected]> | 2013-03-02 22:23:25 +0000 |
commit | b3d9dd8572a78cde6cdbe1ba91678f79f28b8b95 (patch) | |
tree | 1ff961df9496b602edd301a52b283ef550d1e9f1 | |
parent | be38dbbdd58614c887123237219d21df6ea54433 (diff) |
Update for 1.10.5 final release
-rw-r--r-- | doc/download.rst | 6 | ||||
-rw-r--r-- | doc/relnotes/1_10_5.rst | 6 |
2 files changed, 8 insertions, 4 deletions
diff --git a/doc/download.rst b/doc/download.rst index e365e6d32..84b5ad239 100644 --- a/doc/download.rst +++ b/doc/download.rst @@ -17,9 +17,9 @@ Current Stable Series (1.10) ---------------------------------------- The latest version of the current stable series, from branch -``net.randombit.botan.1_10``, is :doc:`relnotes/1_10_4`: -:tgz:`1.10.4` (:tgz_sig:`sig <1.10.4>`), -:tbz:`1.10.4` (:tbz_sig:`sig <1.10.4>`) +``net.randombit.botan.1_10``, is :doc:`relnotes/1_10_5`: +:tgz:`1.10.5` (:tgz_sig:`sig <1.10.5>`), +:tbz:`1.10.5` (:tbz_sig:`sig <1.10.5>`) Windows Installer ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ diff --git a/doc/relnotes/1_10_5.rst b/doc/relnotes/1_10_5.rst index 986dec63b..c5603f0a3 100644 --- a/doc/relnotes/1_10_5.rst +++ b/doc/relnotes/1_10_5.rst @@ -1,9 +1,13 @@ -Version 1.10.5, Not Yet Released +Version 1.10.5, 2013-03-02 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ * A potential crash in the AES-NI implementation of the AES-192 key schedule (caused by misaligned loads) has been fixed. +* A previously conditional operation in Montgomery multiplication and + squaring is now always performed, removing a possible timing + channel. + * Use correct flags for creating a shared library on OS X under Clang. * Fix a compile time incompatability with Visual C++ 2012. |