summaryrefslogtreecommitdiff
path: root/changes
diff options
context:
space:
mode:
authorNick Mathewson <nickm@torproject.org>2014-09-09 10:22:42 -0400
committerNick Mathewson <nickm@torproject.org>2014-09-09 10:22:42 -0400
commitad0ae89b3c872ee89f4bd6096e650d4e2c855330 (patch)
treebe776c6b7829193df6324a9ff8d9e2cd3f2ac5b6 /changes
parent2ecaa59bd794f1cba6a4ce3b82b73a8b4d27b2ab (diff)
parenta3c49ca79aa28d869223773eb8e8774013f3eb77 (diff)
downloadtor-ad0ae89b3c872ee89f4bd6096e650d4e2c855330.tar.gz
tor-ad0ae89b3c872ee89f4bd6096e650d4e2c855330.zip
Merge remote-tracking branch 'origin/maint-0.2.5'
Diffstat (limited to 'changes')
-rw-r--r--changes/bug130713
1 files changed, 3 insertions, 0 deletions
diff --git a/changes/bug13071 b/changes/bug13071
new file mode 100644
index 0000000000..8212b6c049
--- /dev/null
+++ b/changes/bug13071
@@ -0,0 +1,3 @@
+ o Minor bugfixes (relay):
+ - Escape all strings from the directory connection before logging them.
+ Fixes bug 13071; bugfix on 0.1.1.15. Patch from "teor".