commit cf08cd47cce73a7c4c7c24d8b0cc361570c2baa4 Author: George Kadianakis desnacked@gmail.com Date: Mon Oct 24 16:02:07 2011 +0200
Add a changes file in changes/bug3472. --- changes/bug3472 | 7 +++++++ 1 files changed, 7 insertions(+), 0 deletions(-)
diff --git a/changes/bug3472 b/changes/bug3472 new file mode 100644 index 0000000..d99d840 --- /dev/null +++ b/changes/bug3472 @@ -0,0 +1,7 @@ + o Major features: + + - Tor clients and bridges can now be easily configured to use a + separate 'transport' proxy. This approach helps to resist + censorship by allowing bridges to use protocol obfuscation + plugins. It implements the 'managed proxy' part of proposal + 180. Implements ticket #3472.