diff options
author | lloyd <[email protected]> | 2012-07-10 13:39:15 +0000 |
---|---|---|
committer | lloyd <[email protected]> | 2012-07-10 13:39:15 +0000 |
commit | c1d66a6bfdd9458c838790369dae42f247f79889 (patch) | |
tree | 432443c6393f139afa18d202379a7b17cd2c745b | |
parent | 659e78529f8f82b0e8cbace8c1f624b087c27c32 (diff) |
Update for 1.10.3 release1.10.3
-rw-r--r-- | botan_version.py | 4 | ||||
-rw-r--r-- | doc/download.txt | 14 | ||||
-rw-r--r-- | doc/log.txt | 12 | ||||
-rw-r--r-- | readme.txt | 2 |
4 files changed, 22 insertions, 10 deletions
diff --git a/botan_version.py b/botan_version.py index a44619e71..387a678f2 100644 --- a/botan_version.py +++ b/botan_version.py @@ -1,9 +1,9 @@ release_major = 1 release_minor = 10 -release_patch = 2 +release_patch = 3 release_vc_rev = None release_so_abi_rev = 0 -release_datestamp = 0 +release_datestamp = 20120710 diff --git a/doc/download.txt b/doc/download.txt index b8d3e75b3..ebd7004f7 100644 --- a/doc/download.txt +++ b/doc/download.txt @@ -16,17 +16,17 @@ Unsure which release you want? Check the :ref:`FAQ <devel_vs_stable>`. Current Stable Release (1.10) ---------------------------------------- -The current stable release is `1.10.1 -<http://botan.randombit.net/news/releases/1_10_1.html>`_ which was -released on 2011-07-11. +The current stable release is `1.10.3 +<http://botan.randombit.net/relnotes/1_10_3.html>`_ which was +released on 2012-07-10. Sources: -`1.10.1 tar/gz <http://botan.randombit.net/files/Botan-1.10.1.tgz>`_ -(`1.10.1 tar/gz sig <http://botan.randombit.net/files/Botan-1.10.1.tgz.asc>`_), +`1.10.3 tar/gz <http://botan.randombit.net/files/Botan-1.10.3.tgz>`_ +(`1.10.3 tar/gz sig <http://botan.randombit.net/files/Botan-1.10.3.tgz.asc>`_), -`1.10.1 tar/bzip <http://botan.randombit.net/files/Botan-1.10.1.tbz>`_ -(`1.10.1 tar/bzip sig <http://botan.randombit.net/files/Botan-1.10.1.tbz.asc>`_) +`1.10.3 tar/bzip <http://botan.randombit.net/files/Botan-1.10.3.tbz>`_ +(`1.10.3 tar/bzip sig <http://botan.randombit.net/files/Botan-1.10.3.tbz.asc>`_) .. Windows binary installer for use with Visual C++ 2010: diff --git a/doc/log.txt b/doc/log.txt index 281a42894..5f95cf49c 100644 --- a/doc/log.txt +++ b/doc/log.txt @@ -7,6 +7,18 @@ Release Notes Series 1.10 ---------------------------------------- +Version 1.10.3, 2012-07-10 +^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ + +* A change in 1.10.2 accidentally broke ABI compatibility with 1.10.1 + and earlier versions, causing programs compiled against 1.10.1 to + crash if linked with 1.10.2 at runtime. + +* Recent versions of OpenSSL include extra information in ECC private + keys, the presence of which caused an exception when such a key was + loaded by botan. The decoding of ECC private keys has been changed + to ignore these fields if they are set. + Version 1.10.2, 2012-06-17 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ diff --git a/readme.txt b/readme.txt index e7b052a0c..104433221 100644 --- a/readme.txt +++ b/readme.txt @@ -1,4 +1,4 @@ -Botan 1.10.2, 2012-06-17 +Botan 1.10.3, 2012-07-10 http://botan.randombit.net/ Botan is a C++ class library for performing a wide variety of |