aboutsummaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorRoger Dingledine <arma@torproject.org>2004-11-14 04:54:35 +0000
committerRoger Dingledine <arma@torproject.org>2004-11-14 04:54:35 +0000
commit23c6d8a926ea750ee56e8369f6259674546648d6 (patch)
treeec93e96e39d87c5166485842929fd2a15ca269a2 /ChangeLog
parentf4aa1da0b662cba035d99030b6b46d7d61ec3ca8 (diff)
downloadtor-23c6d8a926ea750ee56e8369f6259674546648d6.tar
tor-23c6d8a926ea750ee56e8369f6259674546648d6.tar.gz
update the 009pre5 changelog with what i actually announced
svn:r2843
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog6
1 files changed, 3 insertions, 3 deletions
diff --git a/ChangeLog b/ChangeLog
index 1c707bee2..fc00116de 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -23,9 +23,9 @@ pre5:
o Major Features:
- Hibernation: New config option "AccountingMaxKB" lets you
- set how many KB per month you want to allow your server to
+ set how many KBytes per month you want to allow your server to
consume. Rather than spreading those bytes out evenly over the
- month, we instead hibernate for most of the month and pop up
+ month, we instead hibernate for some of the month and pop up
at a deterministic time, work until the bytes are consumed, then
hibernate again. Config option "MonthlyAccountingStart" lets you
specify which day of the month your billing cycle starts on.
@@ -40,7 +40,7 @@ pre5:
use in authenticating to the control interface.
- New log format in config:
"Log minsev[-maxsev] stdout|stderr|syslog" or
- "Log minsev[-maxsev] file /foo"
+ "Log minsev[-maxsev] file /var/foo"
o Minor Features:
- DirPolicy config option, to let people reject incoming addresses