aboutsummaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorNick Mathewson <nickm@torproject.org>2007-02-08 07:24:06 +0000
committerNick Mathewson <nickm@torproject.org>2007-02-08 07:24:06 +0000
commit1e2d5f30ff06c3a5afb55022e45d3ed16e5b29f2 (patch)
tree74eb3b3d88c833aa6db80f744af3ec8875f3a661 /ChangeLog
parent3f0b36e0e1fc157d66dd536ad7a7d75c94adfb78 (diff)
downloadtor-1e2d5f30ff06c3a5afb55022e45d3ed16e5b29f2.tar.gz
tor-1e2d5f30ff06c3a5afb55022e45d3ed16e5b29f2.zip
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
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog3
1 files changed, 3 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 9bdcf66509..35bd42ccd6 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -11,6 +11,9 @@ Changes in version 0.1.2.8-alpha - 2007-??-??
- Report events where a resolve succeeded or where we got a socks
protocol error correctly, rather than calling both of them "INTERNAL".
+ o Minor bugfixes (other)
+ - Display correct results when reporting which versions are recommended,
+ and how recommended they are. (Resolves bug 383.)
Changes in version 0.1.2.7-alpha - 2007-02-06
o Major bugfixes (rate limiting):