summaryrefslogtreecommitdiff
path: root/changes
diff options
context:
space:
mode:
authorSebastian Hahn <sebastian@torproject.org>2011-05-29 00:54:59 +0200
committerNick Mathewson <nickm@torproject.org>2011-05-30 15:47:06 -0400
commitca538290af507833c7cd5df7f663507c3540448d (patch)
treee2317f530a8be2a423784651d6a233ab42a20d51 /changes
parent7f0fb8e6083128ff20b30d8cd29c220e9427d95e (diff)
downloadtor-ca538290af507833c7cd5df7f663507c3540448d.tar.gz
tor-ca538290af507833c7cd5df7f663507c3540448d.zip
Warn when two hs use the same directory
This simple implementation has a few issues, but it should do for 0.2.2.x. We will want to revisit this later and make it smarter.
Diffstat (limited to 'changes')
-rw-r--r--changes/bug32895
1 files changed, 5 insertions, 0 deletions
diff --git a/changes/bug3289 b/changes/bug3289
new file mode 100644
index 0000000000..c469796d6e
--- /dev/null
+++ b/changes/bug3289
@@ -0,0 +1,5 @@
+ o Minor bugfixes:
+ - Warn when the user configures two HiddenServiceDir lines that point
+ to the same directory. Bugfix on 0.0.6 (the version introducing
+ HiddenServiceDir); fixes bug 3289.
+