From d63f7fde626f2be9d24ac323f2982eef1f82b970 Mon Sep 17 00:00:00 2001 From: Roger Dingledine Date: Sun, 15 May 2005 01:53:27 +0000 Subject: [PATCH] tweak changelog svn:r4221 --- ChangeLog | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ChangeLog b/ChangeLog index 176a9e9cec..b60dbe5cc6 100644 --- a/ChangeLog +++ b/ChangeLog @@ -9,7 +9,7 @@ Changes in version 0.1.0.6-rc - 2005-05-14 addresses. Now we don't log a bunch of complaints on startup when using the default exit policy. - Some people were putting "Address " in their torrc, and they had - a buggy resolver that resolved " " to 0.0.0.0. Oops. + a buggy resolver that resolved " " to 0.0.0.0. Oops. - If DataDir is ~/.tor, and that expands to /.tor, then default to LOCALSTATEDIR/tor instead. - Fix fragmented-message bug in TorControl.py.