summaryrefslogtreecommitdiff
path: root/changes/bug2346
diff options
context:
space:
mode:
authorNick Mathewson <nickm@torproject.org>2011-01-12 12:37:42 -0500
committerNick Mathewson <nickm@torproject.org>2011-01-12 12:37:42 -0500
commit5044cb9752b4414cadcdc3b12926b005e390fdf0 (patch)
treec2800e0ee75e323817b0adba276af917ed1050bd /changes/bug2346
parent95968a625e91ae43aef9a4b810f93078dabe1419 (diff)
downloadtor-5044cb9752b4414cadcdc3b12926b005e390fdf0.tar.gz
tor-5044cb9752b4414cadcdc3b12926b005e390fdf0.zip
Explain bug2346 fix better based on suggestions from arma
Diffstat (limited to 'changes/bug2346')
-rw-r--r--changes/bug23465
1 files changed, 3 insertions, 2 deletions
diff --git a/changes/bug2346 b/changes/bug2346
index 341b4f45bf..0f78b84614 100644
--- a/changes/bug2346
+++ b/changes/bug2346
@@ -1,5 +1,6 @@
o Minor features
- - If writing the state file to disk fails, wait an hour before
- retrying again. Fixes bug 2346. Bugfix on Tor 0.1.1.3-alpha.
+ - If writing the state file to disk fails, wait up to an hour
+ before retrying again. (Our old code would retry the write
+ immediately.) Fixes bug 2346. Bugfix on Tor 0.1.1.3-alpha.