diff options
author | lloyd <[email protected]> | 2011-07-11 17:32:05 +0000 |
---|---|---|
committer | lloyd <[email protected]> | 2011-07-11 17:32:05 +0000 |
commit | 82e218500e6f305d02feecc000b43a5d9448e11a (patch) | |
tree | f6e65f62128b36f1ae1a92a33fe0a471ba794d99 /doc/log.txt | |
parent | 126db265d418668791aaf2d12067fec57772030d (diff) |
1.10.1 release1.10.1
Diffstat (limited to 'doc/log.txt')
-rw-r--r-- | doc/log.txt | 23 |
1 files changed, 22 insertions, 1 deletions
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 |