aboutsummaryrefslogtreecommitdiffstats
path: root/doc
diff options
context:
space:
mode:
authorlloyd <[email protected]>2013-11-27 23:08:12 +0000
committerlloyd <[email protected]>2013-11-27 23:08:12 +0000
commit9917c4c7fa1c7db677d12b3e305e5e2938ef1726 (patch)
tree2673701314ef30154e794ad26de131e8cdbb914a /doc
parentf583ef72eaa57bc52b5a0bc75bbde4a0a4e25c8b (diff)
Add a simple HTTP 1.0 GET using asio (for CRLs and OCSP)
Diffstat (limited to 'doc')
-rw-r--r--doc/relnotes/1_11_6.rst3
1 files changed, 2 insertions, 1 deletions
diff --git a/doc/relnotes/1_11_6.rst b/doc/relnotes/1_11_6.rst
index a776411fd..84d081d5c 100644
--- a/doc/relnotes/1_11_6.rst
+++ b/doc/relnotes/1_11_6.rst
@@ -1,5 +1,6 @@
Version 1.11.6, Not Yet Released
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
- * Add HKDF from :rfc:`5869`
+ * Botan now requires Boost, specifically the filesystem and asio libraries.
+ * Add HKDF from :rfc:`5869`