diff options
author | Nick Mathewson <nickm@torproject.org> | 2006-12-24 02:45:53 +0000 |
---|---|---|
committer | Nick Mathewson <nickm@torproject.org> | 2006-12-24 02:45:53 +0000 |
commit | f3fd5d9032e377783a90b9b6995ef3a6413fc98e (patch) | |
tree | 7784559bf3b9ab9e6d3672d6acbf75e0b81019bd /ChangeLog | |
parent | bba5a3533f1413601c04a8f61ab0662b77fe7e2b (diff) | |
download | tor-f3fd5d9032e377783a90b9b6995ef3a6413fc98e.tar.gz tor-f3fd5d9032e377783a90b9b6995ef3a6413fc98e.zip |
r11680@Kushana: nickm | 2006-12-23 21:45:05 -0500
Remove code to look for keys in their old locations: we havent stored them there since 0.0.7.2.
svn:r9175
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -44,6 +44,9 @@ Changes in version 0.1.2.5-xxxx - 200?-??-?? has gone by, or until we have no dirservers that haven't given us a 503. - The state file gets saved less often when AvoidDiskWrites is set. + - We no longer look for identity and onion keys in "identity.key" and + "onion.key" -- these were replaced by secret_id_key and + secret_onion_key in 0.0.8pre1. o Security bugfixes: - Stop sending the HttpProxyAuthenticator string to directory |