diff options
author | Nick Mathewson <nickm@torproject.org> | 2018-06-21 08:56:27 -0400 |
---|---|---|
committer | Nick Mathewson <nickm@torproject.org> | 2018-06-21 08:56:27 -0400 |
commit | e845bd17f8592c8c52fb2f5af31ddd859b22cda5 (patch) | |
tree | 4e72b6458eda347743f3152d4b029d90b60c3c89 /changes | |
parent | 97925322a18d3e21dcad3d44d01b78eab7e50db5 (diff) | |
parent | cacf326e78bee705d14dd61329160c8d71fa3ef8 (diff) | |
download | tor-e845bd17f8592c8c52fb2f5af31ddd859b22cda5.tar.gz tor-e845bd17f8592c8c52fb2f5af31ddd859b22cda5.zip |
Merge branch 'bug25787_squashed' into maint-0.3.4
Diffstat (limited to 'changes')
-rw-r--r-- | changes/bug25787 | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/changes/bug25787 b/changes/bug25787 new file mode 100644 index 0000000000..3041e8a603 --- /dev/null +++ b/changes/bug25787 @@ -0,0 +1,7 @@ + o Minor bugfixes (testing): + - Instead of trying to read the geoip configuration files from within the + unit tests, instead create our own ersatz files with just enough + geoip data in the format we expect. Trying to read from the source + directory created problems on Windows with mingw, where the + build system's paths are not the same as the platform's paths. + Fixes bug 25787; bugfix on 0.3.4.1-alpha. |