aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--doc/relnotes/1_10_9.rst20
-rw-r--r--doc/website/download.rst8
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