diff options
author | Nick Mathewson <nickm@torproject.org> | 2007-04-16 23:56:31 +0000 |
---|---|---|
committer | Nick Mathewson <nickm@torproject.org> | 2007-04-16 23:56:31 +0000 |
commit | bfac679cd4209ea441211bcb5c5e210c6264e8c7 (patch) | |
tree | 541e482d67428e9c0015a4cd358ca9961f4413a8 /doc | |
parent | 362fbc79d276864c4b2b68ed9cf3bb8ba534985e (diff) | |
download | tor-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/TODO | 5 |
1 files changed, 3 insertions, 2 deletions
@@ -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.) |