summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorKarsten Loesing <karsten.loesing@gmx.net>2009-10-26 22:49:43 -0700
committerKarsten Loesing <karsten.loesing@gmx.net>2009-10-26 22:49:43 -0700
commit19ddee5582bf6dc3d53cb31944de23277341eab6 (patch)
treefea3a5b665f7e6022e0491183d8f51ff00412421 /ChangeLog
parent174be15c1a062bb39298418a9c530f73557c4916 (diff)
downloadtor-19ddee5582bf6dc3d53cb31944de23277341eab6.tar.gz
tor-19ddee5582bf6dc3d53cb31944de23277341eab6.zip
Fix bug 1042.
If your relay can't keep up with the number of incoming create cells, it would log one warning per failure into your logs. Limit warnings to 1 per minute.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog3
1 files changed, 3 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index f2d282fda4..5eb74f7efb 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -37,6 +37,9 @@ Changes in version 0.2.2.6-alpha - 2009-10-??
nobody will vote about "Running", and clients will get a consensus
with no usable relays. Instead, authorities refuse to build a
consensus if this happens. Bugfix on 0.2.0.10-alpha; fixes bug 1066.
+ - If your relay can't keep up with the number of incoming create
+ cells, it would log one warning per failure into your logs. Limit
+ warnings to 1 per minute. Bugfix on 0.0.2pre10; fixes bug 1042.
Changes in version 0.2.2.5-alpha - 2009-10-11