]> git.ipfire.org Git - thirdparty/tor.git/commitdiff
Changes file for bug9665
authorNick Mathewson <nickm@torproject.org>
Tue, 8 Apr 2014 02:19:56 +0000 (22:19 -0400)
committerNick Mathewson <nickm@torproject.org>
Tue, 8 Apr 2014 02:19:56 +0000 (22:19 -0400)
changes/bug9665 [new file with mode: 0644]

diff --git a/changes/bug9665 b/changes/bug9665
new file mode 100644 (file)
index 0000000..d9e5859
--- /dev/null
@@ -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.