aboutsummaryrefslogtreecommitdiff
path: root/src/or/config.c
diff options
context:
space:
mode:
authorNick Mathewson <nickm@torproject.org>2017-09-18 15:11:33 -0400
committerNick Mathewson <nickm@torproject.org>2017-09-18 15:11:33 -0400
commit6afc924d7e719599a9ad332a102ca1122c82faef (patch)
tree88233ed995529f1f72f7ff02e336e47585dcad38 /src/or/config.c
parent2b5bc5613cac86787a42d69b32a2acd3d7b5bae4 (diff)
downloadtor-6afc924d7e719599a9ad332a102ca1122c82faef.tar.gz
tor-6afc924d7e719599a9ad332a102ca1122c82faef.zip
Correct what-is-deprecated-when comments
Diffstat (limited to 'src/or/config.c')
-rw-r--r--src/or/config.c7
1 files changed, 5 insertions, 2 deletions
diff --git a/src/or/config.c b/src/or/config.c
index 6e8a06ec77..79e1e94018 100644
--- a/src/or/config.c
+++ b/src/or/config.c
@@ -684,16 +684,19 @@ static const config_var_t testing_tor_network_defaults[] = {
#undef OBSOLETE
static const config_deprecation_t option_deprecation_notes_[] = {
- /* Deprecated since 0.3.2.0-alpha. */
+ /* Deprecated since 0.3.2.1-alpha. */
{ "HTTPProxy", "It only applies to direct unencrypted HTTP connections "
"to your directory server, which your Tor probably wasn't using." },
{ "HTTPProxyAuthenticator", "HTTPProxy is deprecated in favor of HTTPSProxy "
"which should be used with HTTPSProxyAuthenticator." },
+ /* End of options deprecated since 0.3.2.1-alpha */
+
+ /* Options deprecated since 0.3.2.2-alpha */
{ "ReachableDirAddresses", "It has no effect on relays, and has had no "
"effect on clients since 0.2.8." },
{ "ClientPreferIPv6DirPort", "It has no effect on relays, and has had no "
"effect on clients since 0.2.8." },
- /* End of options deprecated since 0.3.2.0-alpha. */
+ /* End of options deprecated since 0.3.2.2-alpha. */
{ NULL, NULL }
};