aboutsummaryrefslogtreecommitdiffstats
path: root/doc/log.txt
diff options
context:
space:
mode:
authorlloyd <[email protected]>2011-06-01 12:50:25 +0000
committerlloyd <[email protected]>2011-06-01 12:50:25 +0000
commiteb12046134962918725570394d1925252adfb45a (patch)
tree93b1e724dcfa7e6375163c6d6a2fcf49b6b4be2a /doc/log.txt
parent5f902124596c8fad246481cd6682ace766f04c08 (diff)
Add --via-amalgamation option that builds everything from a single
source file.
Diffstat (limited to 'doc/log.txt')
-rw-r--r--doc/log.txt5
1 files changed, 5 insertions, 0 deletions
diff --git a/doc/log.txt b/doc/log.txt
index a86c28e59..759f5fc5e 100644
--- a/doc/log.txt
+++ b/doc/log.txt
@@ -40,6 +40,11 @@ Version 1.9.18, Not Yet Released
* Fix a bug under Visual C++ 2010 which would cause ``hex_encode`` to
crash if given a zero-sized input to encode.
+* A new build option ``--via-amalgamation`` will first generate the
+ single-file amalgamation, then build the library from that single
+ file. This option requires a lot of memory and does not parallelize,
+ but the resulting library is smaller and may be faster.
+
* On Unix, the library and header paths have been changed to allow
parallel installation of different versions of the library. Headers
are installed into ``<prefix>/include/botan-1.9/botan``, libraries