aboutsummaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorNick Mathewson <nickm@torproject.org>2007-04-16 23:56:31 +0000
committerNick Mathewson <nickm@torproject.org>2007-04-16 23:56:31 +0000
commitbfac679cd4209ea441211bcb5c5e210c6264e8c7 (patch)
tree541e482d67428e9c0015a4cd358ca9961f4413a8 /doc
parent362fbc79d276864c4b2b68ed9cf3bb8ba534985e (diff)
downloadtor-bfac679cd4209ea441211bcb5c5e210c6264e8c7.tar.gz
tor-bfac679cd4209ea441211bcb5c5e210c6264e8c7.zip
A hack I've been wanting for a while: when building a -dev version
from an SVN repository, use the current svn revision in the platform string and in the output of --version. svn:r9976
Diffstat (limited to 'doc')
-rw-r--r--doc/TODO5
1 files changed, 3 insertions, 2 deletions
diff --git a/doc/TODO b/doc/TODO
index 921385a8a8..1cb461d123 100644
--- a/doc/TODO
+++ b/doc/TODO
@@ -357,8 +357,9 @@ Future version:
such errors recently, then don't warn about it.
- More consistent error checking in router_parse_entry_from_string().
I can say "banana" as my bandwidthcapacity, and it won't even squeak.
- - Include the output of svn info/svk info output into the binary, so
- it's trivial to see what version a binary was built from.
+ o Include the output of svn info in the binary, so it's trivial to see what
+ version a binary was built from.
+ - Do the same for svk info.
- Add a doxygen style checker to make check-spaces so nick doesn't drift
too far from arma's undocumented styleguide. Also, document that
styleguide in HACKING. (See r9634 for example.)