diff options
author | lloyd <[email protected]> | 2009-09-04 15:37:39 +0000 |
---|---|---|
committer | lloyd <[email protected]> | 2009-09-04 15:37:39 +0000 |
commit | c184cd88ab53a8e2c343be0ab3a8517a964789e7 (patch) | |
tree | d6482cb99346e1d14a2181769b59f2b9daad489c /doc/log.txt | |
parent | 53f3baadaaf6e2475f3e98943ea3e835579715df (diff) |
Add a new option --no-autoload to configure.py. This will produce a minimal
build (only libstate, utils, plus dependencies), which can be extended with
use of --enable-modules.
To add new modules to the set of always-loaded, use 'load_on always' in info.txt
Also fix a few small build problems that popped up when doing a minimal build.
Requested by a user.
Diffstat (limited to 'doc/log.txt')
-rw-r--r-- | doc/log.txt | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/doc/log.txt b/doc/log.txt index faba96814..a8627429c 100644 --- a/doc/log.txt +++ b/doc/log.txt @@ -1,5 +1,7 @@ * 1.8.7-pre, 2009-??-?? + - Fix processing multiple messages in XTS mode + - Add --no-autoload option to configure.py, for minimized builds * 1.8.6, 2009-08-13 - Add Cryptobox, a set of simple password-based encryption routines |