aboutsummaryrefslogtreecommitdiffstats
path: root/doc/log.txt
diff options
context:
space:
mode:
authorlloyd <[email protected]>2009-09-04 15:37:39 +0000
committerlloyd <[email protected]>2009-09-04 15:37:39 +0000
commitc184cd88ab53a8e2c343be0ab3a8517a964789e7 (patch)
treed6482cb99346e1d14a2181769b59f2b9daad489c /doc/log.txt
parent53f3baadaaf6e2475f3e98943ea3e835579715df (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.txt2
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