summaryrefslogtreecommitdiff
path: root/changes/microdescs_on
diff options
context:
space:
mode:
authorNick Mathewson <nickm@torproject.org>2011-07-11 16:54:43 -0400
committerNick Mathewson <nickm@torproject.org>2011-07-11 16:54:43 -0400
commitb49e561f01bc84ee215895261390eb435ad31c8d (patch)
treed3295e22527d5a3b586c1676eef8f9744744c579 /changes/microdescs_on
parentb55e31aeb453875728295de664383b12e76fefdc (diff)
downloadtor-b49e561f01bc84ee215895261390eb435ad31c8d.tar.gz
tor-b49e561f01bc84ee215895261390eb435ad31c8d.zip
Turn on microdescriptors for clients
Diffstat (limited to 'changes/microdescs_on')
-rw-r--r--changes/microdescs_on5
1 files changed, 5 insertions, 0 deletions
diff --git a/changes/microdescs_on b/changes/microdescs_on
new file mode 100644
index 0000000000..8299c1dacf
--- /dev/null
+++ b/changes/microdescs_on
@@ -0,0 +1,5 @@
+ o Major features:
+ - The microdescriptor system is now on by default for clients. This
+ allows clients to use Tor while downloading a much smaller amount
+ of directory information. To disable it, set "UseMicrodescriptors 0"
+ in your torrc file.