diff options
author | Nick Mathewson <nickm@torproject.org> | 2007-01-10 20:43:40 +0000 |
---|---|---|
committer | Nick Mathewson <nickm@torproject.org> | 2007-01-10 20:43:40 +0000 |
commit | 8835bb844ef30dcd30eba5410340f21bec7057a7 (patch) | |
tree | 8d2a6aee12179b21f722b46d4a610f9da0088426 /ChangeLog | |
parent | 99376955988906b55b94bea1a44ea92ef611ae2b (diff) | |
download | tor-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-- | ChangeLog | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -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 |