summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNick Mathewson <nickm@torproject.org>2011-07-19 11:14:01 -0400
committerNick Mathewson <nickm@torproject.org>2011-07-19 11:14:01 -0400
commit3e3aac5fd552b7b1949b0d2e12368cea26449b83 (patch)
tree105fb03dadbdd0a0d2cd39f781a9f30f426863f0
parentf021df58246b5cb9b1312e5339f484462ba94b02 (diff)
downloadtor-3e3aac5fd552b7b1949b0d2e12368cea26449b83.tar.gz
tor-3e3aac5fd552b7b1949b0d2e12368cea26449b83.zip
Untangle first sentence of changes/bug3607
-rw-r--r--changes/bug360714
1 files changed, 7 insertions, 7 deletions
diff --git a/changes/bug3607 b/changes/bug3607
index 2e86253848..5ece21934b 100644
--- a/changes/bug3607
+++ b/changes/bug3607
@@ -1,12 +1,12 @@
o Minor bugfixes:
- - Write several files (currently, buffer-stats, dirreq-stats, and
- entry-stats on relays that collect those statistics, client_keys
- and hostname files for hidden services that use authentication,
- and (in the tor-gencert utility) newly generated identity and
- signing keys) in text mode, on OSes that distinguish text mode
- from binary mode (i.e. on Windows). Previously, we wouldn't
- specify text mode or binary mode, leading to an assertion
+ - Write several files in text mode, on OSes that distinguish text
+ mode from binary mode (namely, Windows). These files are:
+ buffer-stats, dirreq-stats, and entry-stats on relays that collect
+ those statistics; client_keys and hostname files for hidden
+ services that use authentication; and (in the tor-gencert utility)
+ newly generated identity and signing keys. Previously, we
+ wouldn't specify text mode or binary mode, leading to an assertion
failure. Fixes bug 3607. Bugfix on 0.2.1.1-alpha (when the
DirRecordUsageByCountry option which would have triggered the
assertion failure was added), although this assertion failure