diff options
author | lloyd <[email protected]> | 2014-12-13 15:49:32 +0000 |
---|---|---|
committer | lloyd <[email protected]> | 2014-12-13 15:49:32 +0000 |
commit | 6d22cc58e4fc61265bc3dbad4fc224f746f378f3 (patch) | |
tree | 106486069aa90b6526a087f7b162ea9e950e81a2 | |
parent | be4fe72292914ef591dc137d7d8ba3d88d6fe06d (diff) |
Add 1.10.9 release
-rw-r--r-- | doc/relnotes/1_10_9.rst | 20 | ||||
-rw-r--r-- | doc/website/download.rst | 8 |
2 files changed, 23 insertions, 5 deletions
diff --git a/doc/relnotes/1_10_9.rst b/doc/relnotes/1_10_9.rst new file mode 100644 index 000000000..729e84cd7 --- /dev/null +++ b/doc/relnotes/1_10_9.rst @@ -0,0 +1,20 @@ +Version 1.10.9, 2014-12-13 +^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ + +* Fixed EAX tag verification to run in constant time + +* The default TLS policy now disables SSLv3. + +* A crash could occur when reading from a blocking random device if + the device initially indicated that entropy was available but + a concurrent process drained the entropy pool before the + read was initiated. + +* 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. + diff --git a/doc/website/download.rst b/doc/website/download.rst index 72da3e181..dce594f63 100644 --- a/doc/website/download.rst +++ b/doc/website/download.rst @@ -15,8 +15,7 @@ Current Development Series (1.11) ---------------------------------------- The latest development release is :doc:`relnotes/1_11_10`: -:tgz:`1.11.10` (:tgz_sig:`sig <1.11.10>`), -:tbz:`1.11.10` (:tbz_sig:`sig <1.11.10>`) +:tgz:`1.11.10` (:tgz_sig:`sig <1.11.10>`) To access the latest unreleased sources, see :doc:`vcs`. A script also creates regular snapshots of trunk, which are available `here @@ -30,9 +29,8 @@ creates regular snapshots of trunk, which are available `here Current Stable Series (1.10) ---------------------------------------- -The latest stable branch release is :doc:`relnotes/1_10_8`: -:tgz:`1.10.8` (:tgz_sig:`sig <1.10.8>`), -:tbz:`1.10.8` (:tbz_sig:`sig <1.10.8>`) +The latest stable branch release is :doc:`relnotes/1_10_9`: +:tgz:`1.10.9` (:tgz_sig:`sig <1.10.9>`) .. Windows Installer |