From e27b169d4cebfc9c80e3b9cd273cb355969a877e Mon Sep 17 00:00:00 2001 From: Jack Lloyd Date: Sun, 5 Jul 2015 21:20:48 -0400 Subject: Update for 1.11.18 release --- doc/news.rst | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) (limited to 'doc') 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 -- cgit v1.2.3