aboutsummaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorKarsten Loesing <karsten.loesing@gmx.net>2008-08-04 23:35:12 +0000
committerKarsten Loesing <karsten.loesing@gmx.net>2008-08-04 23:35:12 +0000
commit1fe07f66f470e39fa9138402be4f2c32b1faca60 (patch)
tree6c17913f4d6f1a4d64d33ec6253886104e57fb9f /ChangeLog
parentff9c3c006f717c7ae1135416e100078b793e664c (diff)
downloadtor-1fe07f66f470e39fa9138402be4f2c32b1faca60.tar
tor-1fe07f66f470e39fa9138402be4f2c32b1faca60.tar.gz
In some edge cases it occurs that the router descriptor of a previously picked introduction point becomes obsolete. In that case, don't stick to using that introduction point, but simply give up on it. Reverts some part of r15825.
svn:r16404
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog6
1 files changed, 6 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index d6edb098f..d3f7fd0f1 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -7,6 +7,12 @@ Changes in version 0.2.1.4-alpha - 2008-08-??
been established before, a false assertion was triggered. Noticed by
phobos, fixed by karsten. Bugfix on 0.2.1.3-alpha.
+ o Minor bugfixes:
+ - In some edge cases it occurs that the router descriptor of a
+ previously picked introduction point becomes obsolete. In that case,
+ don't stick to using this introduction point, but simply give up on
+ it. Observed by xiando. Bugfix on 0.2.1.3-alpha.
+
Changes in version 0.2.1.3-alpha - 2008-08-03
o Bootstrapping bugfixes (on 0.2.1.x-alpha):