aboutsummaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorPeter Palfrader <peter@palfrader.org>2008-03-27 17:25:49 +0000
committerPeter Palfrader <peter@palfrader.org>2008-03-27 17:25:49 +0000
commit9d132fbde6e776f2c4f18772deffa2a90faa7975 (patch)
treec7e07da3cbe92da81145ff482435238ee3b99ae0 /ChangeLog
parent3bc512cfe2ad26870407d1365028aa5d1c40a73a (diff)
downloadtor-9d132fbde6e776f2c4f18772deffa2a90faa7975.tar
tor-9d132fbde6e776f2c4f18772deffa2a90faa7975.tar.gz
Add --hush switch.
New --hush command-line option similar to --quiet. While --quiet disables all logging to the console on startup, --hush limits the output to messages of warning and error severity. svn:r14222
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog3
1 files changed, 3 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index e663d0ff4..0cfa8edd3 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -47,6 +47,9 @@ Changes in version 0.2.1.1-alpha - 2008-??-??
this accounted for over 40% of allocations from within Tor's code
on a typical directory cache.
- Lots of new unit tests.
+ - New --hush command-line option similar to --quiet. While --quiet
+ disables all logging to the console on startup, --hush limits the
+ output to messages of warning and error severity.
o Code simplifications and refactoring:
- Refactor code using connection_ap_handshake_attach_circuit() to