summaryrefslogtreecommitdiff
path: root/changes
diff options
context:
space:
mode:
authorNick Mathewson <nickm@torproject.org>2021-03-12 11:30:22 -0500
committerNick Mathewson <nickm@torproject.org>2021-03-12 11:30:22 -0500
commit0b4a0c1a26f7976401809e29331ca252ce576a0f (patch)
tree9b01f10d0724f7bd19eba4c2da7f9fb4bbe8ba09 /changes
parent9131fe7eb2b2a81f2d15a4d69696a4c15d9c2ef1 (diff)
parentb014866f6a64ab5f2cf168bc961a899b2aafc4ec (diff)
downloadtor-0b4a0c1a26f7976401809e29331ca252ce576a0f.tar.gz
tor-0b4a0c1a26f7976401809e29331ca252ce576a0f.zip
Merge branch 'maint-0.4.5'
Diffstat (limited to 'changes')
-rw-r--r--changes/geoip-2021-03-129
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.