diff options
author | Linus Nordberg <linus@torproject.org> | 2012-10-19 23:23:04 +0200 |
---|---|---|
committer | Linus Nordberg <linus@torproject.org> | 2012-10-22 13:41:00 +0200 |
commit | 46c76e6bddfc6ea7a3859ddc93774e95d891845e (patch) | |
tree | fbb924e29ea18386df288ec3c66d3fc07399cb27 | |
parent | 8c9b4274255beb7b6397a4303fbb054fb55a4f11 (diff) | |
download | tor-46c76e6bddfc6ea7a3859ddc93774e95d891845e.tar tor-46c76e6bddfc6ea7a3859ddc93774e95d891845e.tar.gz |
Changes files for tickets 5053 and 5055.
-rw-r--r-- | changes/5053 | 4 | ||||
-rw-r--r-- | changes/5055 | 9 |
2 files changed, 13 insertions, 0 deletions
diff --git a/changes/5053 b/changes/5053 new file mode 100644 index 000000000..c695f3ca9 --- /dev/null +++ b/changes/5053 @@ -0,0 +1,4 @@ + o Minor features (IPv6): + - Bridge clients connecting over IPv6 are now counted in bridge + statistics. Implementation by shkoo, addressing ticket 5053. + Included in 0.2.3.14-alpha. diff --git a/changes/5055 b/changes/5055 new file mode 100644 index 000000000..d51fef4cf --- /dev/null +++ b/changes/5055 @@ -0,0 +1,9 @@ + o Minor features (IPv6): + - Add GeoIP database for IPv6 addresses and use it. The new config + option is GeoIPv6File. + Bridge clients connecting over IPv6 are now counted in bridge + statistics. Bridge statistics files now list "bridge-ip-versions" + and extra-info documents list "geoip6-db-digest". + The control protocol has been extended to support more IPv6 + ("CLIENTS_SEEN" and "ip-to-country"). + Initial implementation by shkoo, addressing ticket 5055. |