aboutsummaryrefslogtreecommitdiff
path: root/changes/bug33781
diff options
context:
space:
mode:
authorDavid Goulet <dgoulet@torproject.org>2021-01-28 12:46:31 -0500
committerDavid Goulet <dgoulet@torproject.org>2021-01-28 12:46:31 -0500
commit7ce2f490ad6709b37d0afe053d1ac877a2344362 (patch)
treeff90d21e304878122c49e3d68c9d6501972b768a /changes/bug33781
parente44f01f5a8db70a676512043b25eb4ccca8dac44 (diff)
parent79cb47cfc2ed83911f78fa24ba4205bf69958105 (diff)
downloadtor-7ce2f490ad6709b37d0afe053d1ac877a2344362.tar.gz
tor-7ce2f490ad6709b37d0afe053d1ac877a2344362.zip
Merge branch 'maint-0.4.3' into release-0.4.3
Diffstat (limited to 'changes/bug33781')
-rw-r--r--changes/bug337817
1 files changed, 7 insertions, 0 deletions
diff --git a/changes/bug33781 b/changes/bug33781
new file mode 100644
index 0000000000..9f63ab0a2c
--- /dev/null
+++ b/changes/bug33781
@@ -0,0 +1,7 @@
+ o Minor bugfixes (compatibility):
+ - Strip '\r' characters when reading text files on Unix platforms.
+ This should resolve an issue where a relay operator migrates a relay from
+ Windows to Unix, but does not change the line ending of Tor's various state
+ files to match the platform, the CRLF line endings from Windows ends up leaking
+ into other files such as the extra-info document. Fixes bug 33781; bugfix on
+ 0.0.9pre5.