r11700@catbus: nickm | 2007-02-08 02:03:50 -0500
commit1e2d5f30ff06c3a5afb55022e45d3ed16e5b29f2
authorNick Mathewson <nickm@torproject.org>
Thu, 8 Feb 2007 07:24:06 +0000 (8 07:24 +0000)
committerNick Mathewson <nickm@torproject.org>
Thu, 8 Feb 2007 07:24:06 +0000 (8 07:24 +0000)
tree74eb3b3d88c833aa6db80f744af3ec8875f3a661
parent3f0b36e0e1fc157d66dd536ad7a7d75c94adfb78
 r11700@catbus:  nickm | 2007-02-08 02:03:50 -0500
 Fix several bugs in computing recommended versions. 1) refactor is-this-version-good handling and which-vesions-are-good handling to be in the same place. 2) a version is recommended if more than half of the versioning authorities like it, not >= half.  3) "NEW_IN_SERIES" should mean, "I don't know of an 0.1.1.x this recent, and there are some 0.1.2.x versions out", not "I don't know of an 0.1.1.x this recent, but I know some older ones."  This should resolve bug 383.

svn:r9523
ChangeLog
doc/spec/path-spec.txt
src/or/or.h
src/or/routerlist.c
src/or/routerparse.c