diff options
author | Nick Mathewson <nickm@torproject.org> | 2010-03-04 23:30:53 -0500 |
---|---|---|
committer | Nick Mathewson <nickm@torproject.org> | 2010-03-04 23:30:53 -0500 |
commit | 871974876757f40be7d8056a3f457f0eae2398d9 (patch) | |
tree | f1dcf6fe48cc828aaf561f51179d31233c91b77c /ChangeLog | |
parent | eb2e56ad3c469eeee38b63902361e86585da8c7c (diff) | |
parent | 4db5e7ae7698393552c34d2c28180bbefa87fd62 (diff) | |
download | tor-871974876757f40be7d8056a3f457f0eae2398d9.tar.gz tor-871974876757f40be7d8056a3f457f0eae2398d9.zip |
Merge commit 'sebastian/manpage'
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 11 |
1 files changed, 10 insertions, 1 deletions
@@ -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. @@ -23,11 +27,16 @@ Changes in version 0.2.2.10-alpha - 2010-??-?? fixes bug 1255. - Disallow values larger than INT32_MAX for PerConnBWRate|Burst config option. Bugfix on 0.2.2.7-alpha. + - Ship the asciidoc-helper file in the tarball, so that people can + build from source if they want to, and touching the .1.txt files + doesn't break the build. Bugfix on 0.2.2.9-alpha. o Code simplifications and refactoring: - 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: |