diff options
author | Nick Mathewson <nickm@torproject.org> | 2017-07-13 16:52:20 -0400 |
---|---|---|
committer | Nick Mathewson <nickm@torproject.org> | 2017-07-13 16:52:20 -0400 |
commit | ec29cae8d7e97d652a87d753d93e4289e5a0ed26 (patch) | |
tree | 0ccbb8b876fe994216de16df0a928c5222477bcf /changes | |
parent | c73b35d4288af17920e4a93ff88d759dea685b86 (diff) | |
parent | 1ea155b28fbe15408d96019ef0a75fe0c74ac39d (diff) | |
download | tor-ec29cae8d7e97d652a87d753d93e4289e5a0ed26.tar.gz tor-ec29cae8d7e97d652a87d753d93e4289e5a0ed26.zip |
Merge branch 'maint-0.3.1'
Diffstat (limited to 'changes')
-rw-r--r-- | changes/bug22520 | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/changes/bug22520 b/changes/bug22520 new file mode 100644 index 0000000000..cc14f7214c --- /dev/null +++ b/changes/bug22520 @@ -0,0 +1,5 @@ + o Minor bugfixes (error reporting, windows): + - When formatting Windows error messages, use the English format + to avoid codepage issues. Fixes bug 22520; bugfix on + 0.1.2.8-alpha. Patch from "Vort". + |