From: Mike Perry Date: Wed, 27 Mar 2013 01:55:12 +0000 (-0700) Subject: Changes file for #7065 X-Git-Tag: tor-0.2.4.12-alpha~5^2~17^2 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=4cc7cc28f8040b3a8f3faaca82abe27bbec0b744;p=thirdparty%2Ftor.git Changes file for #7065 (revised by nickm) --- diff --git a/changes/bug7065 b/changes/bug7065 new file mode 100644 index 0000000000..1ca6841021 --- /dev/null +++ b/changes/bug7065 @@ -0,0 +1,5 @@ + o Minor bugfix (log cleanups): + - Eliminate several instances where we use Nickname=ID to refer to + nodes in logs. Use Nickname (ID) instead. (Elsewhere, we still use + $ID=Nickname, which is also acceptable.) Fixes bug #7065. Bugfix + on 0.2.3.21-rc, 0.2.4.5-alpha, 0.2.4.8-alpha, and 0.2.4.10-alpha.