diff options
author | Nick Mathewson <nickm@torproject.org> | 2021-03-12 11:30:21 -0500 |
---|---|---|
committer | Nick Mathewson <nickm@torproject.org> | 2021-03-12 11:30:21 -0500 |
commit | 41796158e633524fa3222c66dbd619e32bba5c95 (patch) | |
tree | f01cbabf95ca4c1f24321368cc8ee11aafe12281 /changes | |
parent | eb1759633af4eda00926a8987831f8fb7c811c17 (diff) | |
parent | aa6c7741e836b3222a3751b8128afcb1155ded2b (diff) | |
download | tor-41796158e633524fa3222c66dbd619e32bba5c95.tar.gz tor-41796158e633524fa3222c66dbd619e32bba5c95.zip |
Merge branch 'maint-0.3.5' into maint-0.4.4
Diffstat (limited to 'changes')
-rw-r--r-- | changes/geoip-2021-03-12 | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/changes/geoip-2021-03-12 b/changes/geoip-2021-03-12 new file mode 100644 index 0000000000..c6254de4a2 --- /dev/null +++ b/changes/geoip-2021-03-12 @@ -0,0 +1,9 @@ + o Minor features (geoip data): + - We have switched geoip data sources. Previously we shipped + IP-to-country mappings from Maxmind's GeoLite2, but in 2019 they + changed their licensing term, so we were unable to update them after + that point. We now ship geoip files based on the IPFire Location + Database instead. (See https://location.ipfire.org/ for more + information). This release updates our geoip files to match the + IPFire Location Database as retrieved on 2021/03/12. Closes + ticket 32978. |