summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorNick Mathewson <nickm@torproject.org>2007-09-13 17:01:08 +0000
committerNick Mathewson <nickm@torproject.org>2007-09-13 17:01:08 +0000
commit5fcc48d389b558f5c147667321bedc530649b74c (patch)
tree35f641ae46a9a9400e9d952d0053c37e1f0f8496 /ChangeLog
parent9b1ad0074bd21e4494b25a9c22fde289207f6b76 (diff)
downloadtor-5fcc48d389b558f5c147667321bedc530649b74c.tar.gz
tor-5fcc48d389b558f5c147667321bedc530649b74c.zip
r14425@Kushana: nickm | 2007-09-13 13:00:57 -0400
Do not load state when options->command is not RUN_TOR. (Resolves bug 499; backport candidate) svn:r11437
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog3
1 files changed, 3 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 29fabc5a0f..102572b20a 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -36,6 +36,9 @@ Changes in version 0.2.0.7-alpha - 2007-??-??
a way to trigger this remotely.)
- Fix a memory leak when freeing incomplete requests from DNSPort.
(Found by Niels Provos with valgrind.)
+ - Don't try to access (or alter) the state file when running
+ --list-fingerprint or --verify-config or --hash-password. (Resolves
+ bug 499.)
o Code simplifications and refactoring:
- Revamp file-writing logic so we don't need to have the entire contents