diff options
author | Nick Mathewson <nickm@torproject.org> | 2009-01-04 00:35:51 +0000 |
---|---|---|
committer | Nick Mathewson <nickm@torproject.org> | 2009-01-04 00:35:51 +0000 |
commit | c4b8fef36281851a4f2abd9f9c025e4419a92138 (patch) | |
tree | 083ba88f4949e3cf29d501505ac8b840d5e4f1e5 /ChangeLog | |
parent | b4d7776de8b74c68797c6d53ed80a7f682aabcea (diff) | |
download | tor-c4b8fef36281851a4f2abd9f9c025e4419a92138.tar.gz tor-c4b8fef36281851a4f2abd9f9c025e4419a92138.zip |
Remove svn $Id$s from our source, and remove tor --version --version.
The subversion $Id$ fields made every commit force a rebuild of
whatever file got committed. They were not actually useful for
telling the version of Tor files in the wild.
svn:r17867
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 6 |
1 files changed, 6 insertions, 0 deletions
@@ -30,6 +30,12 @@ Changes in version 0.2.1.10-alpha - 2009-01-?? automatically give up after the 254th failure. Bugfix on 0.2.1.9-alpha. + o Deprecated and removed features: + - The old "tor --version --version" command, which would spit out the + subversion "Id" of most of the source files, is now removed. It + turned out to be less useful than we'd expected, and harder to + maintain. + o Code simplifications and refactoring: - Change our header file guard macros to be less likely to conflict with system headers. Adam Langley noticed that we were conflicting |