aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorlloyd <[email protected]>2011-07-11 17:32:05 +0000
committerlloyd <[email protected]>2011-07-11 17:32:05 +0000
commit82e218500e6f305d02feecc000b43a5d9448e11a (patch)
treef6e65f62128b36f1ae1a92a33fe0a471ba794d99
parent126db265d418668791aaf2d12067fec57772030d (diff)
1.10.1 release1.10.1
-rw-r--r--botan_version.py2
-rw-r--r--doc/download.txt44
-rw-r--r--doc/log.txt23
-rw-r--r--readme.txt2
4 files changed, 46 insertions, 25 deletions
diff --git a/botan_version.py b/botan_version.py
index d59ea6c46..8510003cb 100644
--- a/botan_version.py
+++ b/botan_version.py
@@ -6,4 +6,4 @@ release_patch = 1
release_vc_rev = None
release_so_abi_rev = 0
-release_datestamp = 0
+release_datestamp = 20110711
diff --git a/doc/download.txt b/doc/download.txt
index e0e15c1c0..4e8ccd156 100644
--- a/doc/download.txt
+++ b/doc/download.txt
@@ -16,50 +16,50 @@ Unsure which release you want? Check the :ref:`FAQ <devel_vs_stable>`.
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 2011-06-20.
+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.
Sources:
-`1.10.0 tar/gz <http://botan.randombit.net/files/Botan-1.10.0.tgz>`_
-(`1.10.0 tar/gz sig <http://botan.randombit.net/files/Botan-1.10.0.tgz.asc>`_),
+`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.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>`_)
+`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>`_)
..
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.1 x86-32 installer
+ <http://botan.randombit.net/files/win32/botan-1.10.1_win32.exe>`_
- `1.10.0 x86-64 installer
- <http://botan.randombit.net/files/win32/botan-1.10.0_win64.exe>`_
+ `1.10.1 x86-64 installer
+ <http://botan.randombit.net/files/win32/botan-1.10.1_win64.exe>`_
Previous Stable Release (1.8)
----------------------------------------
-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.
+The previous stable release is `1.8.13
+<http://botan.randombit.net/news/releases/1_8_13.html>`_ which was
+released on 2011-07-02.
Sources:
-`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.13 tar/gz <http://botan.randombit.net/files/Botan-1.8.13.tgz>`_
+(`1.8.13 tar/gz sig <http://botan.randombit.net/files/Botan-1.8.13.tgz.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>`_)
+`1.8.13 tar/bzip <http://botan.randombit.net/files/Botan-1.8.13.tbz>`_
+(`1.8.13 tar/bzip sig <http://botan.randombit.net/files/Botan-1.8.13.tbz.asc>`_)
..
Windows binary installer for use with Visual C++ 2008:
- `1.8.12 x86-32 installer
- <http://botan.randombit.net/files/win32/botan-1.8.12_win32.exe>`_
+ `1.8.13 x86-32 installer
+ <http://botan.randombit.net/files/win32/botan-1.8.13_win32.exe>`_
- `1.8.12 x86-64 installer
- <http://botan.randombit.net/files/win32/botan-1.8.12_win64.exe>`_
+ `1.8.13 x86-64 installer
+ <http://botan.randombit.net/files/win32/botan-1.8.13_win64.exe>`_
Accessing Version Control
----------------------------------------
diff --git a/doc/log.txt b/doc/log.txt
index ed8a08f21..d4fb06bf0 100644
--- a/doc/log.txt
+++ b/doc/log.txt
@@ -7,7 +7,7 @@ Release Notes
Series 1.10
----------------------------------------
-Version 1.10.1, Not Yet Released
+Version 1.10.1, 2011-07-11
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
* A race condition in `Algorithm_Factory` could cause crashes in
@@ -15,6 +15,19 @@ Version 1.10.1, Not Yet Released
<http://lists.randombit.net/pipermail/botan-devel/2011-July/001455.html>`_
for details and workarounds.
+* The return value of ``name`` has changed for GOST 28147-89 and
+ Skein-512. GOST's ``name`` now includes the name of the sbox, and
+ Skein's includes the personalization string (if nonempty). This
+ allows an object to be properly roundtripped, which is necessary to
+ fix the race condition described above.
+
+* A new distribution script is now included, as
+ ``src/build-data/scripts/dist.py``
+
+* The ``build.h`` header now includes, if available, an identifier of
+ the source revision that was used. This identifier is also included
+ in the result of ``version_string``.
+
Version 1.10.0, 2011-06-20
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
@@ -432,6 +445,14 @@ Version 1.9.0, 2009-09-09
Series 1.8
----------------------------------------
+Version 1.8.13, 2011-07-02
+^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
+
+* A race condition in `Algorithm_Factory` could cause crashes in
+ multithreaded code. See `this thread on botan-devel
+ <http://lists.randombit.net/pipermail/botan-devel/2011-July/001455.html>`_
+ for details and workarounds.
+
Version 1.8.12, 2011-06-20
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
* If EMSA3(Raw) was used for more than one signature, it would produce
diff --git a/readme.txt b/readme.txt
index b98c7499b..1e3958aa9 100644
--- a/readme.txt
+++ b/readme.txt
@@ -1,4 +1,4 @@
-Botan 1.10.1, Not Yet Released
+Botan 1.10.1, 2011-07-11
http://botan.randombit.net/
Botan is a C++ class library for performing a wide variety of