aboutsummaryrefslogtreecommitdiffstats
path: root/doc/log.txt
diff options
context:
space:
mode:
authorJack Lloyd <[email protected]>2017-01-12 20:44:46 -0500
committerJack Lloyd <[email protected]>2017-01-12 20:47:23 -0500
commitf79e642ab8c09971968abdfe6990df6801711e1f (patch)
tree669f18b9c8a1674302aad4109d92c7117e8755d1 /doc/log.txt
parent197ec97ff45bd15575f37eb47c97ea6900843454 (diff)
Update for 1.10.15 release1.10.15
Diffstat (limited to 'doc/log.txt')
-rw-r--r--doc/log.txt9
1 files changed, 5 insertions, 4 deletions
diff --git a/doc/log.txt b/doc/log.txt
index c4b0fc258..9ceaa7d3d 100644
--- a/doc/log.txt
+++ b/doc/log.txt
@@ -7,13 +7,14 @@ Release Notes
Series 1.10
----------------------------------------
-Version 1.10.15, Not Yet Released
+Version 1.10.15, 2017-01-12
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
-* Fix a bug causing incorrect modular exponentiation computations when
- the modulus was even and the exponent was large. (GH #754)
+* Fix a bug causing modular exponentiations done modulo even numbers
+ to almost always be incorrect, unless the values were small. This
+ bug is not known to affect any cryptographic operation in Botan. (GH #754)
-* Fix C++98 build by avoiding std::to_string (GH #747)
+* Avoid use of C++11 std::to_string in some code added in 1.10.14 (GH #747 #834)
Version 1.10.14, 2016-11-28
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^