]> git.ipfire.org Git - thirdparty/tor.git/commitdiff
Changes files for tickets 5053 and 5055.
authorLinus Nordberg <linus@torproject.org>
Fri, 19 Oct 2012 21:23:04 +0000 (23:23 +0200)
committerLinus Nordberg <linus@torproject.org>
Mon, 22 Oct 2012 11:41:00 +0000 (13:41 +0200)
changes/5053 [new file with mode: 0644]
changes/5055 [new file with mode: 0644]

diff --git a/changes/5053 b/changes/5053
new file mode 100644 (file)
index 0000000..c695f3c
--- /dev/null
@@ -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 (file)
index 0000000..d51fef4
--- /dev/null
@@ -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.