diff options
author | Nick Mathewson <nickm@torproject.org> | 2012-03-27 18:46:47 -0400 |
---|---|---|
committer | Nick Mathewson <nickm@torproject.org> | 2012-03-27 18:46:47 -0400 |
commit | fc35674567b005f1d096488fc92d81f662aaebe5 (patch) | |
tree | 20350f99c4c2a9a40e1fbb99464707d017b5a4e4 /changes/bug5180 | |
parent | 5cd707dcd31201b0ec86769a22605a647bd8a6a8 (diff) | |
download | tor-fc35674567b005f1d096488fc92d81f662aaebe5.tar tor-fc35674567b005f1d096488fc92d81f662aaebe5.tar.gz |
Changelog for torify changes
Also reinstate the part of the torify script that checks for torsocks
being installed, so that we can give a more useful message in case it
isn't.
Diffstat (limited to 'changes/bug5180')
-rw-r--r-- | changes/bug5180 | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/changes/bug5180 b/changes/bug5180 new file mode 100644 index 000000000..86698b42f --- /dev/null +++ b/changes/bug5180 @@ -0,0 +1,7 @@ + o Removed features: + + - The "torify" script no longer supports the "tsocks" sockifier + tool, since it doesn't support DNS and UDP right for Tor. + Everyone should be using torsocks instead. Fixes bug 3530 and bug + 5180. Based on a patch by "ugh". + |