diff options
author | David Goulet <dgoulet@torproject.org> | 2021-01-28 12:46:24 -0500 |
---|---|---|
committer | David Goulet <dgoulet@torproject.org> | 2021-01-28 12:46:24 -0500 |
commit | 9556276f07e62e8b2e6a496e9b2a918293367839 (patch) | |
tree | 7975fcdb2fa954722dc1628224f957bfed092a1c /changes | |
parent | 290007e3c48624060620b0340c1b4874487aab09 (diff) | |
parent | 623af0155e0664f46adb1fcc218bc193a9d15916 (diff) | |
download | tor-9556276f07e62e8b2e6a496e9b2a918293367839.tar.gz tor-9556276f07e62e8b2e6a496e9b2a918293367839.zip |
Merge branch 'tor-gitlab/mr/50' into maint-0.3.5
Diffstat (limited to 'changes')
-rw-r--r-- | changes/bug33781 | 7 |
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. |