summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorNick Mathewson <nickm@torproject.org>2009-03-18 19:30:30 +0000
committerNick Mathewson <nickm@torproject.org>2009-03-18 19:30:30 +0000
commita335b43a6719e02f135415a1c9ef860d80a4bdac (patch)
tree5156f3bb405c77e3519a10f7d831ce84b43b24fa /ChangeLog
parente591aafca420b673a63881573581a9cdb178c3f9 (diff)
downloadtor-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--ChangeLog6
1 files changed, 6 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 7f6315020f..d003e273d1 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -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