aboutsummaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorNick Mathewson <nickm@torproject.org>2007-10-10 20:06:38 +0000
committerNick Mathewson <nickm@torproject.org>2007-10-10 20:06:38 +0000
commit976c8f8a71b8dac7dc683e54cce02fcfe4146780 (patch)
tree29f356e640a7b4cd2520c9e21ca1bd313759956f /ChangeLog
parent8effa68b73402335a02651600167390942ee926e (diff)
downloadtor-976c8f8a71b8dac7dc683e54cce02fcfe4146780.tar.gz
tor-976c8f8a71b8dac7dc683e54cce02fcfe4146780.zip
r15646@catbus: nickm | 2007-10-10 16:01:54 -0400
Fix some memory leaks when serving v3 networkstatus documents and v3 certs. Generate 503 correctly when serving v3 networkstatus documents and v3 certs. svn:r11850
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog4
1 files changed, 4 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 34c59d4f1c..395e5360d3 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -29,6 +29,8 @@ Changes in version 0.2.0.8-alpha - 2007-10-12
- Add more ways for tools to download the votes that lead to the current
consensus.
- Caches now download v3 network status documents as needed.
+ - Send a 503 when low on bandwidth and a vote, consensus, or certificate
+ is requested.
o Minor features (network statuses):
- Tweak the implementation of proposal 109 slightly: allow at most
@@ -57,6 +59,8 @@ Changes in version 0.2.0.8-alpha - 2007-10-12
not on our preferred schedule.
- Make the return values and messages from signature uploads and downloads
more sensible.
+ - Fix a memory leak when serving votes and consensus documents, and
+ another when serving certificates.
o Minor bugfixes (performance):
- Use a slightly simpler string hashing algorithm (copying Python's