diff options
author | Nick Mathewson <nickm@torproject.org> | 2007-04-17 21:16:40 +0000 |
---|---|---|
committer | Nick Mathewson <nickm@torproject.org> | 2007-04-17 21:16:40 +0000 |
commit | a97361183454f69afc370e5f5a4a723094a7f95a (patch) | |
tree | 01e834576c8328d3f0420a2a617ea9dae61120f2 /ChangeLog | |
parent | 00941b01714b08623110ee831a0f479ce194b389 (diff) | |
download | tor-a97361183454f69afc370e5f5a4a723094a7f95a.tar.gz tor-a97361183454f69afc370e5f5a4a723094a7f95a.zip |
r12425@catbus: nickm | 2007-04-17 17:16:38 -0400
Detect the svn version correctly when building from an svk checkout too. Whee, fun with bash and make.
svn:r9985
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -23,8 +23,8 @@ Changes in version 0.2.0.1-alpha - 2007-??-?? - When warning about missing headers, tell the user to let us know if the compile succeeds anyway, so we can downgrade the warning. - - If we're building from a subversion repository, include the current - SVN revision as part of the version string. + - If we're building from a subversion checkout or an SVK mirror, include + the current SVN revision as part of the version string. o Minor features (logging): - Always prepend "Bug: " to any log message about a bug. |