From: Nick Mathewson Date: Tue, 8 Apr 2014 02:19:56 +0000 (-0400) Subject: Changes file for bug9665 X-Git-Tag: tor-0.2.5.4-alpha~71^2 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=74195db6b67d2e98019104d49e44717fd54d5ec2;p=thirdparty%2Ftor.git Changes file for bug9665 --- diff --git a/changes/bug9665 b/changes/bug9665 new file mode 100644 index 0000000000..d9e58591ee --- /dev/null +++ b/changes/bug9665 @@ -0,0 +1,4 @@ + o Minor features: + - Report a failure to connect to a bridge because its transport + type has no configured pluggable transport as a new type of bootstrap + failure. Resolves ticket 9665. Patch from Fábio J. Bertinatto.