summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorSebastian Hahn <sebastian@torproject.org>2010-03-01 03:17:48 +0100
committerSebastian Hahn <sebastian@torproject.org>2010-03-01 05:02:27 +0100
commit4db5e7ae7698393552c34d2c28180bbefa87fd62 (patch)
tree1b47dcd25ff08f43cea1bc6564219d372106e677 /ChangeLog
parent0cd1b499b46fa112e0d81e467a0d07f79e04bbdb (diff)
downloadtor-4db5e7ae7698393552c34d2c28180bbefa87fd62.tar.gz
tor-4db5e7ae7698393552c34d2c28180bbefa87fd62.zip
Add configure switch to disable use of asciidoc
Also break the build if that switch isn't used and asciidoc isn't available.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog6
1 files changed, 6 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 4b291047a6..fa40572480 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -15,6 +15,10 @@ Changes in version 0.2.2.10-alpha - 2010-??-??
circuits now only differ from fast ones in that they can use nodes
not marked with the Fast flag.
+ o Minor features:
+ - Allow disabling building of the manpages. This speeds up the
+ build considerably.
+
o Minor bugfixes:
- Fix a memleak in the EXTENDCIRCUIT logic. Spotted by coverity.
Bugfix on 0.2.2.9-alpha.
@@ -31,6 +35,8 @@ Changes in version 0.2.2.10-alpha - 2010-??-??
- Fix some urls in the exit notice file and make it XHTML1.1 strict
compliant. Based on a patch from Christian Kujau.
- Don't use sed in asciidoc-helper anymore.
+ - Make the build process fail if asciidoc cannot be found, and
+ building with asciidoc isn't disabled.
Changes in version 0.2.2.9-alpha - 2010-02-22
o Directory authority changes: