From 0e97dd36e95153c4c5e28bf0f77025c810466aaa Mon Sep 17 00:00:00 2001 From: Roger Dingledine Date: Wed, 29 Jun 2005 21:25:34 +0000 Subject: [PATCH] tweak the changelog svn:r4504 --- ChangeLog | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/ChangeLog b/ChangeLog index 5f89618529..c9de0a3d86 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,14 +1,14 @@ Changes in version 0.1.1.1-alpha - 2005-06-29 o Bugfixes: - - Make OSX init script check for missing argument, so we don't + - Make OS X init script check for missing argument, so we don't confuse users who invoke it incorrectly. - - Fix a seg fault in "tor --hash-password foo" + - Fix a seg fault in "tor --hash-password foo". - Fix a possible way to DoS dirservers. - When we complain that your exit policy implicitly allows local or private address spaces, name them explicitly so operators can fix it. - Make the log message less scary when all the dirservers are - temporarily unreachable + temporarily unreachable. - We were printing the number of idle dns workers incorrectly when culling them.