aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorlloyd <[email protected]>2015-03-30 02:09:52 +0000
committerlloyd <[email protected]>2015-03-30 02:09:52 +0000
commit01226c4ef4eb9be841a65cf6e3ac1c343bd922a6 (patch)
treef800fe45d596e8efc0ddcece4e40e898eda7f8b3
parent8f874750f29a08e4a5a2bebcdb66d77d037f7e41 (diff)
Update for 1.11.16 release1.11.16
-rw-r--r--doc/relnotes/1_11_16.rst7
-rw-r--r--doc/website/download.rst9
2 files changed, 10 insertions, 6 deletions
diff --git a/doc/relnotes/1_11_16.rst b/doc/relnotes/1_11_16.rst
index a303c0393..c27e5a204 100644
--- a/doc/relnotes/1_11_16.rst
+++ b/doc/relnotes/1_11_16.rst
@@ -1,4 +1,4 @@
-Version 1.11.16, Not Yet Released
+Version 1.11.16, 2015-03-29
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
* TLS has changed from using the non-standard NPN extension to the IETF
@@ -20,7 +20,10 @@ Version 1.11.16, Not Yet Released
supporting specialized implementations which only support particular
padding types.
-* Added global timeout to HMAC_RNG entropy reseed.
+* Added global timeout to HMAC_RNG entropy reseed. The defaults are
+ the values set in the build.h macros `BOTAN_RNG_AUTO_RESEED_TIMEOUT`
+ and `BOTAN_RNG_RESEED_DEFAULT_TIMEOUT`, but can be overriden
+ on a specific poll with the new API call reseed_with_timeout.
* Fixed Python cipher update_granularity() and default_nonce_length()
functions
diff --git a/doc/website/download.rst b/doc/website/download.rst
index 9413bf7be..e123feebd 100644
--- a/doc/website/download.rst
+++ b/doc/website/download.rst
@@ -8,14 +8,15 @@ Unsure which release you want? Check the :ref:`FAQ <devel_vs_stable>`.
.. note::
- If you are planning on developing an application using TLS, using
- the latest 1.11 release instead of 1.10 is highly recommended.
+ All users, especially for new applications, are encouraged to use
+ the latest 1.11 release instead of 1.10, though some API changes
+ are still likely to occur before a new stable release based on 1.11.
Current Development Series (1.11)
----------------------------------------
-The latest development release is :doc:`relnotes/1_11_15`:
-:tgz:`1.11.15` (:tgz_sig:`sig <1.11.15>`)
+The latest development release is :doc:`relnotes/1_11_16`:
+:tgz:`1.11.16` (:tgz_sig:`sig <1.11.16>`)
To access the latest unreleased sources, see :doc:`vcs`. A script also
creates regular snapshots of trunk, which are available `here