summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorNick Mathewson <nickm@torproject.org>2008-11-07 14:01:44 +0000
committerNick Mathewson <nickm@torproject.org>2008-11-07 14:01:44 +0000
commit5e2cdc166621da9e219e305f2de6e10de412cb97 (patch)
tree77705d5fdeec308805eae793de536c2d98485740 /ChangeLog
parenta15bdd3edd2ee922a685b256e4d1f0b6ac8986c0 (diff)
downloadtor-5e2cdc166621da9e219e305f2de6e10de412cb97.tar.gz
tor-5e2cdc166621da9e219e305f2de6e10de412cb97.zip
When we get a duplicated certificate, treat it as a failure and increment the download count. Do not claim to be downloading certificates that we merely want.
svn:r17209
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog4
1 files changed, 4 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 9be7dccba8..8273e92826 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -67,6 +67,10 @@ Changes in version 0.2.1.7-alpha - 2008-11-07
introduction points.
- Fix uninitialized size field for memory area allocation: may improve
memory performance during directory parsing.
+ - Treat duplicate certificate fetches as failures, so that we do
+ not try to re-fetch an expired certificate over and over and over.
+ - Do not say we're fetching a certificate when we'll in fact skip it
+ because of a pending download.
Changes in version 0.2.1.6-alpha - 2008-09-30