aboutsummaryrefslogtreecommitdiffstats
path: root/doc/relnotes/1_11_14.rst
diff options
context:
space:
mode:
authorlloyd <[email protected]>2015-02-06 04:01:31 +0000
committerlloyd <[email protected]>2015-02-06 04:01:31 +0000
commit9693089c88a1d7731c0633c7c0517cf4f9c28ae2 (patch)
tree6c72671da882b28d824babe655929a41d2f764f0 /doc/relnotes/1_11_14.rst
parentf41ae8e3119fa5647f142dc2a806799cdafa21d4 (diff)
Mark modules pulling in external deps (zlib, boost, etc) as such, and
notify the user when they are enabled. Drop botan-config, replaced by `botan config` command added in 1.11.8
Diffstat (limited to 'doc/relnotes/1_11_14.rst')
-rw-r--r--doc/relnotes/1_11_14.rst5
1 files changed, 5 insertions, 0 deletions
diff --git a/doc/relnotes/1_11_14.rst b/doc/relnotes/1_11_14.rst
index 71787db07..505e26224 100644
--- a/doc/relnotes/1_11_14.rst
+++ b/doc/relnotes/1_11_14.rst
@@ -20,3 +20,8 @@ Version 1.11.14, Not Yet Released
Previously the allocator would consume all available mlocked memory,
this allows botan to coexist with an application which wants to
mlock memory of its own.
+
+* The botan-config script previously installed on Unix systems has
+ been removed. Its functionality is replaced by the `config` command
+ of the `botan` tool executable, for example `botan config cflags`
+ instead of `botan-config --cflags`.