diff options
author | Jack Lloyd <[email protected]> | 2015-07-05 21:20:48 -0400 |
---|---|---|
committer | Jack Lloyd <[email protected]> | 2015-07-05 21:20:48 -0400 |
commit | e27b169d4cebfc9c80e3b9cd273cb355969a877e (patch) | |
tree | 49e7ed0c2de226ddef3e7ab889f7ae5befc38e1a /doc | |
parent | ee7d2602628f48a8ded5f0f403e48b27609d4da1 (diff) |
Update for 1.11.18 release1.11.18
Diffstat (limited to 'doc')
-rw-r--r-- | doc/news.rst | 7 |
1 files changed, 6 insertions, 1 deletions
diff --git a/doc/news.rst b/doc/news.rst index 785e4f365..83e18c526 100644 --- a/doc/news.rst +++ b/doc/news.rst @@ -1,12 +1,17 @@ Release Notes ======================================== -Version 1.11.18, Not Yet Released +Version 1.11.18, 2015-07-05 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ * In this release Botan has switched VCS from ``monotone`` to ``git``, and is now hosted on github at https://github.com/randombit/botan +* The TLS client called ``std::set_difference`` on an invalid iterator + pair. This could potentially lead to a crash depending on the + compiler and STL implementation. It also would trigger assertion + failures when using checked iterators. GH #73 + * Remove code constructs which triggered errors under MSVC and GCC debug iterators. The primary of these was an idiom of ``&vec[x]`` to create a pointer offset of a ``std::vector``. This failed when x was |