diff options
author | lloyd <[email protected]> | 2012-06-20 16:45:46 +0000 |
---|---|---|
committer | lloyd <[email protected]> | 2012-06-20 16:45:46 +0000 |
commit | b5753ba9469450adde1136c5d50e82b4cad7b658 (patch) | |
tree | 235faa83a76a128b2690c75616a328c5ec269565 /doc/relnotes/1_10_1.txt | |
parent | 38acefedb83e291d13431a85120c942a389e0b99 (diff) |
Split log.txt into individual release notes. Integrate most of the
relevant contents from the pyblosxom news site into said relnotes.
DRY suggests having only one form of release notes, and having it in
the public source repo.
Also some updates for the allocator changes.
Diffstat (limited to 'doc/relnotes/1_10_1.txt')
-rw-r--r-- | doc/relnotes/1_10_1.txt | 21 |
1 files changed, 21 insertions, 0 deletions
diff --git a/doc/relnotes/1_10_1.txt b/doc/relnotes/1_10_1.txt new file mode 100644 index 000000000..45529e3d5 --- /dev/null +++ b/doc/relnotes/1_10_1.txt @@ -0,0 +1,21 @@ +Version 1.10.1, 2011-07-11 +^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ + +* 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. + +* 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``. + |