diff options
author | Roger Dingledine <arma@torproject.org> | 2004-09-29 00:55:35 +0000 |
---|---|---|
committer | Roger Dingledine <arma@torproject.org> | 2004-09-29 00:55:35 +0000 |
commit | b73e54f57c2d5055a1e4deec5ec959f50fd91da5 (patch) | |
tree | 83cdfc76292f230092715274471cfcc1cf34b74c /ChangeLog | |
parent | b2311b1f767ba6804361070fe04ed66e9cb175e3 (diff) | |
download | tor-b73e54f57c2d5055a1e4deec5ec959f50fd91da5.tar tor-b73e54f57c2d5055a1e4deec5ec959f50fd91da5.tar.gz |
add a last entry to the 0.0.9pre1 changelog
time to start testing it
svn:r2397
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -20,6 +20,10 @@ pre1: - We were starting to daemonize before we opened our logs, so if there were any problems opening logs, we would complain to stderr, which wouldn't work, and then mysteriously exit. + - Fix a rare bug where sometimes a verified OR would connect to us + before he'd uploaded his descriptor, which would cause us to + assign conn->nickname as though he's unverified. Now we look through + the fingerprint list to see if he's there. o Features: - Clients can ask dirservers for /dir.z to get a compressed version |