From 74195db6b67d2e98019104d49e44717fd54d5ec2 Mon Sep 17 00:00:00 2001 From: Nick Mathewson Date: Mon, 7 Apr 2014 22:19:56 -0400 Subject: [PATCH] Changes file for bug9665 --- changes/bug9665 | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 changes/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.