summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorRoger Dingledine <arma@torproject.org>2007-03-09 08:56:39 +0000
committerRoger Dingledine <arma@torproject.org>2007-03-09 08:56:39 +0000
commitfe94914b98725127a644b2a9718b15dbda72d5a9 (patch)
tree0f6ef0b75add2c5a892b5559ad7125c1b8200015 /ChangeLog
parente5eba1c95d38a8b0cf7d9160fc9fc34da3bbdb79 (diff)
downloadtor-fe94914b98725127a644b2a9718b15dbda72d5a9.tar.gz
tor-fe94914b98725127a644b2a9718b15dbda72d5a9.zip
Put a platform string (e.g. "Linux i686") in the startup log
message, so when people paste just their logs, we know if it's openbsd or windows or what. svn:r9775
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog3
1 files changed, 3 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 6df74e8e59..a4923bcedd 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -5,6 +5,9 @@ Changes in version 0.2.0.1-alpha - 2007-??-??
o Minor features (logging):
- Always prepend "Bug: " to any log message about a bug.
+ - Put a platform string (e.g. "Linux i686") in the startup log
+ message, so when people paste just their logs, we know if it's
+ openbsd or windows or what.
o Minor features (other):
- More unit tests.