summaryrefslogtreecommitdiff
path: root/changes
diff options
context:
space:
mode:
authorNick Mathewson <nickm@torproject.org>2014-09-08 15:16:45 -0400
committerNick Mathewson <nickm@torproject.org>2014-09-08 15:16:45 -0400
commit2ecaa59bd794f1cba6a4ce3b82b73a8b4d27b2ab (patch)
treec718f598e33b4859b3ddb26925841415632e397b /changes
parent781b477bc8af868661450473cdebb5d70312fd61 (diff)
parentd229025fefa6faa228d9154e391293d9d5b320d3 (diff)
downloadtor-2ecaa59bd794f1cba6a4ce3b82b73a8b4d27b2ab.tar.gz
tor-2ecaa59bd794f1cba6a4ce3b82b73a8b4d27b2ab.zip
Merge remote-tracking branch 'origin/maint-0.2.5'
Diffstat (limited to 'changes')
-rw-r--r--changes/bug130853
1 files changed, 3 insertions, 0 deletions
diff --git a/changes/bug13085 b/changes/bug13085
new file mode 100644
index 0000000000..a46457c797
--- /dev/null
+++ b/changes/bug13085
@@ -0,0 +1,3 @@
+ o Minor bugfixes (controller):
+ - Actually send TRANSPORT_LAUNCHED and HS_DESC events to controllers.
+ Fixes bug 13085; bugfix on 0.2.5.1-alpha. Patch by "teor".