aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJack Lloyd <[email protected]>2015-12-11 09:48:12 -0500
committerJack Lloyd <[email protected]>2015-12-11 09:48:12 -0500
commit7db6e85d2af49d7d5220b99f7e77e60f4ab35de1 (patch)
tree014f8f1cb7063026fe854a76c5dc0577d52eafef
parent272e72d2dcb3e4b3e717946383dc67dba860c473 (diff)
Bump version to 1.11.26-pre
-rw-r--r--botan_version.py2
-rw-r--r--doc/news.rst8
-rw-r--r--readme.rst1
3 files changed, 10 insertions, 1 deletions
diff --git a/botan_version.py b/botan_version.py
index bb1431155..3ffc33e2d 100644
--- a/botan_version.py
+++ b/botan_version.py
@@ -1,7 +1,7 @@
release_major = 1
release_minor = 11
-release_patch = 25
+release_patch = 26
release_so_abi_rev = release_patch
# These are set by the distribution script
diff --git a/doc/news.rst b/doc/news.rst
index d52adfbb9..4772501e3 100644
--- a/doc/news.rst
+++ b/doc/news.rst
@@ -1,6 +1,14 @@
Release Notes
========================================
+Version 1.11.26, Not Yet Released
+^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
+
+* Root all exceptions thrown by the library in the `Botan::Exception` class.
+ Previously the library would in many cases throw `std::runtime_error`
+ or `std::invalid_argument` exceptions which would make it hard to determine
+ the source of the error in some cases.
+
Version 1.11.25, 2015-12-07
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
diff --git a/readme.rst b/readme.rst
index 43a40fca3..7afdf579a 100644
--- a/readme.rst
+++ b/readme.rst
@@ -138,6 +138,7 @@ Especially recommended are:
- *Security Engineering -- A Guide to Building Dependable Distributed Systems*
by Ross Anderson
+ (`available online <https://www.cl.cam.ac.uk/~rja14/book.html>`_)
- *Handbook of Applied Cryptography*
by Alfred J. Menezes, Paul C. Van Oorschot, and Scott A. Vanstone