diff options
author | Nick Mathewson <nickm@torproject.org> | 2012-12-07 11:39:56 -0500 |
---|---|---|
committer | Nick Mathewson <nickm@torproject.org> | 2012-12-07 11:39:56 -0500 |
commit | f366b0112eecb4b59d823ff96b9241898349804b (patch) | |
tree | 3e34ab88421493939e40a8dcaa52dd502a77b6ad /changes | |
parent | 81fcebcd0541b13dce35969d0338da9b68eb1b0c (diff) | |
parent | c718921d34c9e3fd36a49da4673abad8255c2131 (diff) | |
download | tor-f366b0112eecb4b59d823ff96b9241898349804b.tar.gz tor-f366b0112eecb4b59d823ff96b9241898349804b.zip |
Merge remote-tracking branch 'karsten/task-6266'
Diffstat (limited to 'changes')
-rw-r--r-- | changes/geoip-dec2012 | 3 | ||||
-rw-r--r-- | changes/geoip-nov2012 | 3 | ||||
-rw-r--r-- | changes/task-6266 | 7 |
3 files changed, 13 insertions, 0 deletions
diff --git a/changes/geoip-dec2012 b/changes/geoip-dec2012 new file mode 100644 index 0000000000..26431c2e8a --- /dev/null +++ b/changes/geoip-dec2012 @@ -0,0 +1,3 @@ + o Minor features: + - Update to the December 5 2012 Maxmind GeoLite Country database. + diff --git a/changes/geoip-nov2012 b/changes/geoip-nov2012 new file mode 100644 index 0000000000..22e7bace58 --- /dev/null +++ b/changes/geoip-nov2012 @@ -0,0 +1,3 @@ + o Minor features: + - Update to the November 7 2012 Maxmind GeoLite Country database. + diff --git a/changes/task-6266 b/changes/task-6266 new file mode 100644 index 0000000000..e7f0509051 --- /dev/null +++ b/changes/task-6266 @@ -0,0 +1,7 @@ + o Minor features: + - Use a script to replace "A1" ("Anonymous Proxy") entries in our + geoip file with real country codes. This script fixes about 90% of + "A1" entries automatically and uses manual country code assignments + to fix the remaining 10%. See src/config/README.geoip for details. + Fixes #6266. + |