r14826@catbus: nickm | 2007-08-29 13:19:55 -0400
commit4266039c195ebf5ed38d02fbe31770fb6a03e254
authorNick Mathewson <nickm@torproject.org>
Wed, 29 Aug 2007 17:22:00 +0000 (29 17:22 +0000)
committerNick Mathewson <nickm@torproject.org>
Wed, 29 Aug 2007 17:22:00 +0000 (29 17:22 +0000)
tree20f6ecfacdea173c8827552a6ec49b9c937279df
parent1050eceb2ffc23a2780795fd23f87776a9f26c23
 r14826@catbus:  nickm | 2007-08-29 13:19:55 -0400
 Add a line to the state file for each guard to let us know which version added the guard.  If the line is absent, assume the guard was added by whatever version of Tor last wrote the state file.  Remove guards if the version that added them was using a bad guard selection algorithm.  (Previously, we removed guards if the version that wrote the file was using a bad guard selection algorithm, even if the guards themselves were chosen by a good version.)

svn:r11298
ChangeLog
doc/TODO
src/or/circuitbuild.c
src/or/config.c