diff options
author | Nick Mathewson <nickm@torproject.org> | 2007-12-20 06:15:19 +0000 |
---|---|---|
committer | Nick Mathewson <nickm@torproject.org> | 2007-12-20 06:15:19 +0000 |
commit | c52cacb1a291117b03aa7cdfb9a7bce321f9124e (patch) | |
tree | c2c4d308cb2542e48283e9a781f4855e20310134 /ChangeLog | |
parent | 349e55e6cb5b2150ca1ef8e1f3acfa506ba8d399 (diff) | |
download | tor-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-- | ChangeLog | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -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 |