summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorNick Mathewson <nickm@torproject.org>2007-01-10 20:43:40 +0000
committerNick Mathewson <nickm@torproject.org>2007-01-10 20:43:40 +0000
commit8835bb844ef30dcd30eba5410340f21bec7057a7 (patch)
tree8d2a6aee12179b21f722b46d4a610f9da0088426 /ChangeLog
parent99376955988906b55b94bea1a44ea92ef611ae2b (diff)
downloadtor-8835bb844ef30dcd30eba5410340f21bec7057a7.tar.gz
tor-8835bb844ef30dcd30eba5410340f21bec7057a7.zip
r11922@Kushana: nickm | 2007-01-10 15:43:18 -0500
Clear untrusted networkstatuses after 10 days too. (This is not a terribly awful bug, since we would only ever retain 16 of them, but it still might be nice to backport.) Resolves part A of bug 372. svn:r9324
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog3
1 files changed, 3 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 932d5037c1..d08f3a65c6 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -5,6 +5,9 @@ Changes in version 0.1.2.7-alpha - 2007-??-??
is now.
- Add some defensive programming to eventdns.c in an attempt to catch
possible memory-stomping bugs.
+ - Previously, we would cache up to 16 old networkstatus documents
+ indefinitely, if they came from nontrusted authorities. Now we
+ discard them if they are more than 10 days old.
Changes in version 0.1.2.6-alpha - 2007-01-09