diff options
author | Nick Mathewson <nickm@torproject.org> | 2008-12-15 21:17:43 +0000 |
---|---|---|
committer | Nick Mathewson <nickm@torproject.org> | 2008-12-15 21:17:43 +0000 |
commit | 51c29e1e24c87ccf3666e28075e8dfa93cb5240c (patch) | |
tree | f9954bca44df6da4875733cb588f0b2208985df9 /ChangeLog | |
parent | 5822e14dc96b08c059c4af94f4707635610b18ad (diff) | |
download | tor-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-- | ChangeLog | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -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 |