aboutsummaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorNick Mathewson <nickm@torproject.org>2007-12-20 06:15:19 +0000
committerNick Mathewson <nickm@torproject.org>2007-12-20 06:15:19 +0000
commitc52cacb1a291117b03aa7cdfb9a7bce321f9124e (patch)
treec2c4d308cb2542e48283e9a781f4855e20310134 /ChangeLog
parent349e55e6cb5b2150ca1ef8e1f3acfa506ba8d399 (diff)
downloadtor-c52cacb1a291117b03aa7cdfb9a7bce321f9124e.tar.gz
tor-c52cacb1a291117b03aa7cdfb9a7bce321f9124e.zip
r17275@catbus: nickm | 2007-12-20 01:15:04 -0500
Backport: Don't try to create the datadir when we are only verifying the configuration or hashing a password. Resolves bug 540. svn:r12885
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog2
1 files changed, 2 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 3fed9a75d2..2a43c8c2cc 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -29,6 +29,8 @@ Changes in version 0.1.2.19 - 2007-??-??
- When we decide to send a 503 response to a request for servers, do
not then also send the server descriptors: this defeats the whole
purpose. Fixes bug 539.
+ - Don't try to create the datadir when running --verify-config or
+ --hash-password. Resolves bug 540.
Changes in version 0.1.2.18 - 2007-10-28