diff options
author | lloyd <[email protected]> | 2014-12-13 15:15:40 +0000 |
---|---|---|
committer | lloyd <[email protected]> | 2014-12-13 15:15:40 +0000 |
commit | fee379d79b6a1ce3652aab2fcd2ba716aedc97e8 (patch) | |
tree | 5cfda5611ac3d2ced36b051baa1d3fbd1df175e4 | |
parent | 4d279e2d5004fcddbc6890cabc8546168cd4a004 (diff) |
Update for 1.10.9 release1.10.9
-rw-r--r-- | doc/log.txt | 7 |
1 files changed, 6 insertions, 1 deletions
diff --git a/doc/log.txt b/doc/log.txt index 8e96640e2..dc9a95857 100644 --- a/doc/log.txt +++ b/doc/log.txt @@ -7,7 +7,7 @@ Release Notes Series 1.10 ---------------------------------------- -Version 1.10.9, Not Yet Released +Version 1.10.9, 2014-12-13 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ * Fixed EAX tag verification to run in constant time @@ -22,6 +22,11 @@ Version 1.10.9, Not Yet Released * Fix decoding indefinite length BER constructs that contain a context sensitive tag of zero. Github pull 26 from Janusz Chorko. +* The `botan-config` script previously tried to guess its prefix from + the location of the binary. However this was error prone, and now + the script assumes the final installation prefix matches the value + set during the build. Github issue 29. + Version 1.10.8, 2014-04-10 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ |