diff options
author | lloyd <[email protected]> | 2011-06-20 14:43:21 +0000 |
---|---|---|
committer | lloyd <[email protected]> | 2011-06-20 14:43:21 +0000 |
commit | 3d2adee8a113929cd36cb00bc7759cf0fd29ca7e (patch) | |
tree | baca5173a6cfe0c784e34882e74fb28f48830d2a | |
parent | e2285a7ca00630753b2601cf178a81162f2f6fa9 (diff) |
Update with info on 1.8.12 release
-rw-r--r-- | doc/download.txt | 36 | ||||
-rw-r--r-- | doc/log.txt | 14 |
2 files changed, 33 insertions, 17 deletions
diff --git a/doc/download.txt b/doc/download.txt index 6998b5b07..e0e15c1c0 100644 --- a/doc/download.txt +++ b/doc/download.txt @@ -28,36 +28,38 @@ Sources: `1.10.0 tar/bzip <http://botan.randombit.net/files/Botan-1.10.0.tbz>`_ (`1.10.0 tar/bzip sig <http://botan.randombit.net/files/Botan-1.10.0.tbz.asc>`_) -Windows binary installer for use with Visual C++ 2010: +.. + Windows binary installer for use with Visual C++ 2010: -`1.10.0 x86-32 installer -<http://botan.randombit.net/files/win32/botan-1.10.0_win32.exe>`_ + `1.10.0 x86-32 installer + <http://botan.randombit.net/files/win32/botan-1.10.0_win32.exe>`_ -`1.10.0 x86-64 installer -<http://botan.randombit.net/files/win32/botan-1.10.0_win64.exe>`_ + `1.10.0 x86-64 installer + <http://botan.randombit.net/files/win32/botan-1.10.0_win64.exe>`_ Previous Stable Release (1.8) ---------------------------------------- -The previous stable release is `1.8.11 -<http://botan.randombit.net/news/releases/1_8_11.html>`_ which was -released on 2010-11-02. +The previous stable release is `1.8.12 +<http://botan.randombit.net/news/releases/1_8_12.html>`_ which was +released on 2011-06-20. Sources: -`1.8.11 tar/gz <http://botan.randombit.net/files/Botan-1.8.11.tgz>`_ -(`1.8.11 tar/gz sig <http://botan.randombit.net/files/Botan-1.8.11.tgz.asc>`_), +`1.8.12 tar/gz <http://botan.randombit.net/files/Botan-1.8.12.tgz>`_ +(`1.8.12 tar/gz sig <http://botan.randombit.net/files/Botan-1.8.12.tgz.asc>`_), -`1.8.11 tar/bzip <http://botan.randombit.net/files/Botan-1.8.11.tbz>`_ -(`1.8.11 tar/bzip sig <http://botan.randombit.net/files/Botan-1.8.11.tbz.asc>`_) +`1.8.12 tar/bzip <http://botan.randombit.net/files/Botan-1.8.12.tbz>`_ +(`1.8.12 tar/bzip sig <http://botan.randombit.net/files/Botan-1.8.12.tbz.asc>`_) -Windows binary installer for use with Visual C++ 2008: +.. + Windows binary installer for use with Visual C++ 2008: -`1.8.11 x86-32 installer -<http://botan.randombit.net/files/win32/botan-1.8.11_win32.exe>`_ + `1.8.12 x86-32 installer + <http://botan.randombit.net/files/win32/botan-1.8.12_win32.exe>`_ -`1.8.11 x86-64 installer -<http://botan.randombit.net/files/win32/botan-1.8.11_win64.exe>`_ + `1.8.12 x86-64 installer + <http://botan.randombit.net/files/win32/botan-1.8.12_win64.exe>`_ Accessing Version Control ---------------------------------------- diff --git a/doc/log.txt b/doc/log.txt index 765d04c9a..b0050c7be 100644 --- a/doc/log.txt +++ b/doc/log.txt @@ -424,6 +424,20 @@ Version 1.9.0, 2009-09-09 Series 1.8 ---------------------------------------- +Version 1.8.12, 2011-06-20 +^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ +* If EMSA3(Raw) was used for more than one signature, it would produce + incorrect output. + +* Fix the --enable-debug option to configure.py + +* Improve OS detection on Cygwin + +* Fix compilation under Sun Studio 12 on Solaris + +* Fix a memory leak in the constructors of DataSource_Stream and + DataSink_Stream which would occur if opening the file failed. PR 144 + Version 1.8.11, 2010-11-02 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ |