summaryrefslogtreecommitdiff
path: root/changes/bug3607
diff options
context:
space:
mode:
authorRobert Ransom <rransom.8774@gmail.com>2011-07-18 18:12:31 -0700
committerNick Mathewson <nickm@torproject.org>2011-07-19 11:11:34 -0400
commitf021df58246b5cb9b1312e5339f484462ba94b02 (patch)
tree29177ae1f45be33100dbf69e2413e60e8aa1d924 /changes/bug3607
parent866a2828bdcb88398ee8332e918e9a9028397156 (diff)
downloadtor-f021df58246b5cb9b1312e5339f484462ba94b02.tar.gz
tor-f021df58246b5cb9b1312e5339f484462ba94b02.zip
Specify text or binary mode in every start_writing_to_stdio_file call
Diffstat (limited to 'changes/bug3607')
-rw-r--r--changes/bug360715
1 files changed, 15 insertions, 0 deletions
diff --git a/changes/bug3607 b/changes/bug3607
new file mode 100644
index 0000000000..2e86253848
--- /dev/null
+++ b/changes/bug3607
@@ -0,0 +1,15 @@
+ 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
+ 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
+ would have occurred in tor-gencert on Windows in 0.2.0.1-alpha.
+
+