aboutsummaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorNick Mathewson <nickm@torproject.org>2006-10-09 18:19:32 +0000
committerNick Mathewson <nickm@torproject.org>2006-10-09 18:19:32 +0000
commit69e0843f7cd51a742334d1d10aa88a074d3cb0db (patch)
treea1fb6590ea03d8649456ee2d0209f1a261089bbd /ChangeLog
parent8ca4e143a962b9fc50a6e2011761ec55d61336b6 (diff)
downloadtor-69e0843f7cd51a742334d1d10aa88a074d3cb0db.tar.gz
tor-69e0843f7cd51a742334d1d10aa88a074d3cb0db.zip
r8983@totoro: nickm | 2006-10-09 14:19:18 -0400
Add missing ! to code to generate short/verbose nicknames for orconn events. svn:r8674
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog3
1 files changed, 3 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 4409bdcc09..d7d5ed63b3 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -15,6 +15,9 @@ Changes in version 0.1.2.3-alpha - 2006-10-??
uses EVENT_NEW_DESC with verbose nicknames.
- When stopping an NT service, wait up to 10 sec for it to actually
stop. (Patch from Matt Edman; resolves bug 295.)
+ - Fix handling of verbose nicknames with ORCONN controller events:
+ make them show up exactly when requested, rather than exactly when
+ not requested.
Changes in version 0.1.2.2-alpha - 2006-10-07