summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorRoger Dingledine <arma@torproject.org>2006-10-07 00:50:39 +0000
committerRoger Dingledine <arma@torproject.org>2006-10-07 00:50:39 +0000
commit06e5b2283c6b3b256f098191e7b86a44f00b2ccb (patch)
tree42facd018edd0278c2f4ef6777f9fd3afad8890f /ChangeLog
parent8ba5471de3c4b26f19f021ee8035c507dc1915f3 (diff)
downloadtor-06e5b2283c6b3b256f098191e7b86a44f00b2ccb.tar.gz
tor-06e5b2283c6b3b256f098191e7b86a44f00b2ccb.zip
minor cleanups
svn:r8622
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog8
1 files changed, 4 insertions, 4 deletions
diff --git a/ChangeLog b/ChangeLog
index 6542975746..cdf036ee23 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -65,9 +65,9 @@ Changes in version 0.1.2.2-alpha - 2006-10-??
a hostname; any router can call itself Unnamed; directory
authorities will never allocate Unnamed to any particular router;
clients won't believe that any router is the canonical Unnamed.
- - Only include function names in log messages for debugging messages;
- in other cases, the content of the message should be clear on its
- own, and including the function name only seems to confuse users.
+ - Only include function names in log messages for info/debug messages.
+ For notice/warn/err, the content of the message should be clear on
+ its own, and printing the function name only seems to confuse users.
- Avoid some false positives during reachability testing: don't try
to test via a server that's on the same /24 as us.
- New controller event to alert the controller when our server
@@ -176,7 +176,7 @@ Changes in version 0.1.2.2-alpha - 2006-10-??
- Be clearer that the *ListenAddress directives can be repeated
multiple times.
- (stopped at r8519)
+ (stopped at r8536)
- Build correctly for use on OS X platforms with case-sensitive
filesystems.