summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorRoger Dingledine <arma@torproject.org>2006-10-09 21:26:34 +0000
committerRoger Dingledine <arma@torproject.org>2006-10-09 21:26:34 +0000
commit655859f76b237d3156cb0a77f5e56a77ef28fa17 (patch)
treeb5c5fe3f87c5c9478d29be70b1b878de5c043b7b /ChangeLog
parent86263acf95c19dea5ef0f2b61334cbc8889e8ab6 (diff)
downloadtor-655859f76b237d3156cb0a77f5e56a77ef28fa17.tar.gz
tor-655859f76b237d3156cb0a77f5e56a77ef28fa17.zip
When reporting verbose nicknames in entry_guards_getinfo(), avoid
printing a duplicate "$" in the keys we send. (Reported by mwenge) svn:r8681
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog2
1 files changed, 2 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index add00fa695..520ce08fed 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -22,6 +22,8 @@ Changes in version 0.1.2.3-alpha - 2006-10-??
- Fix handling of verbose nicknames with ORCONN controller events:
make them show up exactly when requested, rather than exactly when
not requested.
+ - When reporting verbose nicknames in entry_guards_getinfo(), avoid
+ printing a duplicate "$" in the keys we send.
Changes in version 0.1.2.2-alpha - 2006-10-07