diff options
author | Roger Dingledine <arma@torproject.org> | 2009-02-04 15:19:20 +0000 |
---|---|---|
committer | Roger Dingledine <arma@torproject.org> | 2009-02-04 15:19:20 +0000 |
commit | 48642326cbd41d823ec8ad2a64cee8ea92915394 (patch) | |
tree | cb442820d1a57bc8139bffeea15f9d45cc9b83ba | |
parent | 3040f3760eb5c1c445af5d6c81dc02a4f4620eb5 (diff) | |
download | tor-48642326cbd41d823ec8ad2a64cee8ea92915394.tar.gz tor-48642326cbd41d823ec8ad2a64cee8ea92915394.zip |
fix a typo i found in the changelogs
svn:r18391
-rw-r--r-- | ChangeLog | 2 | ||||
-rw-r--r-- | ReleaseNotes | 2 |
2 files changed, 2 insertions, 2 deletions
@@ -69,7 +69,7 @@ Changes in version 0.2.0.33 - 2009-01-21 CID 349. - When we can't initialize DNS because the network is down, do not automatically stop Tor from starting. Instead, we retry failed - dns_inits() every 10 minutes, and change the exit policy to reject + dns_init() every 10 minutes, and change the exit policy to reject *:* until one succeeds. Fixes bug 691. - Use 64 bits instead of 32 bits for connection identifiers used with the controller protocol, to greatly reduce risk of identifier reuse. diff --git a/ReleaseNotes b/ReleaseNotes index c895cfa602..340e3df0ac 100644 --- a/ReleaseNotes +++ b/ReleaseNotes @@ -62,7 +62,7 @@ Changes in version 0.2.0.33 - 2009-01-21 CID 349. - When we can't initialize DNS because the network is down, do not automatically stop Tor from starting. Instead, we retry failed - dns_inits() every 10 minutes, and change the exit policy to reject + dns_init() every 10 minutes, and change the exit policy to reject *:* until one succeeds. Fixes bug 691. - Use 64 bits instead of 32 bits for connection identifiers used with the controller protocol, to greatly reduce risk of identifier reuse. |