diff options
author | Nick Mathewson <nickm@torproject.org> | 2007-09-13 17:01:08 +0000 |
---|---|---|
committer | Nick Mathewson <nickm@torproject.org> | 2007-09-13 17:01:08 +0000 |
commit | 5fcc48d389b558f5c147667321bedc530649b74c (patch) | |
tree | 35f641ae46a9a9400e9d952d0053c37e1f0f8496 /ChangeLog | |
parent | 9b1ad0074bd21e4494b25a9c22fde289207f6b76 (diff) | |
download | tor-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-- | ChangeLog | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -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 |