]> git.ipfire.org Git - thirdparty/tor.git/commitdiff
refer to the correct version
authorNick Mathewson <nickm@torproject.org>
Mon, 19 Jun 2017 18:15:04 +0000 (14:15 -0400)
committerNick Mathewson <nickm@torproject.org>
Mon, 19 Jun 2017 18:15:04 +0000 (14:15 -0400)
src/or/config.c

index 5fda820d156a6348e96d575c68296ea2da073ba6..218fd4ecfc752ef9e46920fac3c7455766be0432 100644 (file)
@@ -693,12 +693,12 @@ static const config_deprecation_t option_deprecation_notes_[] = {
     "NoAdvertise sub-option" },
   /* End of options deprecated since 0.2.9.2-alpha. */
 
-  /* Deprecated since 0.3.1.0-alpha. */
+  /* Deprecated since 0.3.2.0-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.1.0-alpha. */
+  /* End of options deprecated since 0.3.2.0-alpha. */
 
   { NULL, NULL }
 };