aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorlloyd <[email protected]>2013-08-19 17:35:45 +0000
committerlloyd <[email protected]>2013-08-19 17:35:45 +0000
commit010ef001d56011078f629cd03e59809068cb3be4 (patch)
tree0856f013c3d6ad3317c210c36caae51dce44ad08
parent15c733d4bc9dc95a38b910ed691888c01ffe879d (diff)
Update build version to 1.11.5 pre
-rw-r--r--botan_version.py2
-rw-r--r--doc/relnotes/1_11_5.rst6
2 files changed, 7 insertions, 1 deletions
diff --git a/botan_version.py b/botan_version.py
index 8680258b6..73d8b9160 100644
--- a/botan_version.py
+++ b/botan_version.py
@@ -1,7 +1,7 @@
release_major = 1
release_minor = 11
-release_patch = 4
+release_patch = 5
release_so_abi_rev = release_patch
# These are set by the distribution script
diff --git a/doc/relnotes/1_11_5.rst b/doc/relnotes/1_11_5.rst
index f554283ca..a8125d635 100644
--- a/doc/relnotes/1_11_5.rst
+++ b/doc/relnotes/1_11_5.rst
@@ -1,6 +1,12 @@
Version 1.11.5, Not Yet Released
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
+* The interface previously exposed by AEAD modes which allows in-place
+ processing of messages is now used by all cipher modes. An adaptor
+ filter allows them to be used in a pipe.
+
+* Optimized computation of XTS tweaks, producing a substantial speedup
+
* TLS channels now support sending a ``std::vector``
* Add a generic 64-bit multiply instruction for producing a 128 bit result