diff options
author | Roger Dingledine <arma@torproject.org> | 2007-02-09 00:22:43 +0000 |
---|---|---|
committer | Roger Dingledine <arma@torproject.org> | 2007-02-09 00:22:43 +0000 |
commit | b3ac3acefcdb632ed84facaf4f59118d54d53df4 (patch) | |
tree | 11045a0bc7e6b9124e53653e5bb1356c77e8ee6f /ChangeLog | |
parent | 0ad7dec59adb2f1f9cd1e09ade57c89a7fcedad6 (diff) | |
download | tor-b3ac3acefcdb632ed84facaf4f59118d54d53df4.tar.gz tor-b3ac3acefcdb632ed84facaf4f59118d54d53df4.zip |
If we start a server with ClientOnly 1, then set ClientOnly to 0
and hup, stop triggering an assert based on an empty onion_key.
svn:r9540
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -19,6 +19,8 @@ Changes in version 0.1.2.8-alpha - 2007-??-?? guess that an unrecognized directory will have the average bandwidth from all known directories, not that it will have the average bandwidth from those directories earlier than it on the list. + - If we start a server with ClientOnly 1, then set ClientOnly to 0 + and hup, stop triggering an assert based on an empty onion_key. o Minor features: - Warn the user when an application uses the obsolete binary v0 |