diff options
author | Nick Mathewson <nickm@torproject.org> | 2008-07-16 13:15:11 +0000 |
---|---|---|
committer | Nick Mathewson <nickm@torproject.org> | 2008-07-16 13:15:11 +0000 |
commit | bdcbd23e23c0d13be81255f815966d7607511430 (patch) | |
tree | ec842a55637029384b48400a5341ecf80e442f08 /ChangeLog | |
parent | 301367525a09f14502a47887c3efc5428bf64afa (diff) | |
download | tor-bdcbd23e23c0d13be81255f815966d7607511430.tar.gz tor-bdcbd23e23c0d13be81255f815966d7607511430.zip |
Stop trying to detect versions of Tor on the server-side older than 0.1.1.15-rc; they simply do not work any more. Also add comment about how or_is_obsolete is a terrible field name.
svn:r15982
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -28,6 +28,10 @@ Changes in version 0.2.1.3-alpha - 2008-07-xx don't reschedule publication of the next descriptor. Fixes bug 763. Bugfix on 0.0.9.3. + o Removed features + - Remove all backward-compatibility code to support servers running + versions of Tor so old as to no longer work at all on the Tor network. + Changes in version 0.2.0.29-rc - 2008-07-08 o Major bugfixes: |