diff options
author | Nick Mathewson <nickm@torproject.org> | 2009-03-18 19:30:30 +0000 |
---|---|---|
committer | Nick Mathewson <nickm@torproject.org> | 2009-03-18 19:30:30 +0000 |
commit | a335b43a6719e02f135415a1c9ef860d80a4bdac (patch) | |
tree | 5156f3bb405c77e3519a10f7d831ce84b43b24fa /ChangeLog | |
parent | e591aafca420b673a63881573581a9cdb178c3f9 (diff) | |
download | tor-a335b43a6719e02f135415a1c9ef860d80a4bdac.tar.gz tor-a335b43a6719e02f135415a1c9ef860d80a4bdac.zip |
If we have a routerstatus but no routerinfo to name a router, use the routerstatus instead when generating circuit events. Also refactor a little.
svn:r19078
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 6 |
1 files changed, 6 insertions, 0 deletions
@@ -13,6 +13,12 @@ Changes in version 0.2.1.14-??? - 2009-03-?? - Avoid double-free on list of successfully uploaded hidden service discriptors. Fix for bug 948. Bugfix on 0.2.1.6-alpha. + o Minor features (controller): + - Try harder to look up nicknames for routers on a circuit when + generating circuit events with verbose nicknames. (Previously, we + would look in the router descriptors we had for nicknames, but not + in the consensus.) Partial fix for bug 941. + Changes in version 0.2.1.13-alpha - 2009-03-09 Tor 0.2.1.13-alpha includes another big pile of minor bugfixes and |