diff options
author | Nick Mathewson <nickm@torproject.org> | 2011-05-15 22:02:24 -0400 |
---|---|---|
committer | Nick Mathewson <nickm@torproject.org> | 2011-05-15 22:02:24 -0400 |
commit | b6eee716a88cba0d0ae4be4e542f61b2d300ecec (patch) | |
tree | 87e5a824af0757cbc9a8cdc22accf10b5fb662e5 | |
parent | b95dd03e5f6505ce2e78fe34a20bf5e5c970e6eb (diff) | |
download | tor-b6eee716a88cba0d0ae4be4e542f61b2d300ecec.tar tor-b6eee716a88cba0d0ae4be4e542f61b2d300ecec.tar.gz |
changes file for bug3045
-rw-r--r-- | changes/bug3045 | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/changes/bug3045 b/changes/bug3045 new file mode 100644 index 000000000..1cbcabaff --- /dev/null +++ b/changes/bug3045 @@ -0,0 +1,6 @@ + o Minor features: + - Revise most log messages that refer to nodes by nickname to + instead use the "$key=nickname at address" format. This should be + more useful, especially since nicknames are less and less likely + to be unique. Fixes bug 3045. + |