[Author Prev][Author Next][Thread Prev][Thread Next][Author Index][Thread Index]
[or-cvs] r18391: {tor} fix a typo i found in the changelogs (tor/branches/tor-0_2_0-patches)
Author: arma
Date: 2009-02-04 10:19:20 -0500 (Wed, 04 Feb 2009)
New Revision: 18391
Modified:
tor/branches/tor-0_2_0-patches/ChangeLog
tor/branches/tor-0_2_0-patches/ReleaseNotes
Log:
fix a typo i found in the changelogs
Modified: tor/branches/tor-0_2_0-patches/ChangeLog
===================================================================
--- tor/branches/tor-0_2_0-patches/ChangeLog 2009-02-04 14:33:05 UTC (rev 18390)
+++ tor/branches/tor-0_2_0-patches/ChangeLog 2009-02-04 15:19:20 UTC (rev 18391)
@@ -69,7 +69,7 @@
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.
Modified: tor/branches/tor-0_2_0-patches/ReleaseNotes
===================================================================
--- tor/branches/tor-0_2_0-patches/ReleaseNotes 2009-02-04 14:33:05 UTC (rev 18390)
+++ tor/branches/tor-0_2_0-patches/ReleaseNotes 2009-02-04 15:19:20 UTC (rev 18391)
@@ -62,7 +62,7 @@
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.