diff options
author | Nick Mathewson <nickm@torproject.org> | 2006-10-09 18:19:32 +0000 |
---|---|---|
committer | Nick Mathewson <nickm@torproject.org> | 2006-10-09 18:19:32 +0000 |
commit | 69e0843f7cd51a742334d1d10aa88a074d3cb0db (patch) | |
tree | a1fb6590ea03d8649456ee2d0209f1a261089bbd /ChangeLog | |
parent | 8ca4e143a962b9fc50a6e2011761ec55d61336b6 (diff) | |
download | tor-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-- | ChangeLog | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -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 |