aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorlloyd <[email protected]>2013-12-29 18:29:49 +0000
committerlloyd <[email protected]>2013-12-29 18:29:49 +0000
commitd3f3d8f15da31dc9cda9857980ba216433a0e9f2 (patch)
tree8a2684df6933fb05517fac830c03e8f268a1a49a
parentf5b1cbf03a7c37105a4e4abe782f41f728cabc40 (diff)
Update for 1.10.7 release1.10.7
-rw-r--r--botan_version.py1
-rw-r--r--doc/log.txt6
-rw-r--r--readme.txt16
3 files changed, 10 insertions, 13 deletions
diff --git a/botan_version.py b/botan_version.py
index c84150a36..c3933ecfd 100644
--- a/botan_version.py
+++ b/botan_version.py
@@ -8,3 +8,4 @@ release_so_abi_rev = 0
# These are set by the distribution script
release_vc_rev = None
release_datestamp = 0
+release_type = 'unreleased'
diff --git a/doc/log.txt b/doc/log.txt
index bf58b5fd8..cac5dc375 100644
--- a/doc/log.txt
+++ b/doc/log.txt
@@ -7,12 +7,12 @@ Release Notes
Series 1.10
----------------------------------------
-Version 1.10.7, Not Yet Released
+Version 1.10.7, 2013-12-29
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
* OAEP had two bugs, one of which allowed it to be used even if the
- key was too small, and the other of which would cause a crash due to
- reading past the end of an array
+ key was too small, and the other of which would cause a crash during
+ decryption if the EME data was too large for the associated key.
Version 1.10.6, 2013-11-10
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
diff --git a/readme.txt b/readme.txt
index 00d6b49d8..d823b4e04 100644
--- a/readme.txt
+++ b/readme.txt
@@ -1,15 +1,11 @@
-Botan 1.10.6, 2013-11-10
-http://botan.randombit.net/
-Botan is a C++ class library for performing a wide variety of
-cryptographic operations. It is released under the 2 clause BSD
-license; see doc/license.txt for the specifics. You can file bugs in
-Bugzilla (http://bugs.randombit.net/) or by sending a report to the
-botan-devel mailing list. More information about the mailing list is
-at http://lists.randombit.net/mailman/listinfo/botan-devel/
+Botan is a C++ library for performing a wide variety of cryptographic
+operations. It is released under the 2 clause BSD license; see
+doc/license.rst for the specifics. You can file bugs in Bugzilla
+(http://bugs.randombit.net/) or by sending a report to the botan-devel
+mailing list. More information about the mailing list is at
+http://lists.randombit.net/mailman/listinfo/botan-devel/
You can find documentation online at http://botan.randombit.net/ as
well as in the doc directory in the distribution. Several examples can
be found in doc/examples as well.
-
-Jack Lloyd ([email protected])