--- /dev/null
+ 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.
V(UpdateBridgesFromAuthority, BOOL, "0"),
V(UseBridges, BOOL, "0"),
V(UseEntryGuards, BOOL, "1"),
- V(UseMicrodescriptors, AUTOBOOL, "0"),
+ V(UseMicrodescriptors, AUTOBOOL, "auto"),
V(User, STRING, NULL),
VAR("V1AuthoritativeDirectory",BOOL, V1AuthoritativeDir, "0"),
VAR("V2AuthoritativeDirectory",BOOL, V2AuthoritativeDir, "0"),