summaryrefslogtreecommitdiff
path: root/changes
diff options
context:
space:
mode:
authorDavid Goulet <dgoulet@torproject.org>2021-01-28 12:46:30 -0500
committerDavid Goulet <dgoulet@torproject.org>2021-01-28 12:46:30 -0500
commit3ec07671c1d2a46d735d08e941ba922fe55e70d2 (patch)
tree4b020707da302f512e17dfda2e3eb663d9627858 /changes
parentf25c604e9790fc999dffe782076dae3e8ee2f464 (diff)
parent9556276f07e62e8b2e6a496e9b2a918293367839 (diff)
downloadtor-3ec07671c1d2a46d735d08e941ba922fe55e70d2.tar.gz
tor-3ec07671c1d2a46d735d08e941ba922fe55e70d2.zip
Merge branch 'maint-0.3.5' into release-0.3.5
Diffstat (limited to 'changes')
-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.