aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJack Lloyd <[email protected]>2015-07-05 21:20:48 -0400
committerJack Lloyd <[email protected]>2015-07-05 21:20:48 -0400
commite27b169d4cebfc9c80e3b9cd273cb355969a877e (patch)
tree49e7ed0c2de226ddef3e7ab889f7ae5befc38e1a
parentee7d2602628f48a8ded5f0f403e48b27609d4da1 (diff)
Update for 1.11.18 release1.11.18
-rw-r--r--doc/news.rst7
-rw-r--r--readme.rst12
2 files changed, 12 insertions, 7 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
diff --git a/readme.rst b/readme.rst
index f5bc9dfab..592f48e2d 100644
--- a/readme.rst
+++ b/readme.rst
@@ -61,9 +61,9 @@ There is also a third party open source implementation of
Download
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
-The 1.11 branch are highly recommended, especially for new development.
-But be warned the API is still subject to change before the 2.0 stable
-release.
+The 1.11 branch is highly recommended, especially for new development.
+But be warned the API is still subject to some change before the 2.0
+stable release.
All releases are signed with a
`PGP key <http://botan.randombit.net/pgpkey.txt>`_::
@@ -87,9 +87,9 @@ Current Development Series (1.11)
----------------------------------------
The latest development release is
-`1.11.17 <http://botan.randombit.net/releases/Botan-1.11.17.tgz>`_
-`(sig) <http://botan.randombit.net/releases/Botan-1.11.17.tgz.asc>`_
-released 2015-06-18
+`1.11.18 <http://botan.randombit.net/releases/Botan-1.11.18.tgz>`_
+`(sig) <http://botan.randombit.net/releases/Botan-1.11.18.tgz.asc>`_
+released 2015-07-05
Botan 1.11 requires a working C++11 compiler; GCC 4.8 and later,
Clang 3.4 and later, and MSVC 2013 are regularly tested.