]> git.ipfire.org Git - thirdparty/tor.git/commitdiff
update geoip-2021-03-12 to mention provider transition.
authorNick Mathewson <nickm@torproject.org>
Fri, 12 Mar 2021 16:29:09 +0000 (11:29 -0500)
committerNick Mathewson <nickm@torproject.org>
Fri, 12 Mar 2021 16:29:09 +0000 (11:29 -0500)
changes/geoip-2021-03-12

index 9c0c142662ffa8699b5871e91b04a5003975fd63..c6254de4a2df1d5ddbc9f8fbacd8fe2c8946098c 100644 (file)
@@ -1,3 +1,9 @@
   o Minor features (geoip data):
-    - Update the geoip files to match the IPFire Location Database,
-      as retrieved on 2021/03/12.
+    - 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.