aboutsummaryrefslogtreecommitdiff
path: root/changes
diff options
context:
space:
mode:
authorRoger Dingledine <arma@torproject.org>2016-05-11 15:31:48 -0400
committerRoger Dingledine <arma@torproject.org>2016-05-27 11:15:21 -0400
commit11d52a449c61b24588c17688892e07fa395ffd0c (patch)
treef8af0eaed1203f7a929b766b8985bf33eac20d98 /changes
parent48b7db35590afee77fb608b46328959e8a9b2d31 (diff)
downloadtor-11d52a449c61b24588c17688892e07fa395ffd0c.tar.gz
tor-11d52a449c61b24588c17688892e07fa395ffd0c.zip
Disable GET /tor/bytes.txt and GETINFO dir-usage
Remove support for "GET /tor/bytes.txt" DirPort request, and "GETINFO dir-usage" controller request, which were only available via a compile-time option in Tor anyway. Feature was added in 0.2.2.1-alpha. Resolves ticket 19035.
Diffstat (limited to 'changes')
-rw-r--r--changes/task190355
1 files changed, 5 insertions, 0 deletions
diff --git a/changes/task19035 b/changes/task19035
new file mode 100644
index 0000000000..15c376fb9a
--- /dev/null
+++ b/changes/task19035
@@ -0,0 +1,5 @@
+ o Removed features:
+ - Remove support for "GET /tor/bytes.txt" DirPort request, and
+ "GETINFO dir-usage" controller request, which were only available
+ via a compile-time option in Tor anyway. Feature was added in
+ 0.2.2.1-alpha. Resolves ticket 19035.