diff options
author | Robert Ransom <rransom@ceres.local> | 2011-12-07 04:44:13 -0800 |
---|---|---|
committer | Robert Ransom <rransom@ceres.local> | 2011-12-07 04:44:13 -0800 |
commit | b5a21d79d81efeee69e71df23ee4f4983571bcea (patch) | |
tree | 0fb82cb53ef6345a80e8c1aa7f346b1f2e5288d9 | |
parent | 4f47db328048f4a59549ccda534c8d3f74f655aa (diff) | |
download | tor-b5a21d79d81efeee69e71df23ee4f4983571bcea.tar tor-b5a21d79d81efeee69e71df23ee4f4983571bcea.tar.gz |
Add changes file for feature2553
-rw-r--r-- | changes/feature2553 | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/changes/feature2553 b/changes/feature2553 new file mode 100644 index 000000000..6722fc9fc --- /dev/null +++ b/changes/feature2553 @@ -0,0 +1,9 @@ + o Major features: + - Add a 'tor2web mode' for clients which want to connect to hidden + services non-anonymously (and possibly more quickly). As a + safety measure to try to keep users from turning this on without + knowing what they are doing, tor2web mode must be explicitly + enabled at compile time, and a copy of Tor compiled to run in + tor2web mode cannot be used as a normal Tor client. Implements + feature 2553. + |