diff options
author | Nick Mathewson <nickm@torproject.org> | 2018-06-21 08:59:58 -0400 |
---|---|---|
committer | Nick Mathewson <nickm@torproject.org> | 2018-06-21 08:59:58 -0400 |
commit | c42071f7503897a8ccdcffabb6bdcff427d77d5e (patch) | |
tree | 076576634791862e7e7820e7d1733dc3040f61e0 /changes | |
parent | 349f95017c0d146a22980e2729dd0ad42f428bd4 (diff) | |
parent | e845bd17f8592c8c52fb2f5af31ddd859b22cda5 (diff) | |
download | tor-c42071f7503897a8ccdcffabb6bdcff427d77d5e.tar.gz tor-c42071f7503897a8ccdcffabb6bdcff427d77d5e.zip |
Merge branch '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. |