Report SIGNAL event to controllers when acting on delayed NEWNYM

Fixes bug 3349.
This commit is contained in:
Robert Ransom
2011-06-05 05:43:27 -07:00
parent bc607bee3f
commit 8a69cc0468
2 changed files with 11 additions and 1 deletions
+9
View File
@@ -0,0 +1,9 @@
o Minor bugfixes:
- Report a SIGNAL event to controllers when acting on a delayed
SIGNAL NEWNYM command. Previously, we would report a SIGNAL
event to the controller if we acted on a SIGNAL NEWNYM command
immediately, and otherwise not report a SIGNAL event for the
command at all. Bugfix on 0.2.3.1-alpha; fixes bug 3349.