diff options
author | Nick Mathewson <nickm@torproject.org> | 2009-06-22 12:34:32 -0400 |
---|---|---|
committer | Nick Mathewson <nickm@torproject.org> | 2009-06-22 12:34:32 -0400 |
commit | 262455527a82d1a9d482e3df32651700b2ba8c6e (patch) | |
tree | 21ac6b43113fc9797a339a0050e5933096db3eb7 /ChangeLog | |
parent | e6a1e7001b6546832661ff3608ea3358f7615bd7 (diff) | |
download | tor-262455527a82d1a9d482e3df32651700b2ba8c6e.tar.gz tor-262455527a82d1a9d482e3df32651700b2ba8c6e.zip |
Serve DirPortFrontPage even if the write bucket is low.
arma's rationale: "I think this is a bug, since people intentionally
set DirPortFrontPage, so they really do want their relay to serve that
page when it's asked for. Having it appear only sometimes (or roughly
never in Sebastian's case) makes it way less useful."
Fixes bug 1013; bugfix on 0.2.1.8-alpha.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 6 |
1 files changed, 6 insertions, 0 deletions
@@ -1,3 +1,9 @@ +Changes in version 0.2.1.17-?? - 2009-??-?? + o Minor bugfixes: + - Serve the DirPortFrontPage page even when we have been approaching + our quotas recently. Fixes bug 1013; bugfix on 0.2.1.8-alpha. + + Changes in version 0.2.1.16-rc - 2009-06-20 o Security fixes: - Fix an edge case where a malicious exit relay could convince a |