diff options
author | Nick Mathewson <nickm@torproject.org> | 2013-02-27 19:38:32 -0500 |
---|---|---|
committer | Nick Mathewson <nickm@torproject.org> | 2013-02-27 19:39:57 -0500 |
commit | 4740d2e8bcf72cc92bae72762ccae904015b9b2f (patch) | |
tree | d5b606d5dbfad83ae68419811480fd61fb07b656 /changes/bug8290 | |
parent | 9bc05c30d7b035766e89209e1075ee1bc66ccd4e (diff) | |
download | tor-4740d2e8bcf72cc92bae72762ccae904015b9b2f.tar tor-4740d2e8bcf72cc92bae72762ccae904015b9b2f.tar.gz |
Remove some lingering tsocks cruft.
Now the manpages no longer refer to tsocks or tsocks.conf, and we no
longer have or ship a tor-tsocks.conf. The only remaining instances
of "tsocks" in our repository are old ChangeLog and ReleaseNotes
entries, and the torify script saying that it doesn't support tsocks.
Fixes bug 8290.
Diffstat (limited to 'changes/bug8290')
-rw-r--r-- | changes/bug8290 | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/changes/bug8290 b/changes/bug8290 new file mode 100644 index 000000000..d1fce7d8b --- /dev/null +++ b/changes/bug8290 @@ -0,0 +1,9 @@ + o Removed files: + - The tor-tsocks.conf is no longer distributed or installed. We + recommend that tsocks users use torsocks instead. Resolves + ticket 8290. + + o Documentation fixes: + - The torify manpage no longer refers to tsocks; torify hasn't + supported tsocks since 0.2.3.14-alpha. + - The manpages no longer reference tsocks. |