aboutsummaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorNick Mathewson <nickm@torproject.org>2008-12-15 21:17:43 +0000
committerNick Mathewson <nickm@torproject.org>2008-12-15 21:17:43 +0000
commit51c29e1e24c87ccf3666e28075e8dfa93cb5240c (patch)
treef9954bca44df6da4875733cb588f0b2208985df9 /ChangeLog
parent5822e14dc96b08c059c4af94f4707635610b18ad (diff)
downloadtor-51c29e1e24c87ccf3666e28075e8dfa93cb5240c.tar.gz
tor-51c29e1e24c87ccf3666e28075e8dfa93cb5240c.zip
Apply rovv's bug 805 fix: take more care never to prefer a non-canonical connection.
svn:r17627
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog4
1 files changed, 4 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index f966065494..5ed6859f4c 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -47,6 +47,10 @@ Changes in version 0.2.1.9-alpha - 200?-??-??
o Minor bugfixes:
- Resume using the correct "REASON=" stream when telling the
controller why we closed a stream. Bugfix in 0.2.1.1-alpha.
+ - When a canonical connection appears later in our internal list
+ than a noncanonical one for a given OR ID, always use the
+ canonical one. Bugfix on 0.2.0.12-alpha. Fixes bug 805.
+ Spotted by rovv.
o Minor bugfixes (hidden services):
- Do not throw away existing introduction points on SIGHUP; bugfix on